Class 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Boolean success  
      java.lang.String user  
      • Fields inherited from class ome.util.messages.InternalMessage

        threadSafe
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      LoginAttemptMessage​(java.lang.Object source, java.lang.String user, java.lang.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 java.lang.String user
      • success

        public final java.lang.Boolean success
    • Constructor Detail

      • LoginAttemptMessage

        public LoginAttemptMessage​(java.lang.Object source,
                                   java.lang.String user,
                                   java.lang.Boolean success)