JBoss port of sunxacml 2.0.5

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

Packages that use BooleanAttribute
org.jboss.security.xacml.sunxacml.attr Contains many of the classes related to attributes and attribute retrieval. 
 

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

Methods in org.jboss.security.xacml.sunxacml.attr that return BooleanAttribute
static BooleanAttribute BooleanAttribute.getFalseInstance()
          Returns a BooleanAttribute that represents a false value.
static BooleanAttribute BooleanAttribute.getInstance(boolean value)
          Returns a BooleanAttribute that represents the boolean value provided.
static BooleanAttribute BooleanAttribute.getInstance(Node root)
          Returns a BooleanAttribute that represents the xs:boolean at a particular DOM node.
static BooleanAttribute BooleanAttribute.getInstance(String value)
          Returns a BooleanAttribute that represents the xs:boolean value indicated by the string provided.
static BooleanAttribute BooleanAttribute.getTrueInstance()
          Returns a BooleanAttribute that represents a true value.
 


JBoss port of sunxacml 2.0.5

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.