| 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<ActionType> |
ActionsType.getActions()
Gets the actions.
|
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<ActionType> |
ActionsTypeImpl.action
List of action types.
|
| Modifier and Type | Method and Description |
|---|---|
ActionType |
ActionTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
ActionType |
ActionTypeImplBuilder.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<ActionType> |
ActionsTypeImpl.getActions()
Gets the actions.
|