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 PortRange |
PortRange.getInstance(String value)
Creates an instance of
PortRange based on the given value. |
PortRange |
DNSNameAttribute.getPortRange()
Returns the port range represented by this object which will be
unbound if no range was specified.
|
PortRange |
IPAddressAttribute.getRange()
Returns the port range represented by this object which will be
unbound if no range was specified.
|
Constructor and Description |
---|
DNSNameAttribute(String hostname,
PortRange range)
Creates the new
DNSNameAttribute with the optional
port range component. |
IPAddressAttribute(InetAddress address,
InetAddress mask,
PortRange range)
Creates the new
IPAddressAttribute with all the optional
components. |
IPv4AddressAttribute(InetAddress address,
InetAddress mask,
PortRange range)
Creates the new
IPv4AddressAttribute with all the optional
components. |
IPv4AddressAttribute(InetAddress address,
PortRange range)
Creates the new
IPv4AddressAttribute with the optional
port range. |
IPv6AddressAttribute(InetAddress address,
InetAddress mask,
PortRange range)
Creates the new
IPv6AddressAttribute with all the optional
components. |
IPv6AddressAttribute(InetAddress address,
PortRange range)
Creates the new
IPv6AddressAttribute with the optional
port range. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.