public class AuthenticationSwitchUserEvent extends AbstractAuthenticationEvent
source| Constructor and Description |
|---|
AuthenticationSwitchUserEvent(Authentication authentication,
UserDetails targetUser)
Switch user context event constructor
|
| Modifier and Type | Method and Description |
|---|---|
UserDetails |
getTargetUser() |
getAuthenticationgetSource, toStringpublic AuthenticationSwitchUserEvent(Authentication authentication, UserDetails targetUser)
authentication - The current Authentication objecttargetUser - The target userpublic UserDetails getTargetUser()
Copyright © 2021. All rights reserved.