nbi.xmlsec.xacml.builder
Class AttributeSelectorBuilder

java.lang.Object
  extended bynbi.xmlsec.xacml.builder.AttributeBaseBuilder
      extended bynbi.xmlsec.xacml.builder.AttributeSelectorBuilder

public class AttributeSelectorBuilder
extends AttributeBaseBuilder

Class to create AttributeSelectorinstances.

Since:
Version:
$Revision: 1.2 $
Author:
Lutz Suhrbier

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

contextPath

String contextPath
the XPath to query


xpathVersion

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)

Constructor Detail

AttributeSelectorBuilder

public AttributeSelectorBuilder()
Method Detail

getInstance

public Evaluatable getInstance()
Creates a new AttributeSelector instance.

See Also:
EvaluatableBuilder.getInstance()

setContextPath

public void setContextPath(String contextPath)
Sets the XPath to query.

Parameters:
contextPath - The contextPath to querys.

setXpathVersion

public 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).

Parameters:
xpathVersion - The xpathVersion to use.


Copyright © 2006 Lutz Suhrbier, Freie Universität Berlin. All Rights Reserved.