Class AuthHttpConstants


  • public class AuthHttpConstants
    extends java.lang.Object
    Constants used for auth in http
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AUTHORIZATION
      HTTP "Authentication" header
      static java.lang.String BEARER
      HTTP "Bearer" authentication scheme
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • BEARER

        public static final java.lang.String BEARER
        HTTP "Bearer" authentication scheme
        See Also:
        Constant Field Values
      • AUTHORIZATION

        public static final java.lang.String AUTHORIZATION
        HTTP "Authentication" header
        See Also:
        Constant Field Values
    • Constructor Detail

      • AuthHttpConstants

        public AuthHttpConstants()