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

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

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

Subclasses of AttributeDesignatorType in org.jboss.security.xacml.core.model.policy
 class SubjectAttributeDesignatorType
          Java class for SubjectAttributeDesignatorType complex type.
 

Fields in org.jboss.security.xacml.core.model.policy declared as AttributeDesignatorType
protected  AttributeDesignatorType ActionMatchType.actionAttributeDesignator
           
protected  AttributeDesignatorType EnvironmentMatchType.environmentAttributeDesignator
           
protected  AttributeDesignatorType ResourceMatchType.resourceAttributeDesignator
           
 

Methods in org.jboss.security.xacml.core.model.policy that return AttributeDesignatorType
 AttributeDesignatorType ObjectFactory.createAttributeDesignatorType()
          Create an instance of AttributeDesignatorType
 AttributeDesignatorType ActionMatchType.getActionAttributeDesignator()
          Gets the value of the actionAttributeDesignator property.
 AttributeDesignatorType EnvironmentMatchType.getEnvironmentAttributeDesignator()
          Gets the value of the environmentAttributeDesignator property.
 AttributeDesignatorType ResourceMatchType.getResourceAttributeDesignator()
          Gets the value of the resourceAttributeDesignator property.
 

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

Methods in org.jboss.security.xacml.core.model.policy with parameters of type AttributeDesignatorType
 javax.xml.bind.JAXBElement<AttributeDesignatorType> ObjectFactory.createActionAttributeDesignator(AttributeDesignatorType value)
          Create an instance of JAXBElement<AttributeDesignatorType>}
 javax.xml.bind.JAXBElement<AttributeDesignatorType> ObjectFactory.createEnvironmentAttributeDesignator(AttributeDesignatorType value)
          Create an instance of JAXBElement<AttributeDesignatorType>}
 javax.xml.bind.JAXBElement<AttributeDesignatorType> ObjectFactory.createResourceAttributeDesignator(AttributeDesignatorType value)
          Create an instance of JAXBElement<AttributeDesignatorType>}
 void ActionMatchType.setActionAttributeDesignator(AttributeDesignatorType value)
          Sets the value of the actionAttributeDesignator property.
 void EnvironmentMatchType.setEnvironmentAttributeDesignator(AttributeDesignatorType value)
          Sets the value of the environmentAttributeDesignator property.
 void ResourceMatchType.setResourceAttributeDesignator(AttributeDesignatorType value)
          Sets the value of the resourceAttributeDesignator property.
 

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

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



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