corelib.services.web.components.events
Class LoginFormEvent
java.lang.Object
java.util.EventObject
corelib.services.web.webapplications.events.WebEvent
corelib.services.web.components.events.WebComponentEvent
corelib.services.web.components.events.LoginFormEvent
- All Implemented Interfaces:
- java.io.Serializable
public class LoginFormEvent
- extends WebComponentEvent
This class defines event objects associated to the LoginFormListener event handling interface.
- Since:
- 0.4.0
- Author:
- Alexia Ramaļoli & Dominique Liard
- See Also:
- Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LoginFormEvent
public LoginFormEvent(java.lang.Object source,
SecurityManager securityManager)
- Class constructor.
- Parameters:
source - The web component that has fired this event.securityManager - The security manager used for the current authentification.
getSecurityManager
public SecurityManager getSecurityManager()
- Returns the security manager used for the current authentification.
- Returns:
- The used security manager.
CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.
Copyright 2012 Infini Software - All Rights Reserved.