Class Authn.AuthResult
- java.lang.Object
-
- org.ovirt.engine.api.extensions.aaa.Authn.AuthResult
-
- Enclosing class:
- Authn
public static class Authn.AuthResult extends java.lang.Object
Authentication result.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ACCOUNT_DISABLED
Account is disabled.static int
ACCOUNT_EXPIRED
Account is expired.static int
ACCOUNT_LOCKED
Account is locked.static int
ACCOUNT_RESTRICTION
Account restriction violation.static int
ACCOUNT_TIME_VIOLATION
Account login time violation.static int
CHALLENGE_REQUIRED
Challenge is required.static int
CONFIGURATION_INVALID
Configuration is invalid.static int
CREDENTIALS_EXPIRED
Credentials are expired.static int
CREDENTIALS_INCORRECT
Credentials are incorrect.static int
CREDENTIALS_INVALID
Credentials are invalid.static int
GENERAL_ERROR
General error.static int
NEGOTIATION_INCOMPLETE
Negotiate is incomplete/in progress.static int
NEGOTIATION_UNAUTHORIZED
Negotiate is complete and no authorization is established.static int
REDIRECT
Redirect is required.static int
REMOTE_UNAVAILABLE
Remote server is unavailable.static int
SUCCESS
Success.static int
TIMED_OUT
Request timeout.
-
Constructor Summary
Constructors Constructor Description AuthResult()
-
-
-
Field Detail
-
SUCCESS
public static final int SUCCESS
Success.- See Also:
- Constant Field Values
-
GENERAL_ERROR
public static final int GENERAL_ERROR
General error.- See Also:
- Constant Field Values
-
CONFIGURATION_INVALID
public static final int CONFIGURATION_INVALID
Configuration is invalid.- See Also:
- Constant Field Values
-
ACCOUNT_DISABLED
public static final int ACCOUNT_DISABLED
Account is disabled.- See Also:
- Constant Field Values
-
ACCOUNT_EXPIRED
public static final int ACCOUNT_EXPIRED
Account is expired.- See Also:
- Constant Field Values
-
ACCOUNT_LOCKED
public static final int ACCOUNT_LOCKED
Account is locked.- See Also:
- Constant Field Values
-
ACCOUNT_TIME_VIOLATION
public static final int ACCOUNT_TIME_VIOLATION
Account login time violation.- See Also:
- Constant Field Values
-
ACCOUNT_RESTRICTION
public static final int ACCOUNT_RESTRICTION
Account restriction violation.- See Also:
- Constant Field Values
-
REDIRECT
public static final int REDIRECT
Redirect is required.- See Also:
Authn.InvokeKeys.REDIRECT
, Constant Field Values
-
CHALLENGE_REQUIRED
public static final int CHALLENGE_REQUIRED
Challenge is required.
-
CREDENTIALS_EXPIRED
public static final int CREDENTIALS_EXPIRED
Credentials are expired.- See Also:
- Constant Field Values
-
CREDENTIALS_INCORRECT
public static final int CREDENTIALS_INCORRECT
Credentials are incorrect.- See Also:
- Constant Field Values
-
CREDENTIALS_INVALID
public static final int CREDENTIALS_INVALID
Credentials are invalid.- See Also:
- Constant Field Values
-
REMOTE_UNAVAILABLE
public static final int REMOTE_UNAVAILABLE
Remote server is unavailable.- See Also:
- Constant Field Values
-
TIMED_OUT
public static final int TIMED_OUT
Request timeout.- See Also:
- Constant Field Values
-
NEGOTIATION_INCOMPLETE
public static final int NEGOTIATION_INCOMPLETE
Negotiate is incomplete/in progress.- See Also:
- Constant Field Values
-
NEGOTIATION_UNAUTHORIZED
public static final int NEGOTIATION_UNAUTHORIZED
Negotiate is complete and no authorization is established.- See Also:
- Constant Field Values
-
-