Uses of Class
org.keycloak.authentication.authenticators.x509.OCSPUtils.RevocationStatus
-
Packages that use OCSPUtils.RevocationStatus Package Description org.keycloak.authentication.authenticators.x509 -
-
Uses of OCSPUtils.RevocationStatus in org.keycloak.authentication.authenticators.x509
Methods in org.keycloak.authentication.authenticators.x509 that return OCSPUtils.RevocationStatus Modifier and Type Method Description OCSPUtils.RevocationStatus
OCSPUtils.OCSPRevocationStatus. getRevocationStatus()
static OCSPUtils.RevocationStatus
OCSPUtils.RevocationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static OCSPUtils.RevocationStatus[]
OCSPUtils.RevocationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-