|
||||||||||
| 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.PolicyCombinerElement
public class PolicyCombinerElement
Specific version of CombinerElement used for policy combining.
| Constructor Summary | |
|---|---|
PolicyCombinerElement(AbstractPolicy policy)
Constructor that only takes an AbstractPolicy
| |
PolicyCombinerElement(AbstractPolicy policy,
List parameters)
Constructor that takes both the AbstractPolicy to combine
and its associated combiner parameters. |
|
| Method Summary | |
|---|---|
void |
encode(OutputStream output,
Indenter indenter)
Encodes this element's AbstractPolicy and parameters into
their XML representation and writes this encoding to the given
OutputStream with indentation. |
AbstractPolicy |
getPolicy()
Returns the AbstractPolicy 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 PolicyCombinerElement(AbstractPolicy policy)
AbstractPolicyAbstractPolicy when combining.
policy - an AbstractPolicy to use in combining
public PolicyCombinerElement(AbstractPolicy policy,
List parameters)
AbstractPolicy to combine
and its associated combiner parameters.
policy - an AbstractPolicy 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 AbstractPolicy getPolicy()
AbstractPolicy in this element.
AbstractPolicy
public void encode(OutputStream output,
Indenter indenter)
AbstractPolicy and parameters into
their XML representation and writes this encoding to the given
OutputStream with indentation.
encode in class CombinerElementoutput - a stream into which the XML-encoded data is writtenindenter - an object that creates indentation strings
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||