Package | Description |
---|---|
org.opensaml.xacml.policy | |
org.opensaml.xacml.policy.impl |
Modifier and Type | Method and Description |
---|---|
TargetType |
PolicyType.getTarget()
Gets the target of this policy.
|
TargetType |
RuleType.getTarget()
Gets the target of this rule.
|
TargetType |
PolicySetType.getTarget()
Gets the target of this policy set.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyType.setTarget(TargetType target)
Sets the target of this policy.
|
void |
RuleType.setTarget(TargetType target)
Sets the target of this rule.
|
void |
PolicySetType.setTarget(TargetType target)
Sets the target of this policy set.
|
Modifier and Type | Class and Description |
---|---|
class |
TargetTypeImpl
Implementing
TargetType . |
Modifier and Type | Method and Description |
---|---|
TargetType |
TargetTypeImplBuilder.buildObject()
Builds a XACMLObject using the default name and namespace information provided XACML specifications.
|
TargetType |
TargetTypeImplBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
TargetType |
PolicyTypeImpl.getTarget()
Gets the target of this policy.
|
TargetType |
RuleTypeImpl.getTarget()
Gets the target of this rule.
|
TargetType |
PolicySetTypeImpl.getTarget()
Gets the target of this policy set.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicyTypeImpl.setTarget(TargetType newTarget)
Sets the target of this policy.
|
void |
RuleTypeImpl.setTarget(TargetType newTarget)
Sets the target of this rule.
|
void |
PolicySetTypeImpl.setTarget(TargetType newTarget)
Sets the target of this policy set.
|
Copyright © 1999-2013. All Rights Reserved.