@ConditionalOnProperty(prefix="jwork.ignore", value={"jwork","security"}, havingValue="false", matchIfMissing=true) @Service public class PasswordSpecialLetterChecker extends Object implements PasswordChecker
Constructor and Description |
---|
PasswordSpecialLetterChecker() |
Modifier and Type | Method and Description |
---|---|
PassTypeChkResult |
check(LoginVO pLoginVO)
비밀번호 유효성 검사 - 계정 비밀번호 재설정시 패스워드 혼합 갯수 최대4(영소, 영대, 숫자, 특수기호)
|
public PassTypeChkResult check(LoginVO pLoginVO)
check
in interface PasswordChecker
pLoginVO
- Copyright © 2025. All rights reserved.