Uses of Class
org.wso2.balana.Indenter

Packages that use Indenter
org.wso2.balana.ctx All of the classes that support the context schema are in this package. 
org.wso2.balana.ctx.xacml2   
org.wso2.balana.ctx.xacml3   
org.wso2.balana.xacml3   
 

Uses of Indenter in org.wso2.balana.ctx
 

Methods in org.wso2.balana.ctx with parameters of type Indenter
abstract  void AbstractRequestCtx.encode(OutputStream output, Indenter indenter)
          Encodes this AbstractRequestCtx into its XML representation and writes this encoding to the given OutputStream with indentation.
 

Uses of Indenter in org.wso2.balana.ctx.xacml2
 

Methods in org.wso2.balana.ctx.xacml2 with parameters of type Indenter
 void RequestCtx.encode(OutputStream output, Indenter indenter)
          Encodes this AbstractRequestCtx into its XML representation and writes this encoding to the given OutputStream with indentation.
 

Uses of Indenter in org.wso2.balana.ctx.xacml3
 

Methods in org.wso2.balana.ctx.xacml3 with parameters of type Indenter
 void RequestCtx.encode(OutputStream output, Indenter indenter)
          Encodes this AbstractRequestCtx into its XML representation and writes this encoding to the given OutputStream with indentation.
 

Uses of Indenter in org.wso2.balana.xacml3
 

Methods in org.wso2.balana.xacml3 with parameters of type Indenter
 void RequestDefaults.encode(OutputStream output, Indenter indenter)
          Encodes this RequestDefaults into its XML representation and writes this encoding to the given OutputStream with indentation.
 



Copyright © 2015 WSO2. All rights reserved.