Uses of Enum Class
org.opensaml.saml.saml2.core.DecisionTypeEnumeration
Packages that use DecisionTypeEnumeration
Package
Description
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
-
Uses of DecisionTypeEnumeration in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return DecisionTypeEnumerationModifier and TypeMethodDescriptionAuthzDecisionStatement.getDecision()Gets the decision of the authorization request.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.saml2.core with parameters of type DecisionTypeEnumerationModifier and TypeMethodDescriptionvoidAuthzDecisionStatement.setDecision(DecisionTypeEnumeration newDecision) Sets the decision of the authorization request. -
Uses of DecisionTypeEnumeration in org.opensaml.saml.saml2.core.impl
Fields in org.opensaml.saml.saml2.core.impl declared as DecisionTypeEnumerationModifier and TypeFieldDescriptionprivate DecisionTypeEnumerationAuthzDecisionStatementImpl.decisionDecision of the authorization request.Methods in org.opensaml.saml.saml2.core.impl that return DecisionTypeEnumerationModifier and TypeMethodDescriptionAuthzDecisionStatementImpl.getDecision()Gets the decision of the authorization request.Methods in org.opensaml.saml.saml2.core.impl with parameters of type DecisionTypeEnumerationModifier and TypeMethodDescriptionvoidAuthzDecisionStatementImpl.setDecision(DecisionTypeEnumeration newDecision) Sets the decision of the authorization request.