nbi.xmlsec.xacml.builder
Class ResourceMatchBuilder
java.lang.Object
nbi.xmlsec.xacml.builder.TargetMatchBuilder
nbi.xmlsec.xacml.builder.ResourceMatchBuilder
- Direct Known Subclasses:
- RoleResourceMatchBuilder, StringResourceMatchBuilder
- public class ResourceMatchBuilder
- extends TargetMatchBuilder
Class to create ResourceMatch instances.
- Since:
- Version:
- $Revision: 1.5 $
- Author:
- Lutz Suhrbier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceMatchBuilder
public ResourceMatchBuilder(String matchFunction)
- Sets the function used to do the matching.
- Parameters:
matchFunction
- FunctionId.
- Throws:
UnknownIdentifierException
FunctionTypeException
- See Also:
FunctionFactory.createFunction(java.lang.String)
,
FunctionFactory.createFunction(java.lang.String)
ResourceMatchBuilder
public ResourceMatchBuilder(URI matchFunction)
- Sets the function used to do the matching.
- Parameters:
matchFunction
- FunctionId.
- Throws:
UnknownIdentifierException
FunctionTypeException
- See Also:
FunctionFactory.createFunction(java.lang.String)
,
FunctionFactory.createFunction(java.lang.String)
createMatchValue
public AttributeValue createMatchValue()
- Description copied from class:
TargetMatchBuilder
- Creates the attribute match value from the attribute.
- Specified by:
createMatchValue
in class TargetMatchBuilder
- Returns:
- The created attribute value.
- See Also:
TargetMatchBuilder.createMatchValue()
Copyright © 2006 Lutz Suhrbier, Freie Universität Berlin. All Rights Reserved.