org.springframework.security.web.authentication.switchuser
Class AuthenticationSwitchUserEvent
java.lang.Object
   java.util.EventObject
java.util.EventObject
       org.springframework.context.ApplicationEvent
org.springframework.context.ApplicationEvent
           org.springframework.security.authentication.event.AbstractAuthenticationEvent
org.springframework.security.authentication.event.AbstractAuthenticationEvent
               org.springframework.security.web.authentication.switchuser.AuthenticationSwitchUserEvent
org.springframework.security.web.authentication.switchuser.AuthenticationSwitchUserEvent
- All Implemented Interfaces: 
- Serializable
- public class AuthenticationSwitchUserEvent 
- extends AbstractAuthenticationEvent
Application event which indicates that a user context switch.
- See Also:
- Serialized Form
 
 
 
 
 
 
 
 
AuthenticationSwitchUserEvent
public AuthenticationSwitchUserEvent(Authentication authentication,
                                     UserDetails targetUser)
- Switch user context event constructor
 
- Parameters:
- authentication- The current- Authenticationobject
- targetUser- The target user
 
getTargetUser
public UserDetails getTargetUser()
-