Class DeletedAccountEvent

Object
se.curity.identityserver.sdk.data.events.AccountEvent
se.curity.identityserver.sdk.data.events.DeletedAccountEvent
All Implemented Interfaces:
SerializableAsMap, AuditableEvent, Event

public class DeletedAccountEvent extends AccountEvent implements AuditableEvent
Event fired when an account is deleted.
Since:
10.1.0
  • Constructor Details Link icon

    • DeletedAccountEvent Link icon

      public DeletedAccountEvent(String username, TenantId tenantId)
      Creates a new DeletedAccountEvent with the given userName and tenantId, and the time of the event set to Instant.now().
      Parameters:
      username - The username of the account that was deleted.
      tenantId - The tenant ID of the account that was deleted.
  • Method Details Link icon