Uses of Class
org.opensaml.saml2.core.DecisionTypeEnumeration

Packages that use DecisionTypeEnumeration
org.opensaml.saml2.core Interfaces for SAML 2.0 core specification types and elements. 
org.opensaml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements. 
 

Uses of DecisionTypeEnumeration in org.opensaml.saml2.core
 

Fields in org.opensaml.saml2.core declared as DecisionTypeEnumeration
static DecisionTypeEnumeration DecisionTypeEnumeration.DENY
          Deny decision type.
static DecisionTypeEnumeration DecisionTypeEnumeration.INDETERMINATE
          Indeterminate decision type.
static DecisionTypeEnumeration DecisionTypeEnumeration.PERMIT
          Permit decision type.
 

Methods in org.opensaml.saml2.core that return DecisionTypeEnumeration
 DecisionTypeEnumeration AuthzDecisionStatement.getDecision()
          Gets the decision of the authorization request.
 

Methods in org.opensaml.saml2.core with parameters of type DecisionTypeEnumeration
 void AuthzDecisionStatement.setDecision(DecisionTypeEnumeration newDecision)
          Sets the decision of the authorization request.
 

Uses of DecisionTypeEnumeration in org.opensaml.saml2.core.impl
 

Fields in org.opensaml.saml2.core.impl declared as DecisionTypeEnumeration
private  DecisionTypeEnumeration AuthzDecisionStatementImpl.decision
          Decision of the authorization request.
 

Methods in org.opensaml.saml2.core.impl that return DecisionTypeEnumeration
 DecisionTypeEnumeration AuthzDecisionStatementImpl.getDecision()
          Gets the decision of the authorization request.
 

Methods in org.opensaml.saml2.core.impl with parameters of type DecisionTypeEnumeration
 void AuthzDecisionStatementImpl.setDecision(DecisionTypeEnumeration newDecision)
          Sets the decision of the authorization request.
 



Copyright © 1999-2013. All Rights Reserved.