nbi.xmlsec.xacml.parser
Class X500NameMatchParser

java.lang.Object
  extended bynbi.xmlsec.xacml.parser.TargetMatchParser
      extended bynbi.xmlsec.xacml.parser.X500NameMatchParser

public class X500NameMatchParser
extends TargetMatchParser

Parses an X500NameAttribute match value from a target match.

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

Field Summary
 
Fields inherited from class nbi.xmlsec.xacml.parser.TargetMatchParser
targetMatch
 
Constructor Summary
X500NameMatchParser()
           
X500NameMatchParser(TargetMatch targetMatch)
          Inits the match parser.
 
Method Summary
 Object parseMatchValue()
          Get the X500Principalvalue from the target match X500NameAttribute.
 
Methods inherited from class nbi.xmlsec.xacml.parser.TargetMatchParser
getMatchEvaluatable, getMatchFunction, getMatchValue, getType, setTargetMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

X500NameMatchParser

public X500NameMatchParser(TargetMatch targetMatch)
Inits the match parser.

Parameters:
targetMatch - The target match to parse.

X500NameMatchParser

public X500NameMatchParser()
Method Detail

parseMatchValue

public Object parseMatchValue()
Get the X500Principalvalue from the target match X500NameAttribute.

Specified by:
parseMatchValue in class TargetMatchParser
Returns:
The X500Principalvalue or null.
See Also:
TargetMatchParser.parseMatchValue()


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