public interface Authentication
Modifier and Type | Method and Description |
---|---|
String |
domainId()
Get the authentication domain.
|
String |
domainName()
Get the authentication domain name.
|
long |
expiration()
Get the authentication expiration date/time in number of milliseconds
since start of epoch.
|
Set<String> |
roles()
Get a set of user roles.
|
String |
token()
Authentication token uniquely identifying this authentication.
|
String |
userId()
Get the user id.
|
String |
userName()
Get the user name.
|
String token()
long expiration()
String userId()
String userName()
String domainId()
String domainName()
Copyright © 2015. All Rights Reserved.