|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OAuthVersion | |
|---|---|
| nl.surfnet.coin.api.client | |
| Uses of OAuthVersion in nl.surfnet.coin.api.client |
|---|
| Methods in nl.surfnet.coin.api.client that return OAuthVersion | |
|---|---|
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. |
| Methods in nl.surfnet.coin.api.client with parameters of type OAuthVersion | |
|---|---|
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)
|
| Constructors in nl.surfnet.coin.api.client with parameters of type OAuthVersion | |
|---|---|
OAuthToken(org.scribe.model.Token token,
OAuthVersion version)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||