Class BearerTokenAuthenticationToken

    • Constructor Summary

      Constructors 
      Constructor Description
      BearerTokenAuthenticationToken​(java.lang.String token)
      Deprecated.
      Create a BearerTokenAuthenticationToken using the provided parameter(s)
    • Method Summary

      • 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
    • Constructor Detail

      • BearerTokenAuthenticationToken

        public BearerTokenAuthenticationToken​(java.lang.String token)
        Deprecated.
        Create a BearerTokenAuthenticationToken using the provided parameter(s)
        Parameters:
        token - - the bearer token