|
JBoss port of sunxacml 2.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.security.xacml.sunxacml.combine.CombinerElement
org.jboss.security.xacml.sunxacml.combine.RuleCombinerElement
public class RuleCombinerElement
Specific version of CombinerElement
used for rule combining.
Constructor Summary | |
---|---|
RuleCombinerElement(Rule rule)
Constructor that only takes a Rule
| |
RuleCombinerElement(Rule rule,
List parameters)
Constructor that takes both the Rule to combine and its
associated combiner parameters. |
Method Summary | |
---|---|
void |
encode(OutputStream output,
Indenter indenter)
Encodes this element's Rule and parameters into their
XML representation and writes this encoding to the given
OutputStream with indentation. |
Rule |
getRule()
Returns the Rule in this element. |
Methods inherited from class org.jboss.security.xacml.sunxacml.combine.CombinerElement |
---|
getElement, getParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RuleCombinerElement(Rule rule)
RuleRule
when combining.
rule
- a Rule
to use in combiningpublic RuleCombinerElement(Rule rule, List parameters)
Rule
to combine and its
associated combiner parameters.
rule
- a Rule
to use in combiningparameters
- a (possibly empty) non-null List
of
CombinerParameters provided for general
use (for all pre-2.0 policies this must be empty)
Method Detail |
---|
public Rule getRule()
Rule
in this element.
Rule
public void encode(OutputStream output, Indenter indenter)
Rule
and parameters into their
XML representation and writes this encoding to the given
OutputStream
with indentation.
encode
in class CombinerElement
output
- a stream into which the XML-encoded data is writtenindenter
- an object that creates indentation strings
|
JBoss port of sunxacml 2.0.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |