Uses of Interface
org.springframework.security.oauth.provider.token.OAuthProviderTokenServices

Packages that use OAuthProviderTokenServices
org.springframework.security.oauth.provider.filter   
org.springframework.security.oauth.provider.token   
 

Uses of OAuthProviderTokenServices in org.springframework.security.oauth.provider.filter
 

Methods in org.springframework.security.oauth.provider.filter that return OAuthProviderTokenServices
 OAuthProviderTokenServices UserAuthorizationProcessingFilter.getTokenServices()
          Get the OAuth token services.
 OAuthProviderTokenServices OAuthProviderProcessingFilter.getTokenServices()
          Get the OAuth token services.
 

Methods in org.springframework.security.oauth.provider.filter with parameters of type OAuthProviderTokenServices
 void UserAuthorizationProcessingFilter.setTokenServices(OAuthProviderTokenServices tokenServices)
          The OAuth token services.
 void OAuthProviderProcessingFilter.setTokenServices(OAuthProviderTokenServices tokenServices)
          The OAuth token services.
 

Uses of OAuthProviderTokenServices in org.springframework.security.oauth.provider.token
 

Classes in org.springframework.security.oauth.provider.token that implement OAuthProviderTokenServices
 class InMemoryProviderTokenServices
          Implementation of TokenServices that stores tokens in memory.
 class InMemorySelfCleaningProviderTokenServices
          Implementation of TokenServices that stores tokens in memory.
 class RandomValueProviderTokenServices
          Base implementation for token services that uses random values to generate tokens.
 



Copyright © 2013. All rights reserved.