public static interface OAuthClientFilter.AuthHandler
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
authorize(java.net.URI authorizationUri)
Method called by the filter when an authorization of a request token is
needed.
|
void |
authorized(java.lang.String token,
java.lang.String tokenSecret)
Notifies the handler that the application was authorized by the user
and a new access token was obtained.
|
java.lang.String authorize(java.net.URI authorizationUri)
authorizationUri - Authorization URI the user should be redirected to.void authorized(java.lang.String token,
java.lang.String tokenSecret)
token - The new access token.tokenSecret - Secret corresponding to the new access token.Copyright © 2016 Oracle Corporation. All Rights Reserved.