JBoss port of sunxacml 2.0.5

Uses of Interface
org.jboss.security.xacml.sunxacml.attr.AttributeProxy

Packages that use AttributeProxy
org.jboss.security.xacml.sunxacml.attr Contains many of the classes related to attributes and attribute retrieval. 
org.jboss.security.xacml.sunxacml.attr.proxy This package defines proxy classes for all of the standard datatypes. 
 

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

Methods in org.jboss.security.xacml.sunxacml.attr with parameters of type AttributeProxy
static void AttributeFactory.addAttributeProxy(String id, AttributeProxy proxy)
          Deprecated. As of version 1.2, replaced by AttributeFactory.addDatatype(String,AttributeProxy). The new factory system requires you to get a factory instance and then call the non-static methods on that factory. The static versions of these methods have been left in for now, but are slower and will be removed in a future version. Note that this operates only on the default factory.
 void StandardAttributeFactory.addDatatype(String id, AttributeProxy proxy)
          Throws an UnsupportedOperationException since you are not allowed to modify what a standard factory supports.
abstract  void AttributeFactory.addDatatype(String id, AttributeProxy proxy)
          Adds a proxy to the factory, which in turn will allow new attribute types to be created using the factory.
 void BaseAttributeFactory.addDatatype(String id, AttributeProxy proxy)
          Adds a proxy to the factory, which in turn will allow new attribute types to be created using the factory.
 

Uses of AttributeProxy in org.jboss.security.xacml.sunxacml.attr.proxy
 

Classes in org.jboss.security.xacml.sunxacml.attr.proxy that implement AttributeProxy
 class AnyURIAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class Base64BinaryAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class BooleanAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class DateAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class DateTimeAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class DayTimeDurationAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class DNSNameAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class DoubleAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class HexBinaryAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class IntegerAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class IPAddressAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class RFC822NameAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class StringAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class TimeAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class X500NameAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 class YearMonthDurationAttributeProxy
          A proxy class that is provided mainly for the run-time configuration code to use.
 


JBoss port of sunxacml 2.0.5

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