Uses of Class
org.wso2.balana.xacml3.Attributes

Packages that use Attributes
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 Attributes in org.wso2.balana.ctx
 

Fields in org.wso2.balana.ctx with type parameters of type Attributes
protected  Set<Attributes> AbstractRequestCtx.attributesSet
          XACML3 attributes as Attributes objects
 

Methods in org.wso2.balana.ctx that return types with arguments of type Attributes
 Set<Attributes> AbstractRequestCtx.getAttributesSet()
          Returns a Set containing Attribute objects.
 

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

Method parameters in org.wso2.balana.ctx.xacml2 with type arguments of type Attributes
 void XACML2EvaluationCtx.setResourceId(AttributeValue resourceId, Set<Attributes> attributesSet)
          Changes the value of the resource-id attribute in this context.
 

Constructor parameters in org.wso2.balana.ctx.xacml2 with type arguments of type Attributes
RequestCtx(Set<Attributes> attributesSet, Node documentRoot)
          Constructor that creates a RequestCtx from components.
RequestCtx(Set<Attributes> attributesSet, Node documentRoot, int version)
          Constructor that creates a RequestCtx from components.
RequestCtx(Set<Attributes> attributesSet, Node documentRoot, Set<Subject> subjects, Set<Attribute> resource, Set<Attribute> action, Set<Attribute> environment, String resourceContent)
          Constructor that creates a RequestCtx from components.
RequestCtx(Set<Attributes> attributesSet, Node documentRoot, String resourceContent)
          Constructor that creates a RequestCtx from components.
RequestCtx(Set<Attributes> attributesSet, String resourceContent)
          Constructor that creates a RequestCtx from components.
 

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

Methods in org.wso2.balana.ctx.xacml3 that return types with arguments of type Attributes
 Set<Attributes> Result.getAttributes()
          Return set of attributes that is sent to PEP
 List<Attributes> XACML3EvaluationCtx.getAttributes(String category)
           
 Set<Attributes> XACML3EvaluationCtx.getAttributesSet()
           
 Map<String,List<Attributes>> XACML3EvaluationCtx.getMapAttributes()
           
 Set<Attributes> XACML3EvaluationCtx.getMultipleContentSelectors()
           
 

Method parameters in org.wso2.balana.ctx.xacml3 with type arguments of type Attributes
 void Result.processAttributes(Set<Attributes> attributesSet)
          Extract the attributes that must be included in the response
 void XACML3EvaluationCtx.setResourceId(AttributeValue resourceId, Set<Attributes> attributesSet)
          Changes the value of the resource-id attribute in this context.
 

Constructor parameters in org.wso2.balana.ctx.xacml3 with type arguments of type Attributes
RequestCtx(Node documentRoot, Set<Attributes> attributesSet, boolean returnPolicyIdList, boolean combinedDecision, MultiRequests multiRequests, RequestDefaults defaults)
          Constructor that creates a RequestCtx from components.
RequestCtx(Set<Attributes> attributesSet, Node documentRoot)
          Constructor that creates a RequestCtx from components.
Result(int decision, Status status, List<ObligationResult> obligationResults, List<Advice> advices, Set<PolicyReference> policyReferences, Set<Attributes> attributes)
           
 

Uses of Attributes in org.wso2.balana.xacml3
 

Methods in org.wso2.balana.xacml3 that return Attributes
static Attributes Attributes.getInstance(Node root)
           
 



Copyright © 2015 WSO2. All rights reserved.