Uses of Class
org.wso2.balana.attr.TimeAttribute

Packages that use TimeAttribute
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 TimeAttribute in org.wso2.balana.attr
 

Methods in org.wso2.balana.attr that return TimeAttribute
static TimeAttribute TimeAttribute.getInstance(Node root)
          Returns a new TimeAttribute that represents the xs:time at a particular DOM node.
static TimeAttribute TimeAttribute.getInstance(String value)
          Returns a new TimeAttribute that represents the xs:time value indicated by the string provided.
 

Uses of TimeAttribute in org.wso2.balana.ctx
 

Fields in org.wso2.balana.ctx declared as TimeAttribute
protected  TimeAttribute BasicEvaluationCtx.currentTime
           
 

Methods in org.wso2.balana.ctx that return TimeAttribute
 TimeAttribute EvaluationCtx.getCurrentTime()
          Returns the value for the current time as known by the PDP (if this value was also supplied in the Request, this will generally be a different value).
 TimeAttribute BasicEvaluationCtx.getCurrentTime()
          Returns the value for the current time.
 



Copyright © 2015 WSO2. All rights reserved.