Uses of Class
org.keycloak.crypto.KeyStatus
-
Packages that use KeyStatus Package Description org.keycloak.crypto -
-
Uses of KeyStatus in org.keycloak.crypto
Methods in org.keycloak.crypto that return KeyStatus Modifier and Type Method Description static KeyStatusKeyStatus. from(boolean active, boolean enabled)KeyStatusKeyWrapper. getStatus()static KeyStatusKeyStatus. 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 voidKeyWrapper. setStatus(KeyStatus status)
-