| Interface | Description |
|---|---|
| RunnableAsSystem<T,X extends Throwable> |
| Class | Description |
|---|---|
| RunAsSystemBeanPostProcessor |
Proxies class that have the RunAsSystem annotation on one of its methods
|
| RunAsSystemProxy |
Proxy that set a SystemSecurityToken in the security context for the duration of a method
|
| SystemSecurityToken |
Authentication token for the SYSTEM user
|
| Annotation Type | Description |
|---|---|
| RunAsSystem |
If a method is annotated with this annotation it is run with role 'ROLE_SYSTEM'
|
Copyright © 2017. All Rights Reserved.