Uses of Enum
org.keycloak.saml.validators.ConditionsValidator.Result
Packages that use ConditionsValidator.Result
-
Uses of ConditionsValidator.Result in org.keycloak.saml.validators
Methods in org.keycloak.saml.validators that return ConditionsValidator.ResultModifier and TypeMethodDescriptionprotected abstract ConditionsValidator.ResultConditionsValidator.Result.joinResult(ConditionsValidator.Result otherResult) Returns result as per Section 2.5.1.1static ConditionsValidator.ResultReturns 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.ResultModifier and TypeMethodDescriptionprotected abstract ConditionsValidator.ResultConditionsValidator.Result.joinResult(ConditionsValidator.Result otherResult) Returns result as per Section 2.5.1.1