Class Authn.InvokeKeys

  • Enclosing class:
    Authn

    public static class Authn.InvokeKeys
    extends java.lang.Object
    Invoke keys.
    • Field Detail

      • USER

        public static final ExtKey USER
        Raw user.
      • PRINCIPAL

        public static final ExtKey PRINCIPAL
        Principal user.
      • CREDENTIALS

        public static final ExtKey CREDENTIALS
        Credentials to use.
      • CREDENTIALS_NEW

        public static final ExtKey CREDENTIALS_NEW
        Credentials to change into.
      • HTTP_SERVLET_REQUEST

        public static final ExtKey HTTP_SERVLET_REQUEST
      • HTTP_SERVLET_RESPONSE

        public static final ExtKey HTTP_SERVLET_RESPONSE
        HttpServletResponse. Used for negitiatation.
      • USER_MESSAGE

        public static final ExtKey USER_MESSAGE
        User message. Examples: message of the day, password about to expire notice.
      • AUTH_RECORD

        public static final ExtKey AUTH_RECORD
        Authetication record. This will be forwarded to the authorization. Provider can add fields as it wishes to the record to communicate with authorization module.
        See Also:
        Authn.AuthRecord
    • Constructor Detail

      • InvokeKeys

        public InvokeKeys()