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

Packages that use DecisionTypeEnumeration
org.opensaml.saml1.core Interfaces for SAML 1.0 and 1.1 types and elements. 
org.opensaml.saml1.core.impl Implementations of SAML 1.0 and 1.1 types and elements interfaces. 
 

Uses of DecisionTypeEnumeration in org.opensaml.saml1.core
 

Fields in org.opensaml.saml1.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.saml1.core that return DecisionTypeEnumeration
 DecisionTypeEnumeration AuthorizationDecisionStatement.getDecision()
          Return the contents of the Decision attribute
 

Methods in org.opensaml.saml1.core with parameters of type DecisionTypeEnumeration
 void AuthorizationDecisionStatement.setDecision(DecisionTypeEnumeration decision)
          Set the contents of the Decision attribute
 

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

Fields in org.opensaml.saml1.core.impl declared as DecisionTypeEnumeration
private  DecisionTypeEnumeration AuthorizationDecisionStatementImpl.decision
          Contains the Decision attribute
 

Methods in org.opensaml.saml1.core.impl that return DecisionTypeEnumeration
 DecisionTypeEnumeration AuthorizationDecisionStatementImpl.getDecision()
          Return the contents of the Decision attribute
 

Methods in org.opensaml.saml1.core.impl with parameters of type DecisionTypeEnumeration
 void AuthorizationDecisionStatementImpl.setDecision(DecisionTypeEnumeration decision)
          Set the contents of the Decision attribute
 



Copyright © 1999-2013. All Rights Reserved.