Class RevokeApiKeyEvent


public class RevokeApiKeyEvent extends BusinessEvent<BOApiKey>
  • Constructor Details

    • RevokeApiKeyEvent

      public RevokeApiKeyEvent(BOApiKey apiKey)
      Create a new event that will be called to revoke the user's Api Key. It is possible clean signle user's Api Key passing a BOApiKey with Api Key value, or it is possible clean all user's Api Keys passing a BOApiKey with only user identification
      Parameters:
      apiKey - the Api Key object
  • Method Details

    • getApiKey

      public BOApiKey getApiKey()
      Returns:
      the Api Key object