Class 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 Detail

      • AuthenticationSwitchUserEvent

        public AuthenticationSwitchUserEvent​(Authentication authentication,
                                             UserDetails targetUser)
        Switch user context event constructor
        Parameters:
        authentication - The current Authentication object
        targetUser - The target user
    • Method Detail