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
,Authentication
,CredentialsContainer
Deprecated.
- See Also:
-
Constructor Summary
ConstructorDescriptionDeprecated.Create aBearerTokenAuthenticationToken
using the provided parameter(s) -
Method Summary
Methods inherited from class org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken
getCredentials, getPrincipal, getToken
Methods inherited from class org.springframework.security.authentication.AbstractAuthenticationToken
equals, eraseCredentials, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setAuthenticated, setDetails, toString
-
Constructor Details
-
BearerTokenAuthenticationToken
Deprecated.Create aBearerTokenAuthenticationToken
using the provided parameter(s)- Parameters:
token
- - the bearer token
-
BearerTokenAuthenticationToken