java.lang.Object
com.ironcorelabs.tenantsecurity.logdriver.v1.CustomEvent
All Implemented Interfaces:
SecurityEvent

public class CustomEvent extends Object implements SecurityEvent
  • Constructor Details

    • CustomEvent

      public CustomEvent(String eventName)
      Create a custom security event to be passed to a tenant's logging infrastructure.
      Parameters:
      eventName - Name of the event. Must be in SCREAMING_SNAKE_CASE.
  • Method Details