Class FlowableTokenAuthenticationToken
- java.lang.Object
-
- org.springframework.security.authentication.AbstractAuthenticationToken
-
- com.flowable.core.spring.security.token.FlowableTokenAuthenticationToken
-
- All Implemented Interfaces:
java.io.Serializable,java.security.Principal,org.springframework.security.core.Authentication,org.springframework.security.core.CredentialsContainer
public class FlowableTokenAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken- Author:
- Filip Hrisafov
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringtoken
-
Constructor Summary
Constructors Constructor Description FlowableTokenAuthenticationToken(java.lang.String token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetCredentials()java.lang.ObjectgetPrincipal()java.lang.StringgetToken()-
Methods inherited from class org.springframework.security.authentication.AbstractAuthenticationToken
equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toString
-
-