Uses of Class
org.keycloak.saml.validators.ConditionsValidator.Result
-
Packages that use ConditionsValidator.Result Package Description org.keycloak.saml.validators -
-
Uses of ConditionsValidator.Result in org.keycloak.saml.validators
Methods in org.keycloak.saml.validators that return ConditionsValidator.Result Modifier and Type Method Description protected abstract ConditionsValidator.Result
ConditionsValidator.Result. joinResult(ConditionsValidator.Result otherResult)
Returns result as per Section 2.5.1.1static ConditionsValidator.Result
ConditionsValidator.Result. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConditionsValidator.Result[]
ConditionsValidator.Result. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.saml.validators with parameters of type ConditionsValidator.Result Modifier and Type Method Description protected abstract ConditionsValidator.Result
ConditionsValidator.Result. joinResult(ConditionsValidator.Result otherResult)
Returns result as per Section 2.5.1.1
-