Class SystemAuthenticatorHandler

All Implemented Interfaces:
IAPIHandler, IGenericHandler, ISystemAuthenticatorHandler, Serializable

public class SystemAuthenticatorHandler extends GenericHandler implements ISystemAuthenticatorHandler
Handler implementation for reading and writing SystemAuthenticator entities.
Since:
8.0.0
Author:
XIMA Media GmbH
See Also:
  • Constructor Details

    • SystemAuthenticatorHandler

      public SystemAuthenticatorHandler()
  • Method Details

    • getByUuid

      public SystemAuthenticator getByUuid(UserContext uc, UUID uuid)
      Specified by:
      getByUuid in interface ISystemAuthenticatorHandler
      Parameters:
      uc - Current user context for database transactions.
      uuid - UUID of the authenticator to retrieve.
      Returns:
      The authenticator with the given UUID, or null when no such authenticator exist.
    • getByCallback

      public SystemAuthenticator getByCallback(UserContext uc, UUID callbackUuid)
      Description copied from interface: ISystemAuthenticatorHandler
      Finds the system authenticator by its callback UUID.
      Specified by:
      getByCallback in interface ISystemAuthenticatorHandler
      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.