Class JWTAuthentication

java.lang.Object
org.apache.syncope.core.spring.security.JWTAuthentication
All Implemented Interfaces:
Serializable, Principal, Authentication

public class JWTAuthentication extends Object implements Authentication
Represents the token for an authentication request or for an authenticated principal as JSON Web Token, once the request has been processed by the AuthenticationManager.authenticate(Authentication) method.
See Also: