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

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

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

Fields in org.jboss.security.xacml.core.model.policy with type parameters of type SubjectType
protected  List<SubjectType> SubjectsType.subject
           
 

Methods in org.jboss.security.xacml.core.model.policy that return SubjectType
 SubjectType ObjectFactory.createSubjectType()
          Create an instance of SubjectType
 

Methods in org.jboss.security.xacml.core.model.policy that return types with arguments of type SubjectType
 javax.xml.bind.JAXBElement<SubjectType> ObjectFactory.createSubject(SubjectType value)
          Create an instance of JAXBElement<SubjectType>}
 List<SubjectType> SubjectsType.getSubject()
          Gets the value of the subject property.
 

Methods in org.jboss.security.xacml.core.model.policy with parameters of type SubjectType
 javax.xml.bind.JAXBElement<SubjectType> ObjectFactory.createSubject(SubjectType value)
          Create an instance of JAXBElement<SubjectType>}
 



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