|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateTimeAttribute | |
---|---|
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. |
Uses of DateTimeAttribute in org.wso2.balana.attr |
---|
Methods in org.wso2.balana.attr that return DateTimeAttribute | |
---|---|
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. |
Uses of DateTimeAttribute in org.wso2.balana.ctx |
---|
Fields in org.wso2.balana.ctx declared as DateTimeAttribute | |
---|---|
protected DateTimeAttribute |
BasicEvaluationCtx.currentDateTime
|
Methods in org.wso2.balana.ctx that return DateTimeAttribute | |
---|---|
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 |
BasicEvaluationCtx.getCurrentDateTime()
Returns the value for the current dateTime. |
DateTimeAttribute |
Attribute.getIssueInstant()
Returns the moment at which the attribute was issued, or null if no issue time was provided |
Constructors in org.wso2.balana.ctx with parameters of type DateTimeAttribute | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |