|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ResourceMatchType.attributeValue
|
protected AttributeValueType |
EnvironmentMatchType.attributeValue
|
protected AttributeValueType |
CombinerParameterType.attributeValue
|
protected AttributeValueType |
ActionMatchType.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 |
ResourceMatchType.getAttributeValue()
Gets the value of the attributeValue property. |
AttributeValueType |
EnvironmentMatchType.getAttributeValue()
Gets the value of the attributeValue property. |
AttributeValueType |
CombinerParameterType.getAttributeValue()
Gets the value of the attributeValue property. |
AttributeValueType |
ActionMatchType.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 |
ResourceMatchType.setAttributeValue(AttributeValueType value)
Sets the value of the attributeValue property. |
void |
EnvironmentMatchType.setAttributeValue(AttributeValueType value)
Sets the value of the attributeValue property. |
void |
CombinerParameterType.setAttributeValue(AttributeValueType value)
Sets the value of the attributeValue property. |
void |
ActionMatchType.setAttributeValue(AttributeValueType value)
Sets the value of the attributeValue property. |
| Uses of AttributeValueType in org.jboss.security.xacml.factories |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||