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

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

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

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

Fields in org.jboss.security.xacml.core.model.policy declared as AttributeValueType
protected  AttributeValueType SubjectMatchType.attributeValue
           
protected  AttributeValueType ActionMatchType.attributeValue
           
protected  AttributeValueType CombinerParameterType.attributeValue
           
protected  AttributeValueType ResourceMatchType.attributeValue
           
protected  AttributeValueType EnvironmentMatchType.attributeValue
           
 

Methods in org.jboss.security.xacml.core.model.policy that return AttributeValueType
 AttributeValueType ObjectFactory.createAttributeValueType()
          Create an instance of AttributeValueType
 AttributeValueType SubjectMatchType.getAttributeValue()
          Gets the value of the attributeValue property.
 AttributeValueType ActionMatchType.getAttributeValue()
          Gets the value of the attributeValue property.
 AttributeValueType CombinerParameterType.getAttributeValue()
          Gets the value of the attributeValue property.
 AttributeValueType ResourceMatchType.getAttributeValue()
          Gets the value of the attributeValue property.
 AttributeValueType EnvironmentMatchType.getAttributeValue()
          Gets the value of the attributeValue property.
 

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

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

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

Methods in org.jboss.security.xacml.factories that return AttributeValueType
static AttributeValueType PolicyAttributeFactory.createAnyURIAttributeType(URI value)
           
static AttributeValueType PolicyAttributeFactory.createBase64BinaryAttributeType(byte[] value)
           
static AttributeValueType PolicyAttributeFactory.createBooleanAttributeType(boolean value)
           
static AttributeValueType PolicyAttributeFactory.createDateAttributeType()
           
static AttributeValueType PolicyAttributeFactory.createDateAttributeType(XMLGregorianCalendar value)
           
static AttributeValueType PolicyAttributeFactory.createDateTimeAttributeType()
           
static AttributeValueType PolicyAttributeFactory.createDateTimeAttributeType(XMLGregorianCalendar value)
           
static AttributeValueType PolicyAttributeFactory.createDayTimeDurationAttributeType(Duration value)
           
static AttributeValueType PolicyAttributeFactory.createDNSNameAttributeType(String hostname)
           
static AttributeValueType PolicyAttributeFactory.createDoubleAttributeType(double value)
           
static AttributeValueType PolicyAttributeFactory.createEmailAttributeType(String value)
           
static AttributeValueType PolicyAttributeFactory.createHexBinaryAttributeType(byte[] value)
           
static AttributeValueType PolicyAttributeFactory.createIntegerAttributeType(int value)
           
static AttributeValueType PolicyAttributeFactory.createIPAddressAttributeType(InetAddress address)
           
static AttributeValueType PolicyAttributeFactory.createStringAttributeType(String value)
           
static AttributeValueType PolicyAttributeFactory.createTimeAttributeType()
           
static AttributeValueType PolicyAttributeFactory.createTimeAttributeType(XMLGregorianCalendar value)
           
static AttributeValueType PolicyAttributeFactory.createX509NameAttributeType(X500Principal value)
           
static AttributeValueType PolicyAttributeFactory.createYearMonthDurationAttributeType(Duration value)
           
 



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