Uses of Enum Class
org.keycloak.dom.saml.v2.assertion.DecisionType
Packages that use DecisionType
Package
Description
Package for the model classes for the SAML2 Assertion
-
Uses of DecisionType in org.keycloak.dom.saml.v2.assertion
Fields in org.keycloak.dom.saml.v2.assertion declared as DecisionTypeMethods in org.keycloak.dom.saml.v2.assertion that return DecisionTypeModifier and TypeMethodDescriptionstatic DecisionTypeAuthzDecisionStatementType.getDecision()Gets the value of the decision property.static DecisionTypeReturns the enum constant of this class with the specified name.static DecisionType[]DecisionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.dom.saml.v2.assertion with parameters of type DecisionTypeModifier and TypeMethodDescriptionvoidAuthzDecisionStatementType.setDecision(DecisionType value) Sets the value of the decision property. -
Uses of DecisionType in org.keycloak.saml.processing.api.saml.v2.response
Methods in org.keycloak.saml.processing.api.saml.v2.response with parameters of type DecisionTypeModifier and TypeMethodDescriptionSAML2Response.createAuthzDecisionStatementType(String resource, DecisionType decision, EvidenceType evidence, ActionType... actions) Create an Authorization Decision Statement Type