|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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> |
SubjectType.attribute
|
protected List<AttributeType> |
ResourceType.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> |
SubjectType.getAttribute()
Gets the value of the attribute property. |
List<AttributeType> |
ResourceType.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)
Create an attribute that is of URI type |
static AttributeType |
RequestAttributeFactory.createBase64BinaryAttributeType(String attrID,
String issuer,
byte[] value)
Create Base64 attribute |
static AttributeType |
RequestAttributeFactory.createBooleanAttributeType(String attrID,
String issuer,
boolean value)
Create Boolean attribute |
static AttributeType |
RequestAttributeFactory.createDateAttributeType(String attrID,
String issuer)
Create Date attribute |
static AttributeType |
RequestAttributeFactory.createDateAttributeType(String attrID,
String issuer,
XMLGregorianCalendar value)
Create Date attribute with the passed XMLGregorianCalendar |
static AttributeType |
RequestAttributeFactory.createDateTimeAttributeType(String attrID,
String issuer)
Create Date Time Attribute |
static AttributeType |
RequestAttributeFactory.createDateTimeAttributeType(String attrID,
String issuer,
XMLGregorianCalendar value)
Create Date Time attribute with the passed XMLGregorianCalendar |
static AttributeType |
RequestAttributeFactory.createDayTimeDurationAttributeType(String attrID,
String issuer,
Duration value)
Create DayTimeDuration attribute |
static AttributeType |
RequestAttributeFactory.createDNSNameAttributeType(String attrID,
String issuer,
String hostname)
Create DNS Name Attribute |
static AttributeType |
RequestAttributeFactory.createDoubleAttributeType(String attrID,
String issuer,
double value)
Create Double Attribute |
static AttributeType |
RequestAttributeFactory.createEmailAttributeType(String attrID,
String issuer,
String value)
Create Email Attribute |
static AttributeType |
RequestAttributeFactory.createHexBinaryAttributeType(String attrID,
String issuer,
byte[] value)
Create Hex Binary attribute |
static AttributeType |
RequestAttributeFactory.createIntegerAttributeType(String attrID,
String issuer,
int value)
Create Integer Attribute |
static AttributeType |
RequestAttributeFactory.createIPAddressAttributeType(String attrID,
String issuer,
InetAddress address)
Create IP Address attribute |
static AttributeType |
RequestAttributeFactory.createMultiValuedAttributeType(String attrID,
String issuer,
String dataType,
String[] values)
Create multi valued attribute |
static AttributeType |
RequestAttributeFactory.createStringAttributeType(String attrID,
String issuer,
String value)
Create String attribute |
static AttributeType |
RequestAttributeFactory.createTimeAttributeType(String attrID,
String issuer)
Create Time attribute |
static AttributeType |
RequestAttributeFactory.createTimeAttributeType(String attrID,
String issuer,
XMLGregorianCalendar value)
Create Time Attribute with the passed XMLGregorianCalendar |
static AttributeType |
RequestAttributeFactory.createX509NameAttributeType(String attrID,
String issuer,
X500Principal value)
Create X509 attribute |
static AttributeType |
RequestAttributeFactory.createYearMonthDurationAttributeType(String attrID,
String issuer,
Duration value)
Create year month duration attribute |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |