public class Session extends Object
| Constructor and Description |
|---|
Session(int userHash,
boolean internalUser,
String username,
Long expiryTime) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getExpiryTime() |
UUID |
getSessionId() |
int |
getUserHash() |
String |
getUsername() |
boolean |
isInternalUser() |
void |
setExpiryTime(Long expiryTime) |
Copyright © 2017 WSO2. All rights reserved.