Class Authn.InvokeKeys
java.lang.Object
org.ovirt.engine.api.extensions.aaa.Authn.InvokeKeys
- Enclosing class:
Authn
Invoke keys.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExtKeyAuthetication record.static final ExtKeyCredentials to use.static final ExtKeyCredentials challenge record.static final ExtKeyCredentials challenge response record.static final ExtKeyCredentials change URL.static final ExtKeyCredentials to change into.static final ExtKeystatic final ExtKeyHttpServletResponse.static final ExtKeyPrincipal user.static final ExtKeyRedirect to this URL.static final ExtKeyAuthResult of authentication.static final ExtKeyRaw user.static final ExtKeyUser message. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
USER
Raw user. -
PRINCIPAL
Principal user. -
CREDENTIALS
Credentials to use. -
CREDENTIALS_NEW
Credentials to change into. -
HTTP_SERVLET_REQUEST
-
HTTP_SERVLET_RESPONSE
HttpServletResponse. Used for negitiatation. -
USER_MESSAGE
User message. Examples: message of the day, password about to expire notice. -
CREDENTIALS_CHANGE_URL
Credentials change URL. Read when password is expired.- See Also:
-
RESULT
AuthResult of authentication.- See Also:
-
REDIRECT
Redirect to this URL.- See Also:
-
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
Credentials challenge record. Collection ofExtMap- See Also:
-
CREDENTIALS_CHALLENGE_RESPONSE_RECORD
Credentials challenge response record. Collection ofExtMap- See Also:
-
-
Constructor Details
-
InvokeKeys
public InvokeKeys()
-