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

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

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

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

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

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

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



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