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