public class FromCryptedTokenSecurityContextProvider<T> extends BasicSecurityContextProvider<T>
| Constructor and Description |
|---|
FromCryptedTokenSecurityContextProvider(TokenEncoder<T> tokenEncoder,
SecurityCredentialsValidator<T> credentialsValidator) |
| Modifier and Type | Method and Description |
|---|---|
protected T |
getValidCredentials(String token) |
provideSecurityContextpublic FromCryptedTokenSecurityContextProvider(TokenEncoder<T> tokenEncoder, SecurityCredentialsValidator<T> credentialsValidator)
protected T getValidCredentials(String token)
getValidCredentials in class BasicSecurityContextProvider<T>Copyright © 2020. All rights reserved.