|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nbi.xmlsec.xacml.builder.AttributeBaseBuilder nbi.xmlsec.xacml.builder.AttributeDesignatorBuilder
Abstract base class for all AttributeDesignator
building classes.
Field Summary | |
private URI |
id
The attribute id looked for by this designator |
private URI |
issuer
The issuer of the values to search for or null if no issuer is specified |
protected int |
target
The type of designator (Subject, Resource, Action, Environment) |
Fields inherited from class nbi.xmlsec.xacml.builder.AttributeBaseBuilder |
mustBePresent, type |
Constructor Summary | |
protected |
AttributeDesignatorBuilder()
|
protected |
AttributeDesignatorBuilder(int target,
String id)
Creates an AttributeDesignerBuilder based on the type and identifier of the designator to build. |
Method Summary | |
Evaluatable |
getInstance()
Createa a new AttributeDesignator instance. |
protected void |
setId(String id)
Sets the attribute id. |
protected void |
setId(URI id)
Sets the attribute id. |
void |
setIssuer(String issuer)
Sets the issuer of the values. |
void |
setIssuer(URI issuer)
Sets the issuer of the values. |
Methods inherited from class nbi.xmlsec.xacml.builder.AttributeBaseBuilder |
setMustBePresent, setType, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int target
private URI id
private URI issuer
Constructor Detail |
protected AttributeDesignatorBuilder()
protected AttributeDesignatorBuilder(int target, String id)
target
- type of the designatorid
- the attribute idMethod Detail |
public Evaluatable getInstance()
EvaluatableBuilder.getInstance()
protected void setId(URI id)
id
- The attribute id to set.protected void setId(String id)
id
- The attribute id to set.public void setIssuer(URI issuer)
issuer
- The issuer of the values to set.public void setIssuer(String issuer)
issuer
- The issuer of the values to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |