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

dps.authentication.AuthenticableUser Maven / Gradle / Ivy

The newest version!
package dps.authentication;

public interface AuthenticableUser {
    String getUsername();
    Boolean checkCredentials(String username, String password);
    Boolean isAuthorized(String operation);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy