Package | Description |
---|---|
org.jboss.security.xacml.sunxacml.attr |
Contains many of the classes related to attributes and attribute
retrieval.
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.