Uses of Class
org.wso2.balana.ctx.Attribute

Packages that use Attribute
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.xacml2   
org.wso2.balana.xacml3   
 

Uses of Attribute in org.wso2.balana.ctx
 

Methods in org.wso2.balana.ctx that return Attribute
static Attribute Attribute.getInstance(Node root, int version)
          Creates an instance of an Attribute based on the root DOM node of the XML data.
 

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

Constructor parameters in org.wso2.balana.ctx.xacml2 with type arguments of type Attribute
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, 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, Set<Subject> subjects, Set<Attribute> resource, Set<Attribute> action, Set<Attribute> environment, String resourceContent)
          Constructor that creates a RequestCtx from components.
RequestCtx(Set<Subject> subjects, Set<Attribute> resource, Set<Attribute> action, Set<Attribute> environment)
           
RequestCtx(Set<Subject> subjects, Set<Attribute> resource, Set<Attribute> action, Set<Attribute> environment)
           
RequestCtx(Set<Subject> subjects, Set<Attribute> resource, Set<Attribute> action, Set<Attribute> environment)
           
 

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

Methods in org.wso2.balana.ctx.xacml3 that return Attribute
 Attribute XACML3EvaluationCtx.getResourceId()
           
 Attribute XACML3EvaluationCtx.getResourceScopeAttribute()
           
 

Uses of Attribute in org.wso2.balana.xacml2
 

Methods in org.wso2.balana.xacml2 that return types with arguments of type Attribute
 List<Attribute> Obligation.getAssignments()
          Returns the attribute assignment data in this obligation.
 

Constructor parameters in org.wso2.balana.xacml2 with type arguments of type Attribute
Obligation(URI obligationId, int fulfillOn, List<Attribute> assignments)
          Constructor that takes all the data associated with an obligation.
 

Uses of Attribute in org.wso2.balana.xacml3
 

Methods in org.wso2.balana.xacml3 that return types with arguments of type Attribute
 Set<Attribute> Attributes.getAttributes()
          Returns list of attribute that contains in the attributes element
 

Constructor parameters in org.wso2.balana.xacml3 with type arguments of type Attribute
Attributes(URI category, Node content, Set<Attribute> attributes, String id)
          Constructor that creates a new Attributes based on the given elements.
Attributes(URI category, Set<Attribute> attributes)
          Constructor that creates a new Attributes based on the given elements.
 



Copyright © 2015 WSO2. All rights reserved.