Class AuthConstants


  • public class AuthConstants
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AUTHORIZATION
      HTTP "Authorization" header.
      static java.lang.String BASIC
      HTTP "Basic" authentication scheme.
      static java.lang.String BEARER
      HTTP "Bearer" authentication scheme.
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • BASIC

        public static final java.lang.String BASIC
        HTTP "Basic" authentication scheme.
        See Also:
        Constant Field Values
      • 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 "Authorization" header.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AuthConstants

        public AuthConstants()