| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
RunAsManager |
AbstractSecurityInterceptor.getRunAsManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSecurityInterceptor.setRunAsManager(RunAsManager runAsManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
NullRunAsManager
Implementation of a
RunAsManager that does nothing. |
class |
RunAsManagerImpl
Basic concrete implementation of a
RunAsManager. |
Copyright © 2016. All rights reserved.