Class JwtSystemCallDetails
Object
User
JwtSystemCallDetails
- All Implemented Interfaces:
Serializable,CredentialsContainer,UserDetails
public class JwtSystemCallDetails
extends User
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJwtSystemCallDetails(String token, String callerNode, Collection<? extends GrantedAuthority> authorities) -
Method Summary
Methods inherited from class User
equals, eraseCredentials, getAuthorities, getPassword, getUsername, hashCode, isAccountNonExpired, isAccountNonLocked, isCredentialsNonExpired, isEnabled, toString
-
Constructor Details
-
JwtSystemCallDetails
public JwtSystemCallDetails(String token, String callerNode, Collection<? extends GrantedAuthority> authorities)
-
-
Method Details
-
getAuthToken
-
getExpirationDate
-
setExpirationDate
-
getCallerNode
-