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

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

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

Fields in org.jboss.security.xacml.core.model.policy declared as AttributeSelectorType
protected  AttributeSelectorType SubjectMatchType.attributeSelector
           
protected  AttributeSelectorType ActionMatchType.attributeSelector
           
protected  AttributeSelectorType ResourceMatchType.attributeSelector
           
protected  AttributeSelectorType EnvironmentMatchType.attributeSelector
           
 

Methods in org.jboss.security.xacml.core.model.policy that return AttributeSelectorType
 AttributeSelectorType ObjectFactory.createAttributeSelectorType()
          Create an instance of AttributeSelectorType
 AttributeSelectorType SubjectMatchType.getAttributeSelector()
          Gets the value of the attributeSelector property.
 AttributeSelectorType ActionMatchType.getAttributeSelector()
          Gets the value of the attributeSelector property.
 AttributeSelectorType ResourceMatchType.getAttributeSelector()
          Gets the value of the attributeSelector property.
 AttributeSelectorType EnvironmentMatchType.getAttributeSelector()
          Gets the value of the attributeSelector property.
 

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

Methods in org.jboss.security.xacml.core.model.policy with parameters of type AttributeSelectorType
 javax.xml.bind.JAXBElement<AttributeSelectorType> ObjectFactory.createAttributeSelector(AttributeSelectorType value)
          Create an instance of JAXBElement<AttributeSelectorType>}
 void SubjectMatchType.setAttributeSelector(AttributeSelectorType value)
          Sets the value of the attributeSelector property.
 void ActionMatchType.setAttributeSelector(AttributeSelectorType value)
          Sets the value of the attributeSelector property.
 void ResourceMatchType.setAttributeSelector(AttributeSelectorType value)
          Sets the value of the attributeSelector property.
 void EnvironmentMatchType.setAttributeSelector(AttributeSelectorType value)
          Sets the value of the attributeSelector property.
 



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