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()
Session
public UserEntity getUser()
public Date getCreatedDate()
getCreatedDate
in interface Session
public Date getExpiryDate()
getExpiryDate
in interface Session
Copyright © 2021 Atlassian. All rights reserved.