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

Packages that use SubjectAttributeDesignatorType
org.jboss.security.xacml.core.model.policy   
org.jboss.security.xacml.factories   
 

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

Fields in org.jboss.security.xacml.core.model.policy declared as SubjectAttributeDesignatorType
protected  SubjectAttributeDesignatorType SubjectMatchType.subjectAttributeDesignator
           
 

Methods in org.jboss.security.xacml.core.model.policy that return SubjectAttributeDesignatorType
 SubjectAttributeDesignatorType ObjectFactory.createSubjectAttributeDesignatorType()
          Create an instance of SubjectAttributeDesignatorType
 SubjectAttributeDesignatorType SubjectMatchType.getSubjectAttributeDesignator()
          Gets the value of the subjectAttributeDesignator property.
 

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

Methods in org.jboss.security.xacml.core.model.policy with parameters of type SubjectAttributeDesignatorType
 javax.xml.bind.JAXBElement<SubjectAttributeDesignatorType> ObjectFactory.createSubjectAttributeDesignator(SubjectAttributeDesignatorType value)
          Create an instance of JAXBElement<SubjectAttributeDesignatorType>}
 void SubjectMatchType.setSubjectAttributeDesignator(SubjectAttributeDesignatorType value)
          Sets the value of the subjectAttributeDesignator property.
 

Uses of SubjectAttributeDesignatorType in org.jboss.security.xacml.factories
 

Methods in org.jboss.security.xacml.factories that return SubjectAttributeDesignatorType
static SubjectAttributeDesignatorType PolicyAttributeFactory.createSubjectAttributeDesignatorType(String id, String dataType, String issuer, boolean mustBePresent, String subjectCategory)
           
 



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