Uses of Interface
org.springframework.security.oauth2.provider.token.AuthorizationServerTokenServices

Packages that use AuthorizationServerTokenServices
org.springframework.security.oauth2.provider.client   
org.springframework.security.oauth2.provider.code   
org.springframework.security.oauth2.provider.implicit   
org.springframework.security.oauth2.provider.password   
org.springframework.security.oauth2.provider.refresh   
org.springframework.security.oauth2.provider.token   
 

Uses of AuthorizationServerTokenServices in org.springframework.security.oauth2.provider.client
 

Constructors in org.springframework.security.oauth2.provider.client with parameters of type AuthorizationServerTokenServices
ClientCredentialsTokenGranter(AuthorizationServerTokenServices tokenServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
           
 

Uses of AuthorizationServerTokenServices in org.springframework.security.oauth2.provider.code
 

Constructors in org.springframework.security.oauth2.provider.code with parameters of type AuthorizationServerTokenServices
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices, AuthorizationCodeServices authorizationCodeServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
           
 

Uses of AuthorizationServerTokenServices in org.springframework.security.oauth2.provider.implicit
 

Constructors in org.springframework.security.oauth2.provider.implicit with parameters of type AuthorizationServerTokenServices
ImplicitTokenGranter(AuthorizationServerTokenServices tokenServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
           
 

Uses of AuthorizationServerTokenServices in org.springframework.security.oauth2.provider.password
 

Constructors in org.springframework.security.oauth2.provider.password with parameters of type AuthorizationServerTokenServices
ResourceOwnerPasswordTokenGranter(org.springframework.security.authentication.AuthenticationManager authenticationManager, AuthorizationServerTokenServices tokenServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
           
 

Uses of AuthorizationServerTokenServices in org.springframework.security.oauth2.provider.refresh
 

Constructors in org.springframework.security.oauth2.provider.refresh with parameters of type AuthorizationServerTokenServices
RefreshTokenGranter(AuthorizationServerTokenServices tokenServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
           
 

Uses of AuthorizationServerTokenServices in org.springframework.security.oauth2.provider.token
 

Classes in org.springframework.security.oauth2.provider.token that implement AuthorizationServerTokenServices
 class DefaultTokenServices
          Base implementation for token services using random UUID values for the access token and refresh token values.
 class JwtTokenServices
          Token services for authorization server and resource server based on JWT encoded token values.
 

Methods in org.springframework.security.oauth2.provider.token that return AuthorizationServerTokenServices
protected  AuthorizationServerTokenServices AbstractTokenGranter.getTokenServices()
           
 

Constructors in org.springframework.security.oauth2.provider.token with parameters of type AuthorizationServerTokenServices
AbstractTokenGranter(AuthorizationServerTokenServices tokenServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory, String grantType)
           
 



Copyright © 2013. All rights reserved.