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: 85945 $
Author:
Scott.Stark@jboss.org

Method Summary
 SecurityProxy create(Object proxyDelegate)
           
 

Method Detail

create

SecurityProxy create(Object proxyDelegate)


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