public class MiddlewareAuthentication
extends org.springframework.security.authentication.UsernamePasswordAuthenticationToken
| Constructor and Description |
|---|
MiddlewareAuthentication(Object principal,
BearerTokenTO credentials,
Collection<? extends org.springframework.security.core.GrantedAuthority> authorities) |
| Modifier and Type | Method and Description |
|---|---|
BearerTokenTO |
getBearerToken() |
eraseCredentials, getCredentials, getPrincipal, setAuthenticatedequals, getAuthorities, getDetails, getName, hashCode, isAuthenticated, setDetails, toStringpublic MiddlewareAuthentication(Object principal, BearerTokenTO credentials, Collection<? extends org.springframework.security.core.GrantedAuthority> authorities)
public BearerTokenTO getBearerToken()
Copyright © 2021. All rights reserved.