public class UnAuthenticateCompleteCallback
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_RESPONSE_EXCEPTION |
static int |
STATUS_RESPONSE_NOT_ATTEMPTED |
| Modifier and Type | Method and Description |
|---|---|
void |
onBrowserLogoutComplete()
The Browser Logout was attempted but resulted in an exception.
|
void |
onTokenRevocationComplete()
Token Revocation was not attempted.
|
void |
onTokenRevocationComplete(java.lang.Exception e)
Token Revocation was attempted, but it resulted in an exception.
|
void |
onTokenRevocationComplete(int statusResponse)
Token Revocation was attempted and a resonse was received from the
identity provider.
|
public static final int STATUS_RESPONSE_NOT_ATTEMPTED
public static final int STATUS_RESPONSE_EXCEPTION
public void onTokenRevocationComplete()
public void onTokenRevocationComplete(java.lang.Exception e)
e - The exception describing the error. Must not be null.public void onTokenRevocationComplete(int statusResponse)
statusResponse - The HTTP status code response from the identity
provider.public void onBrowserLogoutComplete()