Class Authn.ContextKeys

  • Enclosing class:
    Authn

    public static class Authn.ContextKeys
    extends java.lang.Object
    Context keys.
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextKeys()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CAPABILITIES

        public static final ExtKey CAPABILITIES
        Provider capabilities. Bitwise or of capabilities flags.
        See Also:
        Authn.Capabilities
      • HTTP_AUTHENTICATION_SCHEME

        public static final ExtKey HTTP_AUTHENTICATION_SCHEME
        HTTP authentication scheme. A list of authentication scheme elements a client will receive with an HTTP (unauthorized) response message as a value of the WWW-Authenticate header.
    • Constructor Detail

      • ContextKeys

        public ContextKeys()