|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateAttribute | |
---|---|
org.jboss.security.xacml.sunxacml | This is the root package, which contains the PDP class where most people will want to start. |
org.jboss.security.xacml.sunxacml.attr | Contains many of the classes related to attributes and attribute retrieval. |
Uses of DateAttribute in org.jboss.security.xacml.sunxacml |
---|
Methods in org.jboss.security.xacml.sunxacml that return DateAttribute | |
---|---|
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). |
Uses of DateAttribute in org.jboss.security.xacml.sunxacml.attr |
---|
Methods in org.jboss.security.xacml.sunxacml.attr that return DateAttribute | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |