Uses of Enum Class
org.keycloak.dom.saml.v1.assertion.SAML11DecisionType
Packages that use SAML11DecisionType
-
Uses of SAML11DecisionType in org.keycloak.dom.saml.v1.assertion
Fields in org.keycloak.dom.saml.v1.assertion declared as SAML11DecisionTypeModifier and TypeFieldDescriptionprotected SAML11DecisionTypeSAML11AuthorizationDecisionStatementType.decisionMethods in org.keycloak.dom.saml.v1.assertion that return SAML11DecisionTypeModifier and TypeMethodDescriptionSAML11AuthorizationDecisionStatementType.getDecision()static SAML11DecisionTypeReturns the enum constant of this class with the specified name.static SAML11DecisionType[]SAML11DecisionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.keycloak.dom.saml.v1.assertion with parameters of type SAML11DecisionTypeModifierConstructorDescriptionSAML11AuthorizationDecisionStatementType(URI resource, SAML11DecisionType decision)