Uses of Interface
org.jboss.security.SecurityProxy

Packages that use SecurityProxy
org.jboss.security The basic security interfaces and classes are now located in the jbosssx module. 
 

Uses of SecurityProxy in org.jboss.security
 

Classes in org.jboss.security that implement SecurityProxy
 class AbstractSecurityProxy
          An abstract implementation of SecurityProxy that wraps a non-SecurityProxy object.
 class SubjectSecurityProxy
          A subclass of AbstractSecurityProxy that executes as the currently authenticated subject within the invokeHomeOnDelegate and invokeOnDelegate methods.
 

Methods in org.jboss.security that return SecurityProxy
 SecurityProxy SecurityProxyFactory.create(Object proxyDelegate)
           
 SecurityProxy SubjectSecurityProxyFactory.create(Object proxyDelegate)
           
 



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