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