| 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 |
|---|---|
DescriptionType |
PolicySetType.getDescription()
Gets the description for this policy set.
|
DescriptionType |
PolicyType.getDescription()
Gets the description for this policy.
|
DescriptionType |
RuleType.getDescription()
Gets the description of this rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicySetType.setDescription(DescriptionType description)
Sets the description for this policy set.
|
void |
PolicyType.setDescription(DescriptionType description)
Sets the description for this policy.
|
void |
RuleType.setDescription(DescriptionType description)
Sets the description of this rule.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescriptionTypeImpl
Concrete implementation of
DescriptionType. |
| Modifier and Type | Field and Description |
|---|---|
private DescriptionType |
PolicySetTypeImpl.description
Policy set description.
|
private DescriptionType |
RuleTypeImpl.description
Dscription of the rule.
|
private DescriptionType |
PolicyTypeImpl.description
Policy description.
|
| Modifier and Type | Method and Description |
|---|---|
DescriptionType |
DescriptionTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
DescriptionType |
DescriptionTypeImplBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
DescriptionType |
PolicySetTypeImpl.getDescription()
Gets the description for this policy set.
|
DescriptionType |
RuleTypeImpl.getDescription()
Gets the description of this rule.
|
DescriptionType |
PolicyTypeImpl.getDescription()
Gets the description for this policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicySetTypeImpl.setDescription(DescriptionType newDescription)
Sets the description for this policy set.
|
void |
RuleTypeImpl.setDescription(DescriptionType newDescription)
Sets the description of this rule.
|
void |
PolicyTypeImpl.setDescription(DescriptionType newDescription)
Sets the description for this policy.
|