JBoss port of sunxacml 2.0.5

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

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

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

Subclasses of IPAddressAttribute in org.jboss.security.xacml.sunxacml.attr
 class IPv4AddressAttribute
          Subclass of IPAddressAttribute that handles the specifics of IPv4.
 class IPv6AddressAttribute
          Subclass of IPAddressAttribute that handles the specifics of IPv6.
 

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


JBoss port of sunxacml 2.0.5

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