public interface AuthenticationToken
Modifier and Type | Field and Description |
---|---|
static long |
APPLICATION_TOKEN_DIRECTORY_ID |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedDate() |
long |
getDirectoryId() |
Long |
getId() |
String |
getIdentifierHash() |
long |
getLastAccessedTime() |
TokenLifetime |
getLifetime() |
String |
getName() |
String |
getRandomHash() |
long |
getRandomNumber() |
String |
getUnaliasedUsername() |
default boolean |
isApplicationToken() |
default boolean |
isUserToken() |
static final long APPLICATION_TOKEN_DIRECTORY_ID
Long getId()
String getRandomHash()
String getName()
String getUnaliasedUsername()
long getDirectoryId()
long getRandomNumber()
default boolean isUserToken()
default boolean isApplicationToken()
Date getCreatedDate()
long getLastAccessedTime()
TokenLifetime getLifetime()
String getIdentifierHash()
Copyright © 2021 Atlassian. All rights reserved.