public interface SecurityContextFactory
SecurityContext.| Modifier and Type | Method and Description |
|---|---|
SecurityContext |
createSecurityContext(io.jsonwebtoken.Claims tokenContent)
Starting from a JWT's body, builds a context of security.
|
SecurityContext createSecurityContext(io.jsonwebtoken.Claims tokenContent)
tokenContent - a JWT's body; must not be null