Interface IClientAuthenticatorHandler

All Superinterfaces:
IAPIHandler, IGenericHandler, Serializable
All Known Implementing Classes:
ClientAuthenticatorHandler

public interface IClientAuthenticatorHandler extends IGenericHandler
Handler for ClientAuthenticator entities.
Since:
8.0.0
Author:
XIMA Media GmbH
  • Method Details

    • getByUuid

      @Nullable ClientAuthenticator getByUuid(UserContext uc, Mandant client, UUID uuid)
      Parameters:
      uc - Current user context for database transactions.
      uuid - UUID of the authenticator to retrieve.
      client - Client of the authenticator.
      Returns:
      The authenticator with the given UUID within the given client, or null when no such authenticator exist.
    • getByCallback

      @Nullable ClientAuthenticator getByCallback(UserContext uc, UUID callbackUuid)
      Finds the client authenticator by its callback UUID.
      Parameters:
      uc - Current user context for accessing the database.
      callbackUuid - Callback UUID of the authenticator to retrieve.
      Returns:
      The authenticator with the given callback UUID, or null when no such authenticator exist.