| Interface | Description |
|---|---|
| SecurityCredentialsEncoder<T> |
used to encode/decode a SecurityCredentials to/from a String
|
| SecurityCredentialsRetriever<T> |
Provides Credentials from the Token
Several implementations are possible :
We can decode then validate the credentials :
FromCryptedTokenCredentialsRetriever
We can link the token to credentials with an access to a licences repository |
| SecurityCredentialsValidator<T> |
Responsible for credentials validation.
|
Copyright © 2018. All rights reserved.