| Constructor and Description |
|---|
SessionEntity(String token,
UserEntity user,
Date createdDate,
Date expiryDate) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedDate() |
Date |
getExpiryDate() |
String |
getToken()
A session has an associated token that is granted by the server, and which can be presented by the client to
identify the session.
|
String |
getUnaliasedUsername()
If this user has been aliased Crowd may also provide the original
unaliased name.
|
UserEntity |
getUser() |
public SessionEntity(String token, UserEntity user, Date createdDate, Date expiryDate)
public String getToken()
Sessionpublic UserEntity getUser()
public Date getCreatedDate()
getCreatedDate in interface Sessionpublic Date getExpiryDate()
getExpiryDate in interface SessionCopyright © 2024 Atlassian. All rights reserved.