public interface JwtAuthenticationStore
Authentication| Modifier and Type | Method and Description |
|---|---|
Authentication |
getAuthentication(Map<String,Object> claims)
Given JWT claim give the authentication object
|
void |
store(Authentication authentication,
Map<String,Object> claims)
Store authentication related information in JWT claims
|
Authentication getAuthentication(Map<String,Object> claims)
claims - JWT claimvoid store(Authentication authentication, Map<String,Object> claims)
claims - JWT claimCopyright © 2016–2021. All rights reserved.