Package 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:
java.io.Serializable
public class LoginAttemptMessage extends ome.util.messages.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
-
-
Constructor Summary
Constructors Constructor Description LoginAttemptMessage(java.lang.Object source, java.lang.String user, java.lang.Boolean success)
-