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

de.factoryfx.server.user.UserManagement Maven / Gradle / Ivy

package de.factoryfx.server.user;

import java.util.Optional;

public interface UserManagement {

    Optional authenticate(String user, String password);
    boolean authorisationRequired();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy