|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttributeValueType | |
|---|---|
| org.opensaml.xacml.policy | |
| org.opensaml.xacml.policy.impl | |
| Uses of AttributeValueType in org.opensaml.xacml.policy |
|---|
| Subinterfaces of AttributeValueType in org.opensaml.xacml.policy | |
|---|---|
interface |
AttributeAssignmentType
XACML AttributeAssignment schema type. |
| Methods in org.opensaml.xacml.policy that return AttributeValueType | |
|---|---|
AttributeValueType |
SubjectMatchType.getAttributeValue()
Gets the attribute value for this match. |
AttributeValueType |
ResourceMatchType.getAttributeValue()
Gets the attribute value for this match. |
AttributeValueType |
EnvironmentMatchType.getAttributeValue()
Gets the attribute value for this match. |
AttributeValueType |
CombinerParameterType.getAttributeValue()
Gets the attribute value type for this parameter. |
AttributeValueType |
ActionMatchType.getAttributeValue()
Gets the attribute value for this match. |
| Methods in org.opensaml.xacml.policy with parameters of type AttributeValueType | |
|---|---|
void |
SubjectMatchType.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match. |
void |
ResourceMatchType.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match. |
void |
EnvironmentMatchType.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match. |
void |
CombinerParameterType.setAttributeValue(AttributeValueType value)
Sets the attribute value type for this parameter. |
void |
ActionMatchType.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match. |
| Uses of AttributeValueType in org.opensaml.xacml.policy.impl |
|---|
| Classes in org.opensaml.xacml.policy.impl that implement AttributeValueType | |
|---|---|
class |
AttributeAssignmentTypeImpl
Implementation for AttributeAssignmentType. |
class |
AttributeValueTypeImpl
Implementation of AttributeValueType. |
| Methods in org.opensaml.xacml.policy.impl that return AttributeValueType | |
|---|---|
AttributeValueType |
AttributeValueTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications. |
AttributeValueType |
AttributeValueTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
AttributeValueType |
SubjectMatchTypeImpl.getAttributeValue()
Gets the attribute value for this match. |
AttributeValueType |
ResourceMatchTypeImpl.getAttributeValue()
Gets the attribute value for this match. |
AttributeValueType |
EnvironmentMatchTypeImpl.getAttributeValue()
Gets the attribute value for this match. |
AttributeValueType |
CombinerParameterTypeImpl.getAttributeValue()
Gets the attribute value type for this parameter. |
AttributeValueType |
ActionMatchTypeImpl.getAttributeValue()
Gets the attribute value for this match. |
| Methods in org.opensaml.xacml.policy.impl with parameters of type AttributeValueType | |
|---|---|
void |
SubjectMatchTypeImpl.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match. |
void |
ResourceMatchTypeImpl.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match. |
void |
EnvironmentMatchTypeImpl.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match. |
void |
CombinerParameterTypeImpl.setAttributeValue(AttributeValueType newValue)
Sets the attribute value type for this parameter. |
void |
ActionMatchTypeImpl.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||