| Package | Description |
|---|---|
| nl.surfnet.coin.api.client |
| Modifier and Type | Method and Description |
|---|---|
OAuthVersion |
OAuthToken.getVersion() |
static OAuthVersion |
OAuthVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthVersion[] |
OAuthVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
OpenConextOAuthClientImpl.getAuthorizationUrl(OAuthVersion version) |
String |
OpenConextOAuthClient.getAuthorizationUrl(OAuthVersion version)
Get the authorization url
|
void |
OpenConextOAuthClientImpl.oauthCallback(OAuthVersion version,
javax.servlet.http.HttpServletRequest request) |
void |
OpenConextOAuthClient.oauthCallback(OAuthVersion version,
javax.servlet.http.HttpServletRequest request)
Clients who have requested a redirect to the authorization URL will be
notified on the registered callback URL.
|
void |
OpenConextOAuthClientImpl.redirectToAuthorizationUrl(OAuthVersion version,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
OpenConextOAuthClient.redirectToAuthorizationUrl(OAuthVersion version,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Clients who wants to make three-legged calls, but who do not have an access
token yet for an user can redirect to the authorization URL.
|
void |
OAuthRepository.storeToken(org.scribe.model.Token accessToken,
String userId,
OAuthVersion version) |
void |
InMemoryOAuthRepositoryImpl.storeToken(org.scribe.model.Token accessToken,
String userId,
OAuthVersion version) |
| Constructor and Description |
|---|
OAuthToken(org.scribe.model.Token token,
OAuthVersion version) |
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.