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

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

The newest version!
/**
 *
 */
package de.bund.bva.isyfact.task.security;

/**
 * Interface über das Tasks bei der Ausführung authentifizieren können.
 */
public interface Authenticator {

    /**
     * Authentifizierung vor Ausführung des Tasks.
     */
    void login();

    /**
     * Logout nach Beendigung des Tasks.
     */
    void logout();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy