All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.bund.bva.isyfact.task.security.AuthenticatorFactory Maven / Gradle / Ivy

package de.bund.bva.isyfact.task.security;

/**
 * Interface über das Instanzen von {@link Authenticator} erzeugt werden.
 */
public interface AuthenticatorFactory {

    /**
     * Gibt eine {@link Authenticator}-Instanz für einen bestimmen Task zurück.
     *
     * @param taskId die Id des Tasks
     * @return eine {@link Authenticator}-Instanz
     */
    Authenticator getAuthenticator(String taskId);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy