Package | Description |
---|---|
org.wso2.balana.attr |
Contains many of the classes related to attributes and attribute
retrieval.
|
org.wso2.balana.ctx |
All of the classes that support the context schema are in this
package.
|
Modifier and Type | Method and Description |
---|---|
static DateTimeAttribute |
DateTimeAttribute.getInstance(Node root)
Returns a new
DateTimeAttribute that represents the xs:dateTime at a particular
DOM node. |
static DateTimeAttribute |
DateTimeAttribute.getInstance(String value)
Returns a new
DateTimeAttribute that represents the xs:dateTime value indicated
by the string provided. |
Modifier and Type | Field and Description |
---|---|
protected DateTimeAttribute |
BasicEvaluationCtx.currentDateTime |
Modifier and Type | Method and Description |
---|---|
DateTimeAttribute |
BasicEvaluationCtx.getCurrentDateTime()
Returns the value for the current dateTime.
|
DateTimeAttribute |
EvaluationCtx.getCurrentDateTime()
Returns the value for the current dateTime as known by the PDP (if this value was also
supplied in the Request, this will generally be a different value).
|
DateTimeAttribute |
Attribute.getIssueInstant()
Returns the moment at which the attribute was issued, or null if no issue time was provided
|
Constructor and Description |
---|
Attribute(URI id,
String issuer,
DateTimeAttribute issueInstant,
AttributeValue value,
boolean includeInResult,
int version)
Creates a new
Attribute of the type specified in the given
AttributeValue .for XACML 3 with one AttributeValue |
Attribute(URI id,
String issuer,
DateTimeAttribute issueInstant,
AttributeValue value,
int version)
Creates a new
Attribute for XACML 2 and XACML 1.X with one AttributeValue |
Attribute(URI id,
URI type,
String issuer,
DateTimeAttribute issueInstant,
List<AttributeValue> attributeValues,
boolean includeInResult,
int xacmlVersion)
Creates a new
Attribute |
Copyright © 2021 WSO2. All rights reserved.