|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
| Field Summary | |
|---|---|
static int |
RP_AUTHENTICATION_FAILURE
Failure of the authentication process |
static int |
RP_AUTHENTICATION_INTERNAL_ERROR
Error condition in the authentication protocol state machine |
static int |
RP_AUTHENTICATION_TIMEOUT
Timeout condition in the authentication protocol state machine |
| Method Summary | |
|---|---|
void |
handleFailure(int errCode)
Callback for authentication process failure. |
void |
handleFailure(int errorCode,
Throwable rootCause)
Callback for authentication process failure. |
void |
handleSuccess(String protectedResource,
RPSecurityToken authenticationResult)
Callback on success of authentication process |
| Field Detail |
public static final int RP_AUTHENTICATION_FAILURE
public static final int RP_AUTHENTICATION_TIMEOUT
public static final int RP_AUTHENTICATION_INTERNAL_ERROR
| Method Detail |
public void handleFailure(int errCode)
errCode - indication of what the reason for error was.
public void handleFailure(int errorCode,
Throwable rootCause)
rootCause - of error
public void handleSuccess(String protectedResource,
RPSecurityToken authenticationResult)
protectedResource - is the resource trigerring authenticationauthenticationResult - is a token which contains the result of authentication
RPSecurityToken
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||