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 SubjectSecurityProxyFactory.create(Object proxyDelegate)
           
 SecurityProxy SecurityProxyFactory.create(Object proxyDelegate)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.