|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationKeyGenerator | |
|---|---|
| org.springframework.security.oauth2.provider.token | |
| Uses of AuthenticationKeyGenerator in org.springframework.security.oauth2.provider.token |
|---|
| Classes in org.springframework.security.oauth2.provider.token that implement AuthenticationKeyGenerator | |
|---|---|
class |
DefaultAuthenticationKeyGenerator
Basic key generator taking into account the client id, scope, reource ids and username (principal name) if they exist. |
| Methods in org.springframework.security.oauth2.provider.token with parameters of type AuthenticationKeyGenerator | |
|---|---|
void |
JdbcTokenStore.setAuthenticationKeyGenerator(AuthenticationKeyGenerator authenticationKeyGenerator)
|
void |
InMemoryTokenStore.setAuthenticationKeyGenerator(AuthenticationKeyGenerator authenticationKeyGenerator)
|
void |
JwtTokenServices.setAuthenticationKeyGenerator(AuthenticationKeyGenerator authenticationKeyGenerator)
The key generator that is used to extract a unique identifier for an access token. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||