Package org.springframework.security.oauth2.provider.token

Interface Summary
AccessTokenConverter Converter interface for token service implementations that store authentication data inside the token.
AuthenticationKeyGenerator Strategy interface for extracting a unique key from an OAuth2Authentication.
AuthorizationServerTokenServices  
ConsumerTokenServices  
ResourceServerTokenServices  
TokenEnhancer Strategy for enhancing an access token before it is stored by an AuthorizationServerTokenServices implementation.
TokenStore Persistence interface for OAuth2 tokens.
UserAuthenticationConverter Utility interface for converting a user authentication to and from a Map.
 

Class Summary
AbstractTokenGranter  
DefaultAccessTokenConverter Default implementation of AccessTokenConverter.
DefaultAuthenticationKeyGenerator Basic key generator taking into account the client id, scope, reource ids and username (principal name) if they exist.
DefaultTokenServices Base implementation for token services using random UUID values for the access token and refresh token values.
DefaultUserAuthenticationConverter Default implementation of UserAuthenticationConverter.
InMemoryTokenStore Implementation of token services that stores tokens in memory.
JdbcTokenStore Implementation of token services that stores tokens in a database.
JwtTokenEnhancer OAuth2 token services that produces JWT encoded token values.
JwtTokenServices Token services for authorization server and resource server based on JWT encoded token values.
TokenEnhancerChain A composite token enhancer that loops over its delegate enhancers.
 



Copyright © 2013. All rights reserved.