Class AuthToken

  • All Implemented Interfaces:
    Serializable, Principal, org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer

    public class AuthToken
    extends org.springframework.security.authentication.UsernamePasswordAuthenticationToken
    AUTH_TOKEN USED TO ACCESS TOKEN DETAILS
    Since:
    1.0.0
    Author:
    Sabbu Uday Kumar
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AuthToken​(String token)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getToken()  
      void setToken​(String token)  
      • Methods inherited from class org.springframework.security.authentication.UsernamePasswordAuthenticationToken

        eraseCredentials, getCredentials, getPrincipal, setAuthenticated
      • Methods inherited from class org.springframework.security.authentication.AbstractAuthenticationToken

        equals, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setDetails, toString
    • Constructor Detail

      • AuthToken

        public AuthToken​(String token)
    • Method Detail

      • getToken

        public String getToken()
      • setToken

        public void setToken​(String token)