|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nbi.xmlsec.xacml.builder.AttributeBaseBuilder
Base class for the classes AttributeDesignatorBuilder and AttributeSelectorBuilder.
Field Summary | |
protected boolean |
mustBePresent
Whether resolution must find a value |
protected URI |
type
The data type resolved by this designator |
Constructor Summary | |
AttributeBaseBuilder()
|
Method Summary | |
void |
setMustBePresent(boolean mustBePresent)
Set whether resolution must find a value. |
void |
setType(String type)
Sets the data type resolved by this designator. |
void |
setType(URI type)
Sets the data type resolved by this designator. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected URI type
protected boolean mustBePresent
Constructor Detail |
public AttributeBaseBuilder()
Method Detail |
public void setType(URI type)
type
- The data type resolved to set.public void setType(String type)
type
- The data type resolved to set.public void setMustBePresent(boolean mustBePresent)
mustBePresent
- true, if must find a value, false otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |