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

com.gccloud.starter.common.module.secure.service.IWeakPwdService Maven / Gradle / Ivy

package com.gccloud.starter.common.module.secure.service;

public interface IWeakPwdService {
    /**
     * 弱密码是否存在
     *
     * @param encryptPassword
     * @return
     */
    boolean exist(String encryptPassword);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy