| Package | Description |
|---|---|
| org.gluu.oxd.common | |
| org.gluu.oxd.server.service |
| Modifier and Type | Method and Description |
|---|---|
static ExpiredObjectType |
ExpiredObjectType.fromValue(String v) |
ExpiredObjectType |
ExpiredObject.getType() |
static ExpiredObjectType |
ExpiredObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpiredObjectType[] |
ExpiredObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpiredObject.setType(ExpiredObjectType type) |
| Constructor and Description |
|---|
ExpiredObject(String key,
String value,
ExpiredObjectType expiredObjectType,
Date iat,
Date exp) |
ExpiredObject(String key,
String value,
ExpiredObjectType expiredObjectType,
int expiredObjectExpirationInMins) |
| Modifier and Type | Method and Description |
|---|---|
String |
StateService.encodeExpiredObject(String expiredObject,
ExpiredObjectType type) |
Copyright © 2021. All rights reserved.