|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object nbi.xmlsec.xacml.parser.TargetMatchParser
Abstract Base class to transform TargetMatch
instances
into related objects.
Field Summary | |
(package private) TargetMatch |
targetMatch
|
Constructor Summary | |
TargetMatchParser()
|
|
TargetMatchParser(TargetMatch targetMatch)
|
Method Summary | |
Evaluatable |
getMatchEvaluatable()
Add comment for getMatchEvaluatable |
Function |
getMatchFunction()
Add comment for getMatchFunction |
AttributeValue |
getMatchValue()
Add comment for getMatchValue |
int |
getType()
Add comment for getType |
abstract Object |
parseMatchValue()
|
void |
setTargetMatch(TargetMatch targetMatch)
Add comment for setTargetMatch |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
TargetMatch targetMatch
Constructor Detail |
public TargetMatchParser()
public TargetMatchParser(TargetMatch targetMatch)
targetMatch
- Method Detail |
public abstract Object parseMatchValue() throws ParsingException
ParsingException
public Evaluatable getMatchEvaluatable()
null
.public Function getMatchFunction()
null
.public AttributeValue getMatchValue()
null
.public int getType()
null
.public void setTargetMatch(TargetMatch targetMatch)
targetMatch
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |