| Package | Description |
|---|---|
| org.opensaml.xacml.ctx |
XMLObject interfaces for XACML context schema.
|
| org.opensaml.xacml.ctx.impl |
XMLObject implementations for XACML context schema.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResourceType> |
RequestType.getResources()
Gets the resources from the request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceTypeImpl
Concrete implementation of
ResourceType. |
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<ResourceType> |
RequestTypeImpl.resources
The resources of the request.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
ResourceTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
ResourceType |
ResourceTypeImplBuilder.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<ResourceType> |
RequestTypeImpl.getResources()
Gets the resources from the request.
|