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

restx.security.CredentialsStrategy Maven / Gradle / Ivy

The newest version!
package restx.security;

/**
 * Date: 14/12/13
 * Time: 15:05
 */
public interface CredentialsStrategy {
    boolean checkCredentials(String userName, String providedPasswordHash, String storedCredentials);
    String cryptCredentialsForStorage(String userName, String providedPasswordHash);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy