| Package | Description |
|---|---|
| org.springframework.security.oauth2.provider.token | |
| org.springframework.security.oauth2.provider.token.store |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAuthenticationKeyGenerator
Basic key generator taking into account the client id, scope, resource ids and username (principal name) if they
exist.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcTokenStore.setAuthenticationKeyGenerator(AuthenticationKeyGenerator authenticationKeyGenerator) |
void |
InMemoryTokenStore.setAuthenticationKeyGenerator(AuthenticationKeyGenerator authenticationKeyGenerator) |
Copyright © 2015. All rights reserved.