Class Authn.AuthResult
java.lang.Object
org.ovirt.engine.api.extensions.aaa.Authn.AuthResult
- Enclosing class:
Authn
Authentication result.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAccount is disabled.static final intAccount is expired.static final intAccount is locked.static final intAccount restriction violation.static final intAccount login time violation.static final intChallenge is required.static final intConfiguration is invalid.static final intCredentials are expired.static final intCredentials are incorrect.static final intCredentials are invalid.static final intGeneral error.static final intNegotiate is incomplete/in progress.static final intNegotiate is complete and no authorization is established.static final intRedirect is required.static final intRemote server is unavailable.static final intSuccess.static final intRequest timeout. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SUCCESS
public static final int SUCCESSSuccess.- See Also:
-
GENERAL_ERROR
public static final int GENERAL_ERRORGeneral error.- See Also:
-
CONFIGURATION_INVALID
public static final int CONFIGURATION_INVALIDConfiguration is invalid.- See Also:
-
ACCOUNT_DISABLED
public static final int ACCOUNT_DISABLEDAccount is disabled.- See Also:
-
ACCOUNT_EXPIRED
public static final int ACCOUNT_EXPIREDAccount is expired.- See Also:
-
ACCOUNT_LOCKED
public static final int ACCOUNT_LOCKEDAccount is locked.- See Also:
-
ACCOUNT_TIME_VIOLATION
public static final int ACCOUNT_TIME_VIOLATIONAccount login time violation.- See Also:
-
ACCOUNT_RESTRICTION
public static final int ACCOUNT_RESTRICTIONAccount restriction violation.- See Also:
-
REDIRECT
public static final int REDIRECTRedirect is required.- See Also:
-
CHALLENGE_REQUIRED
public static final int CHALLENGE_REQUIREDChallenge is required.- See Also:
-
CREDENTIALS_EXPIRED
public static final int CREDENTIALS_EXPIREDCredentials are expired.- See Also:
-
CREDENTIALS_INCORRECT
public static final int CREDENTIALS_INCORRECTCredentials are incorrect.- See Also:
-
CREDENTIALS_INVALID
public static final int CREDENTIALS_INVALIDCredentials are invalid.- See Also:
-
REMOTE_UNAVAILABLE
public static final int REMOTE_UNAVAILABLERemote server is unavailable.- See Also:
-
TIMED_OUT
public static final int TIMED_OUTRequest timeout.- See Also:
-
NEGOTIATION_INCOMPLETE
public static final int NEGOTIATION_INCOMPLETENegotiate is incomplete/in progress.- See Also:
-
NEGOTIATION_UNAUTHORIZED
public static final int NEGOTIATION_UNAUTHORIZEDNegotiate is complete and no authorization is established.- See Also:
-
-
Constructor Details
-
AuthResult
public AuthResult()
-