@ConditionalOnProperty(prefix="jwork.ignore", value={"jwork","admin","web"}, havingValue="false", matchIfMissing=true) @Service @Component(value="loginAccessHistServiceImpl") public class LoginAccessHistServiceImpl extends Object implements LoginAccessHistService
Constructor and Description |
---|
LoginAccessHistServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
deleteLoginAccessHist()
로그인 접속 이력 삭제
|
String |
getLastLoginIp(Map<String,String> param)
마지막 로그인 IP 조회
|
LoginAccesHistVO |
selectLastLoginAccessHist(String userId)
마지막 로그인 이력 조회
|
void |
updateLogoutAccessHist(String seq)
로그아웃 이력 업데이트
|
public void deleteLoginAccessHist()
deleteLoginAccessHist
in interface LoginAccessHistService
public String getLastLoginIp(Map<String,String> param)
getLastLoginIp
in interface LoginAccessHistService
param
- 조회 조건public LoginAccesHistVO selectLastLoginAccessHist(String userId)
selectLastLoginAccessHist
in interface LoginAccessHistService
userId
- 사용자 IDpublic void updateLogoutAccessHist(String seq)
updateLogoutAccessHist
in interface LoginAccessHistService
seq
- 로그 IDCopyright © 2025. All rights reserved.