Package | Description |
---|---|
org.jboss.security.xacml.sunxacml |
This is the root package, which contains the PDP class where most
people will want to start.
|
org.jboss.security.xacml.sunxacml.attr |
Contains many of the classes related to attributes and attribute
retrieval.
|
org.jboss.security.xacml.sunxacml.combine |
All of the combining algorithm support is in this package.
|
org.jboss.security.xacml.sunxacml.cond |
Support for Conditions is in this package.
|
org.jboss.security.xacml.sunxacml.ctx |
All of the classes that support the context schema are in this
package.
|
Modifier and Type | Method and Description |
---|---|
void |
PolicySet.encode(OutputStream output,
Indenter indenter)
Encodes this
PolicySet into its XML representation and
writes this encoding to the given OutputStream with
indentation. |
void |
PolicyReference.encode(OutputStream output,
Indenter indenter)
Encodes this
PolicyReference into its XML representation
and writes this encoding to the given OutputStream with
indentation. |
void |
TargetMatch.encode(OutputStream output,
Indenter indenter)
Encodes this
TargetMatch into its XML representation and
writes this encoding to the given OutputStream with
indentation. |
void |
Target.encode(OutputStream output,
Indenter indenter)
Encodes this
Target into its XML representation and writes
this encoding to the given OutputStream with
indentation. |
void |
TargetMatchGroup.encode(OutputStream output,
Indenter indenter)
Encodes this
TargetMatchGroup into its XML representation
and writes this encoding to the given OutputStream with
indentation. |
void |
Obligation.encode(OutputStream output,
Indenter indenter)
Encodes this
Obligation into its XML form and writes this
out to the provided OutputStream |
void |
Rule.encode(OutputStream output,
Indenter indenter)
Encodes this
Rule into its XML representation and writes
this encoding to the given OutputStream with
indentation. |
void |
Policy.encode(OutputStream output,
Indenter indenter)
Encodes this
Policy into its XML representation and writes
this encoding to the given OutputStream with
indentation. |
void |
TargetSection.encode(OutputStream output,
Indenter indenter)
Encodes this
TargetSection into its XML representation and
writes this encoding to the given OutputStream with
indentation. |
void |
PolicyTreeElement.encode(OutputStream output,
Indenter indenter)
Encodes this element into its XML representation and writes
this encoding to the given
OutputStream with
indentation. |
protected void |
AbstractPolicy.encodeCommonElements(OutputStream output,
Indenter indenter)
Routine used by
Policy and PolicySet to
encode some common elements. |
Modifier and Type | Method and Description |
---|---|
void |
AttributeValue.encode(OutputStream output,
Indenter indenter)
Encodes this
AttributeValue into its XML representation
and writes this encoding to the given OutputStream with
indentation. |
void |
AttributeDesignator.encode(OutputStream output,
Indenter indenter)
Encodes this designator into its XML representation and
writes this encoding to the given
OutputStream with
indentation. |
void |
AttributeSelector.encode(OutputStream output,
Indenter indenter)
Encodes this selector into its XML representation and
writes this encoding to the given
OutputStream with
indentation. |
Modifier and Type | Method and Description |
---|---|
void |
RuleCombinerElement.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. |
abstract void |
CombinerElement.encode(OutputStream output,
Indenter indenter)
Encodes the element and parameters in this
CombinerElement
into their XML representation and writes this encoding to the given
OutputStream with indentation. |
void |
PolicyCombinerElement.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. |
void |
CombinerParameter.encode(OutputStream output,
Indenter indenter)
Encodes this parameter into its XML representation and writes this
encoding to the given
OutputStream with indentation. |
Modifier and Type | Method and Description |
---|---|
void |
Apply.encode(OutputStream output,
Indenter indenter)
Encodes this
Apply into its XML representation and
writes this encoding to the given OutputStream with
indentation. |
void |
HigherOrderFunction.encode(OutputStream output,
Indenter indenter)
Encodes this
HigherOrderFunction into its XML
representation and writes this encoding to the given
OutputStream with indentation. |
void |
VariableDefinition.encode(OutputStream output,
Indenter indenter)
Encodes this class into its XML representation and writes this
encoding to the given
OutputStream with indentation. |
void |
Expression.encode(OutputStream output,
Indenter indenter)
Encodes this
Expression into its XML representation and
writes this encoding to the given OutputStream with
indentation. |
void |
FunctionBase.encode(OutputStream output,
Indenter indenter)
Encodes this
FunctionBase into its XML representation and
writes this encoding to the given OutputStream with
indentation. |
void |
Condition.encode(OutputStream output,
Indenter indenter)
Encodes this
Condition into its XML representation and
writes this encoding to the given OutputStream with
indentation. |
void |
VariableReference.encode(OutputStream output,
Indenter indenter)
Encodes this class into its XML representation and writes this
encoding to the given
OutputStream with indentation. |
void |
Function.encode(OutputStream output,
Indenter indenter)
Encodes this
Function into its XML representation and
writes this encoding to the given OutputStream with
indentation. |
Modifier and Type | Method and Description |
---|---|
void |
RequestCtx.encode(OutputStream output,
Indenter indenter)
Encodes this context into its XML representation and writes
this encoding to the given
OutputStream with
indentation. |
void |
Result.encode(OutputStream output,
Indenter indenter)
Encodes this
Result into its XML form and writes this
out to the provided OutputStream |
void |
Attribute.encode(OutputStream output,
Indenter indenter)
Encodes this attribute into its XML representation and writes
this encoding to the given
OutputStream with
indentation. |
void |
Status.encode(OutputStream output,
Indenter indenter)
Encodes this status data into its XML representation and writes
this encoding to the given
OutputStream with
indentation. |
void |
ResponseCtx.encode(OutputStream output,
Indenter indenter)
Encodes this context into its XML representation and writes
this encoding to the given
OutputStream with
indentation. |
void |
RequestCtx.encode(OutputStream output,
Indenter indenter,
String nsURI) |
void |
ResponseCtx.encode(OutputStream output,
Indenter indenter,
String nsURI) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.