java.lang.Object | ||||
↳ | java.util.EventObject | |||
↳ | org.springframework.context.ApplicationEvent | |||
↳ | org.springframework.security.authentication.event.AbstractAuthenticationEvent | |||
↳ | org.springframework.security.web.authentication.switchuser.AuthenticationSwitchUserEvent |
Application event which indicates that a user context switch.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Switch user context event constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Switch user context event constructor
authentication | The current Authentication object |
---|---|
targetUser | The target user |