Class UserAuthEvent

java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
All Implemented Interfaces:
IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

public class UserAuthEvent extends _UserAuthEvent
Provides a user authentication event entity.
Since:
4.1.3
See Also:
  • Field Details

    • TYPE_ACCOUNT_LOCKED

      public static final String TYPE_ACCOUNT_LOCKED
      The 'Account Locked' event type.
      See Also:
    • TYPE_ACCOUNT_LOCKED_TEMP

      public static final String TYPE_ACCOUNT_LOCKED_TEMP
      The 'Account Locked' event type.
      See Also:
    • TYPE_LOGIN_SUCCESS

      public static final String TYPE_LOGIN_SUCCESS
      The 'Login Success' event type.
      See Also:
    • TYPE_LOGIN_FAILURE

      public static final String TYPE_LOGIN_FAILURE
      The 'Login Failure' event type.
      See Also:
    • TYPE_LOG_OUT

      public static final String TYPE_LOG_OUT
      The 'Log Out' event type.
      See Also:
    • TYPE_PASSWORD_RESET

      public static final String TYPE_PASSWORD_RESET
      The 'Password Reset' event type.
      See Also:
    • TYPE_SESSION_EXPIRY

      public static final String TYPE_SESSION_EXPIRY
      The 'Session Expiry' event type.
      See Also:
    • EVENT_TYPES

      public static final String[] EVENT_TYPES
      The event types.
  • Constructor Details

    • UserAuthEvent

      public UserAuthEvent()