public interface ExpirableUserToken
This can be used for instance for an invite user token. Actual token type is specified by
ExpirableUserTokenType
Modifier and Type | Method and Description |
---|---|
long |
getDirectoryId()
The ID of the directory associated with the token.
|
String |
getEmailAddress()
An email address that can be associated with the token.
|
long |
getExpiryDate()
The date at which the token expires, in millis since the epoch.
|
String |
getToken()
A unique token.
|
ExpirableUserTokenType |
getType()
Type of the token, specifying with what feature in Crowd a given token is associated.
|
String |
getUsername()
A username that can be associated with the token.
|
String getToken()
@Nullable String getUsername()
@Nullable String getEmailAddress()
long getExpiryDate()
long getDirectoryId()
ExpirableUserTokenType getType()
Copyright © 2021 Atlassian. All rights reserved.