nbi.xmlsec.xacml.builder
Class SubjectMatchBuilder
java.lang.Object
nbi.xmlsec.xacml.builder.TargetMatchBuilder
nbi.xmlsec.xacml.builder.SubjectMatchBuilder
- Direct Known Subclasses:
- AnyURISubjectMatchBuilder, X500NameSubjectMatchBuilder
- public class SubjectMatchBuilder
- extends TargetMatchBuilder
Class to create SubjectMatch instances.
- Since:
- Version:
- $Revision: 1.6 $
- Author:
- Lutz Suhrbier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubjectMatchBuilder
public SubjectMatchBuilder(String matchFunction)
- Sets the function used to do the matching.
- Parameters:
matchFunction
- FunctionId.
SubjectMatchBuilder
public SubjectMatchBuilder(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.
- See Also:
TargetMatchBuilder.createMatchValue()
Copyright © 2006 Lutz Suhrbier, Freie Universität Berlin. All Rights Reserved.