| org.springframework.security.web.authentication.switchuser |
|
Provides HTTP-based "switch user" (su) capabilities.
|
| Java Source File Name | Type | Comment |
| AuthenticationSwitchUserEvent.java | Class | Application event which indicates that a user context switch. |
| SwitchUserAuthorityChanger.java | Interface | Allows subclasses to modify the
GrantedAuthority list that will be assigned to the principal
when they assume the identity of a different principal. |
| SwitchUserFilter.java | Class | Switch User processing filter responsible for user context switching.
This filter is similar to Unix 'su' however for Spring Security-managed web applications.
A common use-case for this feature is the ability to allow higher-authority users (e.g. |
| SwitchUserGrantedAuthority.java | Class | |