Interface IPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,​? extends IFileDataEntity<?>>>>

  • Type Parameters:
    T - Type of the authenticator entity with the settings for the authenticator.
    All Known Implementing Classes:
    PluginFormAuthenticatorParams

    public interface IPluginFormAuthenticatorParams<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,​? extends IFileDataEntity<?>>>>
    Interface for parameters for a authenticator type plugin to create a client with
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getAuthenticator

        T getAuthenticator()
        Returns the authenticator entity with the configuration and files of the authenticator, as configured by the user in the external users menu.
        Returns:
        The authenticator entity with the configuration and files of the authenticator.