org.jboss.security
Class SubjectSecurityProxyFactory

java.lang.Object
  extended by org.jboss.security.SubjectSecurityProxyFactory
All Implemented Interfaces:
Serializable, SecurityProxyFactory

public class SubjectSecurityProxyFactory
extends Object
implements SecurityProxyFactory, Serializable

An implementation of SecurityProxyFactory that creates SubjectSecurityProxy objects to wrap the raw security proxy objects.

Version:
$Revision: 1.2.26.2 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Constructor Summary
SubjectSecurityProxyFactory()
           
 
Method Summary
 SecurityProxy create(Object proxyDelegate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubjectSecurityProxyFactory

public SubjectSecurityProxyFactory()
Method Detail

create

public SecurityProxy create(Object proxyDelegate)
Specified by:
create in interface SecurityProxyFactory


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