|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nbi.xmlsec.xacml.builder.AbstractPolicyTreeElementBuilder
Abstract base class for all policy tree element building classes.
Field Summary | |
protected String |
description
a String describing the policy |
protected URI |
identifier
The policy identifier |
protected Target |
target
the policy's Target |
Constructor Summary | |
protected |
AbstractPolicyTreeElementBuilder()
|
Method Summary | |
abstract PolicyTreeElement |
getInstance()
Creates an instance of the policy tree element built. |
void |
setDescription(String description)
Sets the policy's description. |
void |
setIdentifier(String id)
Sets the policy's identifier. |
void |
setIdentifier(URI id)
Sets the policy's identifier. |
void |
setTarget(Target target)
Sets the policy's target. |
void |
setTarget(TargetBuilder target)
Sets the policy's target. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected URI identifier
protected String description
protected Target target
Constructor Detail |
protected AbstractPolicyTreeElementBuilder()
Method Detail |
public abstract PolicyTreeElement getInstance()
getInstance
in interface PolicyTreeElementBuilder
PolicyTreeElementBuilder.getInstance()
public void setDescription(String description)
description
- The policy's description to set.public void setIdentifier(URI id)
id
- The policy identifier to set.public void setTarget(Target target)
target
- The policy's target to set.public void setIdentifier(String id) throws URISyntaxException
id
- The policy identifier to set.
URISyntaxException
URI.URI(java.lang.String).
public void setTarget(TargetBuilder target)
target
- The policy's target to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |