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.Object
Capabilities.
-
-
Field Summary
Fields Modifier and Type Field Description static long
AUTHENTICATE_CREDENTIALS
Provider supports credentials based authentication.static long
AUTHENTICATE_NEGOTIATE_INTERACTIVE
Provider supports negotiate interactive authentication.static long
AUTHENTICATE_NEGOTIATE_NON_INTERACTIVE
Provider supports negotiate non interactive mode authentication.static long
AUTHENTICATE_PASSWORD
Provider supports password based authentication.static long
CREDENTIALS_CHANGE
Provider supports credential change.static long
CREDENTIALS_SELF_RESET
Provider supports self reset credential, example will send new password via email.static long
LOGOUT
Provider 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
-
-