| Package | Description |
|---|---|
| org.opensaml.xacml.policy |
XMLObject interfaces for XACML policy schema.
|
| org.opensaml.xacml.policy.impl |
XMLObject provider implementation classes for XACML policy schema.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CombinerParameterType> |
CombinerParametersType.getCombinerParameters()
Gets the combiner parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CombinerParameterTypeImpl
Implementation of
CombinerParameterType. |
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<CombinerParameterType> |
CombinerParametersTypeImpl.combinerParameters
List or the combiner parameters.
|
| Modifier and Type | Method and Description |
|---|---|
CombinerParameterType |
CombinerParameterTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
CombinerParameterType |
CombinerParameterTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CombinerParameterType> |
CombinerParametersTypeImpl.getCombinerParameters()
Gets the combiner parameters.
|