Package | Description |
---|---|
org.opensaml.xacml.policy | |
org.opensaml.xacml.policy.impl |
Modifier and Type | Method and Description |
---|---|
DescriptionType |
PolicyType.getDescription()
Gets the description for this policy.
|
DescriptionType |
RuleType.getDescription()
Gets the description of this rule.
|
DescriptionType |
PolicySetType.getDescription()
Gets the description for this policy set.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyType.setDescription(DescriptionType description)
Sets the description for this policy.
|
void |
RuleType.setDescription(DescriptionType description)
Sets the description of this rule.
|
void |
PolicySetType.setDescription(DescriptionType description)
Sets the description for this policy set.
|
Modifier and Type | Class and Description |
---|---|
class |
DescriptionTypeImpl
Concrete implementation of
DescriptionType . |
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(String namespaceURI,
String localName,
String namespacePrefix) |
DescriptionType |
PolicyTypeImpl.getDescription()
Gets the description for this policy.
|
DescriptionType |
RuleTypeImpl.getDescription()
Gets the description of this rule.
|
DescriptionType |
PolicySetTypeImpl.getDescription()
Gets the description for this policy set.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyTypeImpl.setDescription(DescriptionType newDescription)
Sets the description for this policy.
|
void |
RuleTypeImpl.setDescription(DescriptionType newDescription)
Sets the description of this rule.
|
void |
PolicySetTypeImpl.setDescription(DescriptionType newDescription)
Sets the description for this policy set.
|
Copyright © 1999-2013. All Rights Reserved.