Package | Description |
---|---|
org.jboss.security.xacml.sunxacml.attr |
Contains many of the classes related to attributes and attribute
retrieval.
|
Modifier and Type | Class and Description |
---|---|
class |
IPv4AddressAttribute
Subclass of
IPAddressAttribute that handles the specifics
of IPv4. |
class |
IPv6AddressAttribute
Subclass of
IPAddressAttribute that handles the specifics
of IPv6. |
Modifier and Type | Method and Description |
---|---|
static IPAddressAttribute |
IPAddressAttribute.getInstance(Node root)
Returns a new
IPAddressAttribute that represents
the name at a particular DOM node. |
static IPAddressAttribute |
IPAddressAttribute.getInstance(String value)
Returns a new
IPAddressAttribute that represents
the name indicated by the String provided. |
protected static IPAddressAttribute |
IPv4AddressAttribute.getV4Instance(String value)
Returns a new
IPv4AddressAttribute that represents
the name indicated by the String provided. |
protected static IPAddressAttribute |
IPv6AddressAttribute.getV6Instance(String value)
Returns a new
IPv6AddressAttribute that represents
the name indicated by the String provided. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.