Uses of Class
org.sourceid.saml20.xmlbinding.assertion.DecisionType.Enum
-
Packages that use DecisionType.Enum Package Description org.sourceid.saml20.xmlbinding.assertion -
-
Uses of DecisionType.Enum in org.sourceid.saml20.xmlbinding.assertion
Fields in org.sourceid.saml20.xmlbinding.assertion declared as DecisionType.Enum Modifier and Type Field Description static DecisionType.EnumDecisionType. DENYstatic DecisionType.EnumDecisionType. INDETERMINATEstatic DecisionType.EnumDecisionType. PERMITMethods in org.sourceid.saml20.xmlbinding.assertion that return DecisionType.Enum Modifier and Type Method Description static DecisionType.EnumDecisionType.Enum. forInt(int i)Returns the enum value corresponding to an int, or null if none.static DecisionType.EnumDecisionType.Enum. forString(String s)Returns the enum value for a string, or null if none.DecisionType.EnumAuthzDecisionStatementType. getDecision()Gets the "Decision" attributeMethods in org.sourceid.saml20.xmlbinding.assertion with parameters of type DecisionType.Enum Modifier and Type Method Description voidAuthzDecisionStatementType. setDecision(DecisionType.Enum decision)Sets the "Decision" attribute
-