ome.services.messages
Class LoginAttemptMessage

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.context.ApplicationEvent
          extended by ome.util.messages.InternalMessage
              extended by ome.services.messages.LoginAttemptMessage
All Implemented Interfaces:
Serializable

public class LoginAttemptMessage
extends InternalMessage

Published when any check is performed against a password. The success field may be null in which case the implementation did not know the user.

See Also:
Serialized Form

Field Summary
 Boolean success
           
 String user
           
 
Fields inherited from class ome.util.messages.InternalMessage
threadSafe
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
LoginAttemptMessage(Object source, String user, Boolean success)
           
 
Method Summary
 
Methods inherited from class ome.util.messages.InternalMessage
isThreadSafe
 
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
 
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
 

Field Detail

user

public final String user

success

public final Boolean success
Constructor Detail

LoginAttemptMessage

public LoginAttemptMessage(Object source,
                           String user,
                           Boolean success)


OmeroJava Api

Version: Beta4.2.1-r8614-Beta4.2-b41

Copyright © 2009 The University of Dundee. All Rights Reserved.