Klasse BearerTokenAuthentication
java.lang.Object
org.springframework.security.authentication.AbstractAuthenticationToken
org.springframework.security.authentication.UsernamePasswordAuthenticationToken
de.adorsys.sts.token.authentication.BearerTokenAuthentication
- Alle implementierten Schnittstellen:
Serializable,Principal,org.springframework.security.core.Authentication,org.springframework.security.core.CredentialsContainer
public class BearerTokenAuthentication
extends org.springframework.security.authentication.UsernamePasswordAuthenticationToken
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungBearerTokenAuthentication(Object principal, Object credentials, String token) BearerTokenAuthentication(Object principal, Object credentials, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities, String token) -
Methodenübersicht
Von Klasse geerbte Methoden org.springframework.security.authentication.UsernamePasswordAuthenticationToken
authenticated, eraseCredentials, getCredentials, getPrincipal, setAuthenticated, unauthenticatedVon Klasse geerbte Methoden org.springframework.security.authentication.AbstractAuthenticationToken
equals, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setDetails, toString
-
Konstruktordetails
-
BearerTokenAuthentication
-
BearerTokenAuthentication
public BearerTokenAuthentication(Object principal, Object credentials, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities, String token)
-
-
Methodendetails
-
getToken
-