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:
java.io.Serializable
,java.security.Principal
,Authentication
,CredentialsContainer
@Deprecated public class BearerTokenAuthenticationToken extends BearerTokenAuthenticationToken
Deprecated.Please useBearerTokenAuthenticationToken
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BearerTokenAuthenticationToken(java.lang.String token)
Deprecated.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
-
-