| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
Attribute.getInstance(Node root,
int version)
Creates an instance of an
Attribute based on the root DOM node of the XML data. |
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
XACML3EvaluationCtx.getResourceId() |
Attribute |
XACML3EvaluationCtx.getResourceScopeAttribute() |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
Obligation.getAssignments()
Returns the attribute assignment data in this obligation.
|
| Constructor and Description |
|---|
Obligation(URI obligationId,
int fulfillOn,
List<Attribute> assignments)
Constructor that takes all the data associated with an obligation.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Attribute> |
Attributes.getAttributes()
Returns list of attribute that contains in the attributes element
|
| Constructor and Description |
|---|
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 © 2019 WSO2. All rights reserved.