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

org.apereo.cas.pm.PasswordValidationService Maven / Gradle / Ivy

There is a newer version: 7.2.0-RC3
Show newest version
package org.apereo.cas.pm;

import org.apereo.cas.authentication.UsernamePasswordCredential;

/**
 * This is {@link PasswordValidationService}.
 *
 * @author Misagh Moayyed
 * @since 5.2.0
 */
@FunctionalInterface
public interface PasswordValidationService {
    /**
     * Validate password.
     *
     * @param c    the c
     * @param bean the bean
     * @return the boolean
     */
    boolean isValid(UsernamePasswordCredential c, PasswordChangeBean bean);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy