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