nbi.xmlsec.xacml.builder
Class ActionMatchBuilder
java.lang.Object
nbi.xmlsec.xacml.builder.TargetMatchBuilder
nbi.xmlsec.xacml.builder.ActionMatchBuilder
- Direct Known Subclasses:
- EnableRoleActionMatchBuilder, StringActionMatchBuilder
- public class ActionMatchBuilder
- extends TargetMatchBuilder
Class to create ActionMatch 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 |
ActionMatchBuilder
public ActionMatchBuilder(String matchFunction)
- Sets the function used to do the matching.
- Parameters:
matchFunction
- FunctionId.
ActionMatchBuilder
public ActionMatchBuilder(URI matchFunction)
- Sets the function used to do the matching.
- Parameters:
matchFunction
- FunctionId.
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.
Copyright © 2006 Lutz Suhrbier, Freie Universität Berlin. All Rights Reserved.