org.jboss.security
Class SubjectSecurityProxyFactory

java.lang.Object
  extended byorg.jboss.security.SubjectSecurityProxyFactory
All Implemented Interfaces:
SecurityProxyFactory (src) , java.io.Serializable

public class SubjectSecurityProxyFactory
extends java.lang.Object
implements SecurityProxyFactory (src) , java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
SubjectSecurityProxyFactory()
           
 
Method Summary
 SecurityProxy (src) create(java.lang.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 (src)  create(java.lang.Object proxyDelegate)
Specified by:
create in interface SecurityProxyFactory (src)