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