| 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 |
|---|---|
ResourcesType |
TargetType.getResources()
Gets the resources of this target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetType.setResources(ResourcesType resources)
Sets the resources in the target.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourcesTypeImpl
Implementation of
ResourcesType. |
| Modifier and Type | Method and Description |
|---|---|
ResourcesType |
ResourcesTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
ResourcesType |
ResourcesTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
ResourcesType |
TargetTypeImpl.getResources()
Gets the resources of this target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetTypeImpl.setResources(ResourcesType newResources)
Sets the resources in the target.
|
Copyright © 2021. All rights reserved.