JBoss port of sunxacml 2.0.8.Final-redhat-1

Uses of Class
org.jboss.security.xacml.sunxacml.attr.TimeAttribute

Packages that use TimeAttribute
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 TimeAttribute in org.jboss.security.xacml.sunxacml
 

Methods in org.jboss.security.xacml.sunxacml that return TimeAttribute
 TimeAttribute BasicEvaluationCtx.getCurrentTime()
          Returns the value for the current time.
 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).
 

Uses of TimeAttribute in org.jboss.security.xacml.sunxacml.attr
 

Methods in org.jboss.security.xacml.sunxacml.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.
 


JBoss port of sunxacml 2.0.8.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.