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 DateAttribute |
DateAttribute.getInstance(Node root)
Returns a new
DateAttribute that represents the xs:date at a particular DOM
node. |
static DateAttribute |
DateAttribute.getInstance(String value)
Returns a new
DateAttribute that represents the xs:date value indicated by the
string provided. |
Modifier and Type | Field and Description |
---|---|
protected DateAttribute |
BasicEvaluationCtx.currentDate
the cached current date, time, and date time,
which we may or may not be using depending on how this object was constructed
|
Modifier and Type | Method and Description |
---|---|
DateAttribute |
BasicEvaluationCtx.getCurrentDate()
Returns the value for the current date.
|
DateAttribute |
EvaluationCtx.getCurrentDate()
Returns the value for the current date as known by the PDP (if this value was also supplied
in the Request, this will generally be a different value).
|
Copyright © 2020 WSO2. All rights reserved.