-
Method Summary
com.gsitm.ustra.java.core.exception.ResponseCode
com.gsitm.ustra.java.core.exception.ResponseCode
com.gsitm.ustra.java.core.exception.ResponseCode
com.gsitm.ustra.java.core.exception.ResponseCode
-
Method Details
-
login
시스템 로그인 처리를 수행한다.
- Parameters:
usrId -
usrPwd -
sysCd -
dvcId -
- Returns:
- ErrorCode
- Throws:
Exception
-
logout
com.gsitm.ustra.java.core.exception.ResponseCode logout()
throws
Exception
시스템 로그아웃 처리를 수행한다.
- Returns:
- Throws:
Exception
-
autoLogout
시스템 자동 로그아웃 처리
- Parameters:
usrKey - 사용자 키
refreshToken - 리프레시 토큰
clientIp - 클라이언트 IP
- Throws:
Exception
-
editPassword
사용자 비밀번호를 변경한다.
- Parameters:
usrId - 사용자 아이디
oldPwd - 기존 패스워드
newPwd - 신규 패스워드
- Returns:
- Throws:
Exception