public interface AuthenticationStatus extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTH_CONTINUE |
static int |
AUTH_EXPIRED |
static int |
AUTH_FAILURE |
static int |
AUTH_SUCCESS |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAuthSpecificData()
This is the value returned by the Authenticator when the status
is AUTH_CONTINUE.
|
byte[] |
getContinuationData()
This is the value returned by the Authenticator when the status
is AUTH_CONTINUE.
|
int |
getStatus()
This method returns the status of the authentication
|
static final int AUTH_SUCCESS
static final int AUTH_FAILURE
static final int AUTH_CONTINUE
static final int AUTH_EXPIRED
int getStatus()
byte[] getContinuationData()
byte[] getAuthSpecificData()
Copyright © 2017. All rights reserved.