|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OAuthVersion | |
|---|---|
| nl.surfnet.coin.api.client | |
| nl.surfnet.coin.api.client.internal | |
| Uses of OAuthVersion in nl.surfnet.coin.api.client |
|---|
| Methods in nl.surfnet.coin.api.client that return OAuthVersion | |
|---|---|
OAuthVersion |
OAuthEnvironment.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 | |
|---|---|
void |
OpenConextOAuthClientImpl.setVersion(OAuthVersion v)
|
void |
OAuthEnvironment.setVersion(OAuthVersion version)
|
void |
OAuthRepository.storeToken(org.scribe.model.Token accessToken,
String userId,
OAuthVersion version)
|
void |
InMemoryOAuthRepositoryImpl.storeToken(org.scribe.model.Token accessToken,
String userId,
OAuthVersion version)
|
| Uses of OAuthVersion in nl.surfnet.coin.api.client.internal |
|---|
| Methods in nl.surfnet.coin.api.client.internal that return OAuthVersion | |
|---|---|
OAuthVersion |
OAuthToken.getVersion()
|
| Constructors in nl.surfnet.coin.api.client.internal with parameters of type OAuthVersion | |
|---|---|
OAuthToken(org.scribe.model.Token token,
OAuthVersion version)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||