Package org.springframework.security.web.authentication.switchuser
Provides HTTP-based "switch user" (su) capabilities.
-
Interface Summary Interface Description SwitchUserAuthorityChanger Allows subclasses to modify theGrantedAuthority
list that will be assigned to the principal when they assume the identity of a different principal. -
Class Summary Class Description AuthenticationSwitchUserEvent Application event which indicates that a user context switch.SwitchUserFilter Switch User processing filter responsible for user context switching.SwitchUserGrantedAuthority CustomGrantedAuthority
used bySwitchUserFilter