public class RefreshTokenAuthentication
extends org.springframework.security.authentication.UsernamePasswordAuthenticationToken
RefreshTokenAuthenticationFilter,
Serialized Form| Constructor and Description |
|---|
RefreshTokenAuthentication(Object principal,
Object credentials,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities,
String token) |
RefreshTokenAuthentication(Object principal,
Object credentials,
String token) |
RefreshTokenAuthentication(String token) |
| Modifier and Type | Method and Description |
|---|---|
String |
getToken() |
eraseCredentials, getCredentials, getPrincipal, setAuthenticatedequals, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setDetails, toStringprotected String token
public RefreshTokenAuthentication(String token)
public RefreshTokenAuthentication(Object principal, Object credentials, String token)
public RefreshTokenAuthentication(Object principal, Object credentials, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities, String token)
public String getToken()
Copyright © 2020. All rights reserved.