ome.services.messages
Class LoginAttemptMessage
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
ome.util.messages.InternalMessage
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
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
user
public final String user
success
public final Boolean success
LoginAttemptMessage
public LoginAttemptMessage(Object source,
String user,
Boolean success)
OmeroJava Api
Version: 4.3.4-dbcbce5a-b4
Copyright © 2009 The University of Dundee. All Rights Reserved.