Class Authn.Capabilities
java.lang.Object
org.ovirt.engine.api.extensions.aaa.Authn.Capabilities
- Enclosing class:
Authn
Capabilities.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longProvider supports credentials based authentication.static final longProvider supports negotiate interactive authentication.static final longProvider supports negotiate non interactive mode authentication.static final longProvider supports password based authentication.static final longProvider supports credential change.static final longProvider supports self reset credential, example will send new password via email.static final longProvider supports logout. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
AUTHENTICATE_NEGOTIATE_NON_INTERACTIVE
public static final long AUTHENTICATE_NEGOTIATE_NON_INTERACTIVEProvider supports negotiate non interactive mode authentication. Used strictly HTTP headers/state to negotiate authentication.- See Also:
-
AUTHENTICATE_NEGOTIATE_INTERACTIVE
public static final long AUTHENTICATE_NEGOTIATE_INTERACTIVEProvider supports negotiate interactive authentication. May use form or any user interactive sequence.- See Also:
-
AUTHENTICATE_CREDENTIALS
public static final long AUTHENTICATE_CREDENTIALSProvider supports credentials based authentication.- See Also:
-
AUTHENTICATE_PASSWORD
public static final long AUTHENTICATE_PASSWORDProvider supports password based authentication.- See Also:
-
LOGOUT
public static final long LOGOUTProvider supports logout.- See Also:
-
CREDENTIALS_CHANGE
public static final long CREDENTIALS_CHANGEProvider supports credential change.- See Also:
-
CREDENTIALS_SELF_RESET
public static final long CREDENTIALS_SELF_RESETProvider supports self reset credential, example will send new password via email.- See Also:
-
-
Constructor Details
-
Capabilities
public Capabilities()
-