|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||