Uses of Class
org.keycloak.dom.saml.v1.assertion.SAML11DecisionType
-
Packages that use SAML11DecisionType Package Description org.keycloak.dom.saml.v1.assertion -
-
Uses of SAML11DecisionType in org.keycloak.dom.saml.v1.assertion
Fields in org.keycloak.dom.saml.v1.assertion declared as SAML11DecisionType Modifier and Type Field Description protected SAML11DecisionTypeSAML11AuthorizationDecisionStatementType. decisionMethods in org.keycloak.dom.saml.v1.assertion that return SAML11DecisionType Modifier and Type Method Description SAML11DecisionTypeSAML11AuthorizationDecisionStatementType. getDecision()static SAML11DecisionTypeSAML11DecisionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SAML11DecisionType[]SAML11DecisionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.keycloak.dom.saml.v1.assertion with parameters of type SAML11DecisionType Constructor Description SAML11AuthorizationDecisionStatementType(URI resource, SAML11DecisionType decision)
-