Uses of Enum Class
org.opensaml.saml.saml1.core.DecisionTypeEnumeration
Packages that use DecisionTypeEnumeration
Package
Description
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 DecisionTypeEnumerationModifier and TypeMethodDescriptionAuthorizationDecisionStatement.getDecision()Get the decision.static DecisionTypeEnumerationReturns the enum constant of this class with the specified name.static DecisionTypeEnumeration[]DecisionTypeEnumeration.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opensaml.saml.saml1.core with parameters of type DecisionTypeEnumerationModifier and TypeMethodDescriptionvoidAuthorizationDecisionStatement.setDecision(DecisionTypeEnumeration decision) Set the decision.