![JAR search and dependency download from the Maven repository](/logo.png)
dps.authentication.AuthenticableUser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dps.authentication Show documentation
Show all versions of dps.authentication Show documentation
Provides authentication mechanism for webapplications
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