Package | Description |
---|---|
org.opensaml.xacml.policy | |
org.opensaml.xacml.policy.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeAssignmentType
XACML AttributeAssignment schema type.
|
Modifier and Type | Method and Description |
---|---|
AttributeValueType |
CombinerParameterType.getAttributeValue()
Gets the attribute value type for this parameter.
|
AttributeValueType |
SubjectMatchType.getAttributeValue()
Gets the attribute value for this match.
|
AttributeValueType |
ResourceMatchType.getAttributeValue()
Gets the attribute value for this match.
|
AttributeValueType |
ActionMatchType.getAttributeValue()
Gets the attribute value for this match.
|
AttributeValueType |
EnvironmentMatchType.getAttributeValue()
Gets the attribute value for this match.
|
Modifier and Type | Method and Description |
---|---|
void |
CombinerParameterType.setAttributeValue(AttributeValueType value)
Sets the attribute value type for this parameter.
|
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 |
ActionMatchType.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match.
|
void |
EnvironmentMatchType.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeAssignmentTypeImpl
Implementation for
AttributeAssignmentType . |
class |
AttributeValueTypeImpl
Implementation of
AttributeValueType . |
Modifier and Type | Method and Description |
---|---|
AttributeValueType |
AttributeValueTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
AttributeValueType |
AttributeValueTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
AttributeValueType |
ActionMatchTypeImpl.getAttributeValue()
Gets the attribute value for this match.
|
AttributeValueType |
CombinerParameterTypeImpl.getAttributeValue()
Gets the attribute value type for this parameter.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionMatchTypeImpl.setAttributeValue(AttributeValueType value)
Sets the attribute value for this match.
|
void |
CombinerParameterTypeImpl.setAttributeValue(AttributeValueType newValue)
Sets the attribute value type for this parameter.
|
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.
|
Copyright © 1999-2013. All Rights Reserved.