Uses of Class
org.jboss.security.xacml.core.model.policy.ObligationsType

Packages that use ObligationsType
org.jboss.security.xacml.core.model.context   
org.jboss.security.xacml.core.model.policy   
 

Uses of ObligationsType in org.jboss.security.xacml.core.model.context
 

Fields in org.jboss.security.xacml.core.model.context declared as ObligationsType
protected  ObligationsType ResultType.obligations
           
 

Methods in org.jboss.security.xacml.core.model.context that return ObligationsType
 ObligationsType ResultType.getObligations()
          Gets the value of the obligations property.
 

Methods in org.jboss.security.xacml.core.model.context with parameters of type ObligationsType
 void ResultType.setObligations(ObligationsType value)
          Sets the value of the obligations property.
 

Uses of ObligationsType in org.jboss.security.xacml.core.model.policy
 

Fields in org.jboss.security.xacml.core.model.policy declared as ObligationsType
protected  ObligationsType PolicyType.obligations
           
protected  ObligationsType PolicySetType.obligations
           
 

Methods in org.jboss.security.xacml.core.model.policy that return ObligationsType
 ObligationsType ObjectFactory.createObligationsType()
          Create an instance of ObligationsType
 ObligationsType PolicyType.getObligations()
          Gets the value of the obligations property.
 ObligationsType PolicySetType.getObligations()
          Gets the value of the obligations property.
 

Methods in org.jboss.security.xacml.core.model.policy that return types with arguments of type ObligationsType
 javax.xml.bind.JAXBElement<ObligationsType> ObjectFactory.createObligations(ObligationsType value)
          Create an instance of JAXBElement<ObligationsType>}
 

Methods in org.jboss.security.xacml.core.model.policy with parameters of type ObligationsType
 javax.xml.bind.JAXBElement<ObligationsType> ObjectFactory.createObligations(ObligationsType value)
          Create an instance of JAXBElement<ObligationsType>}
 void PolicyType.setObligations(ObligationsType value)
          Sets the value of the obligations property.
 void PolicySetType.setObligations(ObligationsType value)
          Sets the value of the obligations property.
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.