跳过导航链接
A C D E F G H I K L M P S U 

A

account - 类 中的变量cn.xtgss.pwdcheck.core.vo.UserVo
 

C

charSame - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
是否检测连续字符相同
check(String, UserVo) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdGenerateService
 
checkAccount(String, String) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
评估密码中是否包含用户的登陆账号
checkContainDigit(String) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
检测密码中是否包含数字
checkContainLetter(String) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
检测密码中是否包含字母(不区分大小写)
checkContainLowerCase(String) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
检测密码中是否包含小写字母
checkContainSpecialChar(String) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
检测密码中是否包含特殊符号
checkContainUpperCase(String) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
检测密码中是否包含大写字母
checkExcludes(String) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
评估是否有用户设置的关键词,比如lzgdjt
checkExpire - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
是否检测密码过期
checkExpire(long) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
检测密码是否过期
checkKeyboard(int, String, String[]) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
 
checkKeyboardSlantSite(String) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
键盘规则匹配器 斜向规则检测
checkLateralKeyboardSite(String) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
键盘规则匹配器 横向连续检测
checkPhone(String, String) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
评估密码中是否包含用户的手机号
checkPinyin(String, String) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
 
checkPwdLength(String) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
检测密码中字符长度
checkSequentialChars(String) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
评估a-z,z-a这样的连续字符
checkSequentialSameChars(String) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
评估aaaa,1111这样的相同连续字符
cn.xtgss.pwdcheck.core.cfg - 程序包 cn.xtgss.pwdcheck.core.cfg
 
cn.xtgss.pwdcheck.core.service - 程序包 cn.xtgss.pwdcheck.core.service
 
cn.xtgss.pwdcheck.core.vo - 程序包 cn.xtgss.pwdcheck.core.vo
 
ConfigInit - cn.xtgss.pwdcheck.core.cfg中的类
 
ConfigInit() - 类 的构造器cn.xtgss.pwdcheck.core.cfg.ConfigInit
 
containAccount - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
密码中是否不包含登陆账号
containDigit - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
是否包含数字
containLetter - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
是否包含包含字母,不区分大小写
containLowerCase - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
是否包含小写
containPhone - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
是否包含电话
containPinyin - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
是否包含姓名拼音,包括全拼,简拼,姓全拼名简拼(不区分大小写)
containSpecialChar - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
是事包含特殊字符
containUpperCase - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
是否包含大写
custom - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig
 

D

defaultSpecialChars - 类 中的静态变量cn.xtgss.pwdcheck.core.cfg.ConfigInit
默认特殊符号集合

E

enable - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig
是否启用密码检测
enable - 类 中的变量cn.xtgss.pwdcheck.core.service.PwdCheckService
 
eval - 类 中的静态变量cn.xtgss.pwdcheck.core.service.PwdGenerateService
 
eval3 - 类 中的静态变量cn.xtgss.pwdcheck.core.service.PwdGenerateService
 
evalPwd(String, UserVo) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
 
excludes - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
不允许出现的字符串,比如lzgdjt,lzgd,gdjt,与字符大小写无关
expireMonth - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
检测密码是否达到过期的时间,这里的为月份

F

format - 类 中的静态变量cn.xtgss.pwdcheck.core.service.PwdCheckService
 

G

generate(UserVo) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdGenerateService
 
generate(UserVo, int) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdGenerateService
 
getAccount() - 类 中的方法cn.xtgss.pwdcheck.core.vo.UserVo
 
getPhone() - 类 中的方法cn.xtgss.pwdcheck.core.vo.UserVo
 
getPwdCfg() - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
 
getUpdateTime() - 类 中的方法cn.xtgss.pwdcheck.core.vo.UserVo
更改密码的时间
getUserName() - 类 中的方法cn.xtgss.pwdcheck.core.vo.UserVo
 

H

horizontalKey - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
是否检测键盘按键横向连续

I

initCfg(PwdConfig) - 类 中的静态方法cn.xtgss.pwdcheck.core.cfg.ConfigInit
 
initCfg(PwdConfig) - 类 中的方法cn.xtgss.pwdcheck.core.service.PwdCheckService
 
initCharSameNum(PwdConfig, int) - 类 中的静态方法cn.xtgss.pwdcheck.core.cfg.ConfigInit
 
initExpire(PwdConfig, int) - 类 中的静态方法cn.xtgss.pwdcheck.core.cfg.ConfigInit
 
initGrade2(PwdConfig) - 类 中的静态方法cn.xtgss.pwdcheck.core.cfg.ConfigInit
 
initGrade23(PwdConfig) - 类 中的静态方法cn.xtgss.pwdcheck.core.cfg.ConfigInit
 
initGrade3(PwdConfig) - 类 中的静态方法cn.xtgss.pwdcheck.core.cfg.ConfigInit
 
initHorizontalKey(PwdConfig, int) - 类 中的静态方法cn.xtgss.pwdcheck.core.cfg.ConfigInit
 
initLength(PwdConfig) - 类 中的静态方法cn.xtgss.pwdcheck.core.cfg.ConfigInit
 
initLogicNum(PwdConfig, int) - 类 中的静态方法cn.xtgss.pwdcheck.core.cfg.ConfigInit
 
initNum(PwdConfig, int) - 类 中的静态方法cn.xtgss.pwdcheck.core.cfg.ConfigInit
 
initSlopeNum(PwdConfig, int) - 类 中的静态方法cn.xtgss.pwdcheck.core.cfg.ConfigInit
 
initSpecialChars(PwdConfig) - 类 中的静态方法cn.xtgss.pwdcheck.core.cfg.ConfigInit
 

K

KEYBOARD_HORIZONTAL_ARR - 类 中的静态变量cn.xtgss.pwdcheck.core.cfg.ConfigInit
键盘横向方向规则
KEYBOARD_SLOPE_ARR - 类 中的静态变量cn.xtgss.pwdcheck.core.cfg.ConfigInit
键盘斜线方向规则

L

limitCharSameNum - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
密码口令中相同字符不允许最小的连续个数
limitHorizontalNum - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
 
limitLogicNum - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
密码口令中字符在逻辑位置上不允许最小的连续个数
limitSlopeNum - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
键盘物理位置斜向不允许最小的连续个数
logicKey - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
是否检测逻辑位置连续

M

maxLength - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
密码最大长度,默认为20
minLength - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
密码最小长度,默认为8

P

passwordLength - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
是否检测密码口令长度标识
phone - 类 中的变量cn.xtgss.pwdcheck.core.vo.UserVo
 
PwdCfg() - 类 的构造器cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
 
pwdCfg - 类 中的变量cn.xtgss.pwdcheck.core.service.PwdCheckService
 
PwdCheckService - cn.xtgss.pwdcheck.core.service中的类
 
PwdCheckService(PwdConfig) - 类 的构造器cn.xtgss.pwdcheck.core.service.PwdCheckService
 
pwdCheckService - 类 中的变量cn.xtgss.pwdcheck.core.service.PwdGenerateService
 
PwdConfig - cn.xtgss.pwdcheck.core.cfg中的类
 
PwdConfig() - 类 的构造器cn.xtgss.pwdcheck.core.cfg.PwdConfig
 
PwdConfig.PwdCfg - cn.xtgss.pwdcheck.core.cfg中的类
 
PwdGenerateService - cn.xtgss.pwdcheck.core.service中的类
 
PwdGenerateService(PwdCheckService) - 类 的构造器cn.xtgss.pwdcheck.core.service.PwdGenerateService
 

S

setAccount(String) - 类 中的方法cn.xtgss.pwdcheck.core.vo.UserVo
 
setPhone(String) - 类 中的方法cn.xtgss.pwdcheck.core.vo.UserVo
 
setUpdateTime(long) - 类 中的方法cn.xtgss.pwdcheck.core.vo.UserVo
 
setUserName(String) - 类 中的方法cn.xtgss.pwdcheck.core.vo.UserVo
 
slopeKey - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
是否检测键盘按键斜向连续
specialChars - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig.PwdCfg
自字义的特殊符号符合
systemGrade - 类 中的变量cn.xtgss.pwdcheck.core.cfg.PwdConfig
 

U

updateTime - 类 中的变量cn.xtgss.pwdcheck.core.vo.UserVo
 
userName - 类 中的变量cn.xtgss.pwdcheck.core.vo.UserVo
 
UserVo - cn.xtgss.pwdcheck.core.vo中的类
 
UserVo() - 类 的构造器cn.xtgss.pwdcheck.core.vo.UserVo
 
A C D E F G H I K L M P S U 
跳过导航链接

Copyright © 2022. All rights reserved.