org.jboss.security
Interface SecurityProxyFactory

All Known Implementing Classes:
SubjectSecurityProxyFactory

public interface SecurityProxyFactory

An interface for factories of SecurityProxy objects. It is used to create a SecurityProxy from a security delegate object that is not a SecurityProxy instance.

Version:
$Revision: 1.3.2.2 $
Author:
Scott.Stark@jboss.org

Method Summary
 SecurityProxy create(Object proxyDelegate)
           
 

Method Detail

create

SecurityProxy create(Object proxyDelegate)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.