|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.xacml.sunxacml.combine.CombinerParameter
public class CombinerParameter
Represents a single named parameter to a combining algorithm. Parameters are only used by XACML 2.0 and later policies.
| Constructor Summary | |
|---|---|
CombinerParameter(String name,
AttributeValue value)
Creates a new CombinerParameter. |
|
| Method Summary | |
|---|---|
void |
encode(OutputStream output,
Indenter indenter)
Encodes this parameter into its XML representation and writes this encoding to the given OutputStream with indentation. |
static CombinerParameter |
getInstance(Node root)
Returns a new instance of the CombinerParameter class
based on a DOM node. |
String |
getName()
Returns the name of this parameter. |
AttributeValue |
getValue()
Returns the value provided by this parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CombinerParameter(String name,
AttributeValue value)
name - the parameter's namevalue - the parameter's value| Method Detail |
|---|
public static CombinerParameter getInstance(Node root)
throws ParsingException
CombinerParameter class
based on a DOM node. The node must be the root of an XML
CombinerParameterType.
root - the DOM root of a CombinerParameterType XML type
ParsingException - if the CombinerParameterType is invalidpublic String getName()
public AttributeValue getValue()
public void encode(OutputStream output,
Indenter indenter)
OutputStream with indentation.
output - 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 | |||||||||