Class Authn.InvokeKeys

java.lang.Object
org.ovirt.engine.api.extensions.aaa.Authn.InvokeKeys
Enclosing class:
Authn

public static class Authn.InvokeKeys extends Object
Invoke keys.
  • Field Details

    • 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.
    • CREDENTIALS_CHANGE_URL

      public static final ExtKey CREDENTIALS_CHANGE_URL
      Credentials change URL. Read when password is expired.
      See Also:
    • RESULT

      public static final ExtKey RESULT
      AuthResult of authentication.
      See Also:
    • REDIRECT

      public static final ExtKey REDIRECT
      Redirect to this URL.
      See Also:
    • 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:
    • CREDENTIALS_CHALLENGE_RECORD

      public static final ExtKey CREDENTIALS_CHALLENGE_RECORD
      Credentials challenge record. Collection of ExtMap
      See Also:
    • CREDENTIALS_CHALLENGE_RESPONSE_RECORD

      public static final ExtKey CREDENTIALS_CHALLENGE_RESPONSE_RECORD
      Credentials challenge response record. Collection of ExtMap
      See Also:
  • Constructor Details

    • InvokeKeys

      public InvokeKeys()