Uses of Interface
org.acegisecurity.RunAsManager

Packages that use RunAsManager
org.acegisecurity.intercept Actually enforces the security and ties the whole security system together. 
org.acegisecurity.runas Allows secure objects to be run under a different authentication identity. 
 

Uses of RunAsManager in org.acegisecurity.intercept
 

Methods in org.acegisecurity.intercept that return RunAsManager
 RunAsManager AbstractSecurityInterceptor.getRunAsManager()
           
 

Methods in org.acegisecurity.intercept with parameters of type RunAsManager
 void AbstractSecurityInterceptor.setRunAsManager(RunAsManager runAsManager)
           
 

Uses of RunAsManager in org.acegisecurity.runas
 

Classes in org.acegisecurity.runas that implement RunAsManager
 class NullRunAsManager
          Implementation of a RunAsManager that does nothing.
 class RunAsManagerImpl
          Basic concrete implementation of a RunAsManager.
 



Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.