org.acegisecurity.event.authentication
Class AuthenticationSwitchUserEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.acegisecurity.event.authentication.AbstractAuthenticationEvent
org.acegisecurity.event.authentication.AuthenticationSwitchUserEvent
- All Implemented Interfaces:
- Serializable
public class AuthenticationSwitchUserEvent
- extends AbstractAuthenticationEvent
Application event which indicates that a user context switch.
- Version:
- $Id: AuthenticationSwitchUserEvent.java,v 1.3 2005/11/29 13:10:14 benalex Exp $
- Author:
- Mark St.Godard
- See Also:
- Serialized Form
AuthenticationSwitchUserEvent
public AuthenticationSwitchUserEvent(Authentication authentication,
UserDetails targetUser)
- Switch user context event constructor
- Parameters:
authentication - The current Authentication objecttargetUser - The target user
getTargetUser
public UserDetails getTargetUser()
Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.