Interface | Description |
---|---|
TokenStorageService | Implementations of this interface are responsible to load user information from a token storage system, and to store token information into it. |
Class | Description |
---|---|
GormTokenStorageService | GORM implementation for token storage. |
GrailsCacheTokenStorageService | Uses Grails Cache plugin to store and retrieve tokens. |
RedisTokenStorageService |
Exception | Description |
---|---|
TokenNotFoundException | Thrown if the desired token is not found by the TokenStorageService |