Class 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.String token  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getCredentials()  
      java.lang.Object getPrincipal()  
      java.lang.String getToken()  
      • Methods inherited from class org.springframework.security.authentication.AbstractAuthenticationToken

        equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.security.Principal

        implies
    • Field Detail

      • token

        protected java.lang.String token
    • Constructor Detail

      • FlowableTokenAuthenticationToken

        public FlowableTokenAuthenticationToken​(java.lang.String token)
    • Method Detail

      • getToken

        public java.lang.String getToken()
      • getCredentials

        public java.lang.Object getCredentials()
      • getPrincipal

        public java.lang.Object getPrincipal()