|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.balana.xacml3.AllOfSelection
public class AllOfSelection
Represents AllOfType in the XACML 3.0 policy schema.
Constructor Summary | |
---|---|
AllOfSelection(List<TargetMatch> matches)
Constructor that creates a AllOfSelection from components. |
Method Summary | |
---|---|
void |
encode(StringBuilder builder)
Encodes this AnyOfSelection into its XML form and writes this out to the provided
StringBuilder |
static AllOfSelection |
getInstance(Node root,
PolicyMetaData metaData)
creates a new AllOfSelection by parsing DOM node. |
MatchResult |
match(EvaluationCtx context)
Determines whether this AllOfSelection matches the input request (whether it
is applicable). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AllOfSelection(List<TargetMatch> matches)
AllOfSelection
from components.
matches
- a List
of TargetMatch
elementsMethod Detail |
---|
public static AllOfSelection getInstance(Node root, PolicyMetaData metaData) throws ParsingException
AllOfSelection
by parsing DOM node.
root
- DOM nodemetaData
- policy meta data
AllOfSelection
ParsingException
- throws, if the DOM node is invalidpublic MatchResult match(EvaluationCtx context)
AllOfSelection
matches the input request (whether it
is applicable).
context
- the representation of the request
public void encode(StringBuilder builder)
AnyOfSelection
into its XML form and writes this out to the provided
StringBuilder
- Parameters:
builder
- string stream into which the XML-encoded data is written
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |