public class UserSession extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String name,
String value) |
void |
addRoles(String roleName) |
String |
getAttribute(String name) |
long |
getCreatedOn() |
Set<String> |
getRoles() |
String |
getSessionId() |
int |
getTimeoutMin() |
String |
getUserName() |
Copyright © 2018. All rights reserved.