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

dps.authentication.UserDataProvider Maven / Gradle / Ivy

package dps.authentication;

public interface UserDataProvider {
    AuthenticableUser getUserByCredentials(String username, String password);
    Boolean checkAuthorization(AuthenticableUser user, String operation);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy