JBoss port of sunxacml 2.0.5-redhat-1

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

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

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

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

Constructors in org.jboss.security.xacml.sunxacml.attr with parameters of type PortRange
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.
 


JBoss port of sunxacml 2.0.5-redhat-1

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