org.jboss.security.xacml.sunxacml.attr
Interface AttributeFactoryProxy


public interface AttributeFactoryProxy

A simple proxy interface used to install new AttributeFactorys.

Since:
1.2
Author:
Seth Proctor

Method Summary
 AttributeFactory getFactory()
          Returns an instance of the AttributeFactory for which this is a proxy.
 

Method Detail

getFactory

AttributeFactory getFactory()
Returns an instance of the AttributeFactory for which this is a proxy.

Returns:
an AttributeFactory instance


Copyright © 2008 JBoss Inc.. All Rights Reserved.