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