|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResultCallback
| 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 |
|---|
static final int RP_AUTHENTICATION_FAILURE
static final int RP_AUTHENTICATION_TIMEOUT
static final int RP_AUTHENTICATION_INTERNAL_ERROR
| Method Detail |
|---|
void handleFailure(int errCode)
errCode - indication of what the reason for error was.
void handleFailure(int errorCode,
Throwable rootCause)
errCode - indication of what the reason for error was.rootCause - of error
void handleSuccess(String protectedResource,
RPSecurityToken authenticationResult)
authSession - the authentication sessionprotectedResource - 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 | |||||||||