Class AuthenticationSwitchUserEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.springframework.security.authentication.event.AbstractAuthenticationEvent
-
- org.springframework.security.web.authentication.switchuser.AuthenticationSwitchUserEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthenticationSwitchUserEvent extends AbstractAuthenticationEvent
Application event which indicates that a user context switch.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationSwitchUserEvent(Authentication authentication, UserDetails targetUser)
Switch user context event constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserDetails
getTargetUser()
-
Methods inherited from class org.springframework.security.authentication.event.AbstractAuthenticationEvent
getAuthentication
-
-
-
-
Constructor Detail
-
AuthenticationSwitchUserEvent
public AuthenticationSwitchUserEvent(Authentication authentication, UserDetails targetUser)
Switch user context event constructor- Parameters:
authentication
- The currentAuthentication
objecttargetUser
- The target user
-
-
Method Detail
-
getTargetUser
public UserDetails getTargetUser()
-
-