| 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 |
|---|---|
DefaultsType |
PolicyType.getPolicyDefaults()
Gets the defaults for this policy.
|
DefaultsType |
PolicySetType.getPolicySetDefaults()
Gets the defaults for this policy set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyType.setPolicyDefaults(DefaultsType defaults)
Sets the defaults for this policy.
|
void |
PolicySetType.setPolicySetDefaults(DefaultsType defaults)
Sets the defaults for this policy set.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultsTypeImpl
Implementation for
DefaultsType. |
| Modifier and Type | Field and Description |
|---|---|
private DefaultsType |
PolicyTypeImpl.policyDefaults
Policy defaults.
|
private DefaultsType |
PolicySetTypeImpl.policySetDefaults
Policy set defaults.
|
| Modifier and Type | Method and Description |
|---|---|
DefaultsType |
DefaultsTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
DefaultsType |
DefaultsTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
DefaultsType |
PolicyTypeImpl.getPolicyDefaults()
Gets the defaults for this policy.
|
DefaultsType |
PolicySetTypeImpl.getPolicySetDefaults()
Gets the defaults for this policy set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyTypeImpl.setPolicyDefaults(DefaultsType defaults)
Sets the defaults for this policy.
|
void |
PolicySetTypeImpl.setPolicySetDefaults(DefaultsType defaults)
Sets the defaults for this policy set.
|