Uses of Class
org.opensaml.saml.saml1.core.DecisionTypeEnumeration
-
Packages that use DecisionTypeEnumeration Package Description org.opensaml.saml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. -
-
Uses of DecisionTypeEnumeration in org.opensaml.saml.saml1.core
Methods in org.opensaml.saml.saml1.core that return DecisionTypeEnumeration Modifier and Type Method Description DecisionTypeEnumerationAuthorizationDecisionStatement. getDecision()Get the decision.static DecisionTypeEnumerationDecisionTypeEnumeration. valueOf(String name)Returns the enum constant of this type with the specified name.static DecisionTypeEnumeration[]DecisionTypeEnumeration. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opensaml.saml.saml1.core with parameters of type DecisionTypeEnumeration Modifier and Type Method Description voidAuthorizationDecisionStatement. setDecision(DecisionTypeEnumeration decision)Set the decision.
-