public interface AuthenticationToken extends Serializable
Modifier and Type | Method and Description |
---|---|
Map<String,Set<Role>> |
getRoles()
Get the role
|
String |
getUserId()
User Id
|
Boolean |
isAuthenticated()
true/false.
|
Copyright © 2018. All rights reserved.