public interface AuthenticationListener
Modifier and Type | Field and Description |
---|---|
static int |
CANCEL |
static int |
FAILURE |
static int |
SUCCESS |
Modifier and Type | Method and Description |
---|---|
void |
authenticationComplete(int status,
java.lang.String sessionId,
java.lang.String domainName)
Call back method when authentication process is done
|
static final int SUCCESS
static final int CANCEL
static final int FAILURE
void authenticationComplete(int status, java.lang.String sessionId, java.lang.String domainName)
status
- the status of the authenticationsessionId
- the sessionId getting from authenticationdomainName
- the name of domain which processes the authentication