Package | Description |
---|---|
org.jboss.security.xacml.core.model.context | |
org.jboss.security.xacml.factories |
Modifier and Type | Field and Description |
---|---|
protected List<AttributeType> |
ResourceType.attribute |
protected List<AttributeType> |
SubjectType.attribute |
protected List<AttributeType> |
ActionType.attribute |
protected List<AttributeType> |
EnvironmentType.attribute |
Modifier and Type | Method and Description |
---|---|
AttributeType |
ObjectFactory.createAttributeType()
Create an instance of
AttributeType |
Modifier and Type | Method and Description |
---|---|
JAXBElement<AttributeType> |
ObjectFactory.createAttribute(AttributeType value)
|
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.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AttributeType> |
ObjectFactory.createAttribute(AttributeType value)
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.