|
||||||||||
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.AttributeSelectorBuilder
Class to create AttributeSelector
instances.
Field Summary | |
(package private) String |
contextPath
the XPath to query |
(package private) String |
xpathVersion
the XPath version to use, which must be a valid XPath version string (the identifier for XPath 1.0 is provided in AbstractPolicy) |
Fields inherited from class nbi.xmlsec.xacml.builder.AttributeBaseBuilder |
mustBePresent, type |
Constructor Summary | |
AttributeSelectorBuilder()
|
Method Summary | |
Evaluatable |
getInstance()
Creates a new AttributeSelector instance. |
void |
setContextPath(String contextPath)
Sets the XPath to query. |
void |
setXpathVersion(String xpathVersion)
Sets the XPath version to use, which must be a valid XPath version string (the identifier for XPath 1.0 is provided in AbstractPolicy). |
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 |
String contextPath
String xpathVersion
Constructor Detail |
public AttributeSelectorBuilder()
Method Detail |
public Evaluatable getInstance()
EvaluatableBuilder.getInstance()
public void setContextPath(String contextPath)
contextPath
- The contextPath to querys.public void setXpathVersion(String xpathVersion)
xpathVersion
- The xpathVersion to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |