Package at.letto.basespringboot.security
Class JwtAuthenticatedProfile
java.lang.Object
at.letto.basespringboot.security.JwtAuthenticatedProfile
- All Implemented Interfaces:
- Serializable,- Principal,- org.springframework.security.core.Authentication
public class JwtAuthenticatedProfile
extends Object
implements org.springframework.security.core.Authentication
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionCollection<? extends org.springframework.security.core.GrantedAuthority> getName()booleanvoidsetAuthenticated(boolean isAuthenticated) 
- 
Field Details- 
username
 
- 
- 
Constructor Details- 
JwtAuthenticatedProfile
 
- 
- 
Method Details- 
getAuthorities- Specified by:
- getAuthoritiesin interface- org.springframework.security.core.Authentication
 
- 
getCredentials- Specified by:
- getCredentialsin interface- org.springframework.security.core.Authentication
 
- 
getDetails- Specified by:
- getDetailsin interface- org.springframework.security.core.Authentication
 
- 
getPrincipal- Specified by:
- getPrincipalin interface- org.springframework.security.core.Authentication
 
- 
isAuthenticatedpublic boolean isAuthenticated()- Specified by:
- isAuthenticatedin interface- org.springframework.security.core.Authentication
 
- 
setAuthenticated- Specified by:
- setAuthenticatedin interface- org.springframework.security.core.Authentication
- Throws:
- IllegalArgumentException
 
- 
getName
 
-