Modifier and Type | Field and 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 and Description |
---|
AuthResult() |
public static final int SUCCESS
public static final int GENERAL_ERROR
public static final int CONFIGURATION_INVALID
public static final int ACCOUNT_DISABLED
public static final int ACCOUNT_EXPIRED
public static final int ACCOUNT_LOCKED
public static final int ACCOUNT_TIME_VIOLATION
public static final int ACCOUNT_RESTRICTION
public static final int REDIRECT
Authn.InvokeKeys.REDIRECT
,
Constant Field Valuespublic static final int CHALLENGE_REQUIRED
public static final int CREDENTIALS_EXPIRED
public static final int CREDENTIALS_INCORRECT
public static final int CREDENTIALS_INVALID
public static final int REMOTE_UNAVAILABLE
public static final int TIMED_OUT
public static final int NEGOTIATION_INCOMPLETE
public static final int NEGOTIATION_UNAUTHORIZED
Copyright © 2016. All Rights Reserved.