Package | Description |
---|---|
org.jboss.security.xacml.core.model.policy | |
org.jboss.security.xacml.factories |
Modifier and Type | Class and Description |
---|---|
class |
SubjectAttributeDesignatorType
Java class for SubjectAttributeDesignatorType complex type.
|
Modifier and Type | Field and Description |
---|---|
protected AttributeDesignatorType |
ActionMatchType.actionAttributeDesignator |
protected AttributeDesignatorType |
EnvironmentMatchType.environmentAttributeDesignator |
protected AttributeDesignatorType |
ResourceMatchType.resourceAttributeDesignator |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AttributeDesignatorType> |
ObjectFactory.createActionAttributeDesignator(AttributeDesignatorType value)
|
JAXBElement<AttributeDesignatorType> |
ObjectFactory.createEnvironmentAttributeDesignator(AttributeDesignatorType value)
|
JAXBElement<AttributeDesignatorType> |
ObjectFactory.createResourceAttributeDesignator(AttributeDesignatorType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<AttributeDesignatorType> |
ObjectFactory.createActionAttributeDesignator(AttributeDesignatorType value)
|
JAXBElement<AttributeDesignatorType> |
ObjectFactory.createEnvironmentAttributeDesignator(AttributeDesignatorType value)
|
JAXBElement<AttributeDesignatorType> |
ObjectFactory.createResourceAttributeDesignator(AttributeDesignatorType value)
|
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.
|
Modifier and Type | Method and Description |
---|---|
static AttributeDesignatorType |
PolicyAttributeFactory.createAttributeDesignatorType(String id,
String dataType,
String issuer,
boolean mustBePresent) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.