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.
Implementations of SAML 1.x core specification 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. -
Uses of DecisionTypeEnumeration in org.opensaml.saml.saml1.core.impl
Fields in org.opensaml.saml.saml1.core.impl declared as DecisionTypeEnumerationModifier and TypeFieldDescriptionprivate DecisionTypeEnumerationAuthorizationDecisionStatementImpl.decisionContains the Decision attribute.Methods in org.opensaml.saml.saml1.core.impl that return DecisionTypeEnumerationModifier and TypeMethodDescriptionAuthorizationDecisionStatementImpl.getDecision()Get the decision.Methods in org.opensaml.saml.saml1.core.impl with parameters of type DecisionTypeEnumerationModifier and TypeMethodDescriptionvoidAuthorizationDecisionStatementImpl.setDecision(DecisionTypeEnumeration dec) Set the decision.