Class BearerTokenAuthenticationToken

java.lang.Object
org.springframework.security.authentication.AbstractAuthenticationToken
org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken
org.springframework.security.oauth2.server.resource.BearerTokenAuthenticationToken
All Implemented Interfaces:
Serializable, Principal, org.springframework.security.core.Authentication, org.springframework.security.core.CredentialsContainer

@Deprecated public class BearerTokenAuthenticationToken extends BearerTokenAuthenticationToken
Deprecated.
See Also:
  • Constructor Details

    • BearerTokenAuthenticationToken

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