| Package | Description |
|---|---|
| com.atlassian.crowd.model.token |
| Modifier and Type | Field and Description |
|---|---|
static TokenLifetime |
TokenLifetime.USE_DEFAULT
Indicates that the token does not specify a concrete lifetime, and will use the default lifetime
|
| Modifier and Type | Method and Description |
|---|---|
TokenLifetime |
Token.getLifetime() |
static TokenLifetime |
TokenLifetime.inSeconds(long seconds)
Builds a new instance that represents a requested lifetime of a given number of seconds
|
| Modifier and Type | Method and Description |
|---|---|
Token.Builder |
Token.Builder.setLifetime(TokenLifetime tokenLifetime) |
Copyright © 2018 Atlassian. All rights reserved.