JBoss port of sunxacml 2.0.8.Final-redhat-1

Uses of Class
org.jboss.security.xacml.sunxacml.Indenter

Packages that use Indenter
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. 
 

Uses of Indenter in org.jboss.security.xacml.sunxacml
 

Methods in org.jboss.security.xacml.sunxacml with parameters of type Indenter
 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 TargetSection.encode(OutputStream output, Indenter indenter)
          Encodes this TargetSection 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 TargetMatch.encode(OutputStream output, Indenter indenter)
          Encodes this TargetMatch 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 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 Rule.encode(OutputStream output, Indenter indenter)
          Encodes this Rule into its XML representation and writes this encoding to the given OutputStream with indentation.
 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 Policy.encode(OutputStream output, Indenter indenter)
          Encodes this Policy 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.
 

Uses of Indenter in org.jboss.security.xacml.sunxacml.attr
 

Methods in org.jboss.security.xacml.sunxacml.attr with parameters of type Indenter
 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.
 

Uses of Indenter in org.jboss.security.xacml.sunxacml.combine
 

Methods in org.jboss.security.xacml.sunxacml.combine with parameters of type Indenter
 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.
 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.
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.
 

Uses of Indenter in org.jboss.security.xacml.sunxacml.cond
 

Methods in org.jboss.security.xacml.sunxacml.cond with parameters of type Indenter
 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 Apply.encode(OutputStream output, Indenter indenter)
          Encodes this Apply 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 VariableDefinition.encode(OutputStream output, Indenter indenter)
          Encodes this class 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 FunctionBase.encode(OutputStream output, Indenter indenter)
          Encodes this FunctionBase 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.
 void HigherOrderFunction.encode(OutputStream output, Indenter indenter)
          Encodes this HigherOrderFunction into its XML representation and writes this encoding to the given OutputStream with indentation.
 

Uses of Indenter in org.jboss.security.xacml.sunxacml.ctx
 

Methods in org.jboss.security.xacml.sunxacml.ctx with parameters of type Indenter
 void Result.encode(OutputStream output, Indenter indenter)
          Encodes this Result into its XML form and writes this out to the provided 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 Attribute.encode(OutputStream output, Indenter indenter)
          Encodes this attribute 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)
          Encodes this context into its XML representation and writes this encoding to the given OutputStream with indentation.
 void ResponseCtx.encode(OutputStream output, Indenter indenter, String nsURI)
           
 void RequestCtx.encode(OutputStream output, Indenter indenter, String nsURI)
           
 


JBoss port of sunxacml 2.0.8.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.