<< Click to Display Table of Contents >>
IOZRepositoryExternalLogin
외부 API와 연계하여 로그인하는 기능을 설정하는 인터페이스입니다.
Method Detail
createUser
public String createUser(com.forcs.log4oz.OZLog log, String id, String pwd) throws OZRepositoryException
외부 API와 연계하여 로그인할 사용자 ID를 생성합니다.
Parameters:
log - 서버 로그
id - 생성할 사용자 ID
pwd - 생성할 사용자 비밀번호
login
public String login(com.forcs.log4oz.OZLog log, String id, String pwd) throws OZRepositoryException
외부 API와 연계된 로그인 ID로 로그인하고 에러 발생 시 에러 메시지를 리턴합니다.
Parameters:
log - 서버 로그
id - 로그인할 사용자 ID
pwd - 로그인할 사용자 비밀번호