org.olat.login.auth
Class AuthenticationEvent

java.lang.Object
  extended by org.olat.core.gui.control.Event
      extended by org.olat.login.auth.AuthenticationEvent
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationEvent
extends Event

Initial Date: 04.08.2004

Author:
Mike Stock
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.olat.core.gui.control.Event
BACK_EVENT, CANCELLED_EVENT, CHANGED_EVENT, DONE_EVENT, FAILED_EVENT
 
Constructor Summary
AuthenticationEvent(Identity identity)
           
 
Method Summary
 Identity getIdentity()
           
 
Methods inherited from class org.olat.core.gui.control.Event
getCommand, hashCode, toString
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationEvent

public AuthenticationEvent(Identity identity)
Parameters:
identity -
Method Detail

getIdentity

public Identity getIdentity()
Returns:
the identity that was authenticated.