org.jboss.security
Class SubjectSecurityProxyFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubjectSecurityProxyFactory
public SubjectSecurityProxyFactory()
create
public SecurityProxy create(Object proxyDelegate)
- Specified by:
create
in interface SecurityProxyFactory
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.