Uses of Class
org.keycloak.crypto.KeyStatus
-
Packages that use KeyStatus Package Description org.keycloak.crypto org.keycloak.keys -
-
Uses of KeyStatus in org.keycloak.crypto
Methods in org.keycloak.crypto that return KeyStatus Modifier and Type Method 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.Methods in org.keycloak.crypto with parameters of type KeyStatus Modifier and Type Method Description void
KeyWrapper. setStatus(KeyStatus status)
-
Uses of KeyStatus in org.keycloak.keys
Methods in org.keycloak.keys that return KeyStatus Modifier and Type Method Description KeyStatus
KeyMetadata. getStatus()
Methods in org.keycloak.keys with parameters of type KeyStatus Modifier and Type Method Description void
KeyMetadata. setStatus(KeyStatus status)
-