Package | Description |
---|---|
org.keycloak.crypto | |
org.keycloak.keys |
Modifier and Type | Method and Description |
---|---|
static KeyStatus |
KeyStatus.from(boolean active,
boolean enabled) |
KeyStatus |
KeyWrapper.getStatus() |
static KeyStatus |
KeyStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyStatus[] |
KeyStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
KeyWrapper.setStatus(KeyStatus status) |
Modifier and Type | Method and Description |
---|---|
KeyStatus |
KeyMetadata.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
KeyMetadata.setStatus(KeyStatus status) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.