|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||