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

Packages that use SubjectsType
org.jboss.security.xacml.core.model.policy   
 

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

Fields in org.jboss.security.xacml.core.model.policy declared as SubjectsType
protected  SubjectsType TargetType.subjects
           
 

Methods in org.jboss.security.xacml.core.model.policy that return SubjectsType
 SubjectsType ObjectFactory.createSubjectsType()
          Create an instance of SubjectsType
 SubjectsType TargetType.getSubjects()
          Gets the value of the subjects property.
 

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

Methods in org.jboss.security.xacml.core.model.policy with parameters of type SubjectsType
 javax.xml.bind.JAXBElement<SubjectsType> ObjectFactory.createSubjects(SubjectsType value)
          Create an instance of JAXBElement<SubjectsType>}
 void TargetType.setSubjects(SubjectsType value)
          Sets the value of the subjects property.
 



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