Uses of Class
org.jboss.security.xacml.core.model.context.AttributeType

Packages that use AttributeType
org.jboss.security.xacml.core.model.context   
org.jboss.security.xacml.factories   
 

Uses of AttributeType in org.jboss.security.xacml.core.model.context
 

Fields in org.jboss.security.xacml.core.model.context with type parameters of type AttributeType
protected  List<AttributeType> ResourceType.attribute
           
protected  List<AttributeType> SubjectType.attribute
           
protected  List<AttributeType> ActionType.attribute
           
protected  List<AttributeType> EnvironmentType.attribute
           
 

Methods in org.jboss.security.xacml.core.model.context that return AttributeType
 AttributeType ObjectFactory.createAttributeType()
          Create an instance of AttributeType
 

Methods in org.jboss.security.xacml.core.model.context that return types with arguments of type AttributeType
 javax.xml.bind.JAXBElement<AttributeType> ObjectFactory.createAttribute(AttributeType value)
          Create an instance of JAXBElement<AttributeType>}
 List<AttributeType> ResourceType.getAttribute()
          Gets the value of the attribute property.
 List<AttributeType> SubjectType.getAttribute()
          Gets the value of the attribute property.
 List<AttributeType> ActionType.getAttribute()
          Gets the value of the attribute property.
 List<AttributeType> EnvironmentType.getAttribute()
          Gets the value of the attribute property.
 

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

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

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



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