Class Authn.Capabilities
- java.lang.Object
-
- org.ovirt.engine.api.extensions.aaa.Authn.Capabilities
-
- Enclosing class:
- Authn
public static class Authn.Capabilities extends java.lang.ObjectCapabilities.
-
-
Field Summary
Fields Modifier and Type Field Description static longAUTHENTICATE_CREDENTIALSProvider supports credentials based authentication.static longAUTHENTICATE_NEGOTIATE_INTERACTIVEProvider supports negotiate interactive authentication.static longAUTHENTICATE_NEGOTIATE_NON_INTERACTIVEProvider supports negotiate non interactive mode authentication.static longAUTHENTICATE_PASSWORDProvider supports password based authentication.static longCREDENTIALS_CHANGEProvider supports credential change.static longCREDENTIALS_SELF_RESETProvider supports self reset credential, example will send new password via email.static longLOGOUTProvider supports logout.
-
Constructor Summary
Constructors Constructor Description Capabilities()
-
-
-
Field Detail
-
AUTHENTICATE_NEGOTIATE_NON_INTERACTIVE
public static final long AUTHENTICATE_NEGOTIATE_NON_INTERACTIVE
Provider supports negotiate non interactive mode authentication. Used strictly HTTP headers/state to negotiate authentication.- See Also:
- Constant Field Values
-
AUTHENTICATE_NEGOTIATE_INTERACTIVE
public static final long AUTHENTICATE_NEGOTIATE_INTERACTIVE
Provider supports negotiate interactive authentication. May use form or any user interactive sequence.- See Also:
- Constant Field Values
-
AUTHENTICATE_CREDENTIALS
public static final long AUTHENTICATE_CREDENTIALS
Provider supports credentials based authentication.- See Also:
- Constant Field Values
-
AUTHENTICATE_PASSWORD
public static final long AUTHENTICATE_PASSWORD
Provider supports password based authentication.- See Also:
- Constant Field Values
-
LOGOUT
public static final long LOGOUT
Provider supports logout.- See Also:
- Constant Field Values
-
CREDENTIALS_CHANGE
public static final long CREDENTIALS_CHANGE
Provider supports credential change.- See Also:
- Constant Field Values
-
CREDENTIALS_SELF_RESET
public static final long CREDENTIALS_SELF_RESET
Provider supports self reset credential, example will send new password via email.- See Also:
- Constant Field Values
-
-