nbi.xmlsec.xacml.parser
Class StringMatchParser
java.lang.Object
nbi.xmlsec.xacml.parser.TargetMatchParser
nbi.xmlsec.xacml.parser.StringMatchParser
- public class StringMatchParser
- extends TargetMatchParser
Parses an StringAttribute match value from a target match
- Since:
- Version:
- $Revision: 1.1 $
- Author:
- Lutz Suhrbier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringMatchParser
public StringMatchParser()
StringMatchParser
public StringMatchParser(TargetMatch targetMatch)
- Inits the match parser.
- Parameters:
targetMatch
- The target match to parse.
parseMatchValue
public Object parseMatchValue()
throws ParsingException
- Get the URI value from the target match
StringAttribute
.
- Specified by:
parseMatchValue
in class TargetMatchParser
- Returns:
- The
String
or null
.
- Throws:
ParsingException
- See Also:
TargetMatchParser.parseMatchValue()
Copyright © 2006 Lutz Suhrbier, Freie Universität Berlin. All Rights Reserved.