org.jboss.security
Class SubjectSecurityProxyFactory
java.lang.Object
org.jboss.security.SubjectSecurityProxyFactory
- All Implemented Interfaces:
- Serializable, org.jboss.security.SecurityProxyFactory
public class SubjectSecurityProxyFactory
- extends Object
- implements org.jboss.security.SecurityProxyFactory, Serializable
An implementation of SecurityProxyFactory that creates SubjectSecurityProxy
objects to wrap the raw security proxy objects.
- Version:
- $Revision: 1.2.26.1 $
- Author:
- Scott.Stark@jboss.org
- See Also:
- Serialized Form
Method Summary |
org.jboss.security.SecurityProxy |
create(Object proxyDelegate)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubjectSecurityProxyFactory
public SubjectSecurityProxyFactory()
create
public org.jboss.security.SecurityProxy create(Object proxyDelegate)
- Specified by:
create
in interface org.jboss.security.SecurityProxyFactory
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.