corelib.services.web.components.events
Class LoginFormEvent

java.lang.Object
  extended by java.util.EventObject
      extended by corelib.services.web.webapplications.events.WebEvent
          extended by corelib.services.web.components.events.WebComponentEvent
              extended by 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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LoginFormEvent(java.lang.Object source, SecurityManager securityManager)
          Class constructor.
 
Method Summary
 SecurityManager getSecurityManager()
          Returns the security manager used for the current authentification.
 
Methods inherited from class corelib.services.web.components.events.WebComponentEvent
getLevel, getRepeatedIndex, setLevel
 
Methods inherited from class corelib.services.web.webapplications.events.WebEvent
getRequest, getResponse, getSession, getWebPage
 
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
 

Constructor Detail

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.
Method Detail

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.