Uses of Class
nl.surfnet.coin.api.client.OAuthVersion

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)
           
 



Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.