@ConditionalOnProperty(prefix="jwork.ignore", value={"jwork","security"}, havingValue="false", matchIfMissing=true) @Service public class PasswordHistoryChecker extends Object implements PasswordChecker
Constructor and Description |
---|
PasswordHistoryChecker() |
Modifier and Type | Method and Description |
---|---|
PassTypeChkResult |
check(LoginVO pLoginVO)
이전에 사용된 패스워드인지 체크한다.
|
public PassTypeChkResult check(LoginVO pLoginVO)
check
in interface PasswordChecker
pLoginVO
- 로그인 객체Copyright © 2025. All rights reserved.