Uses of Class
egovframework.rfc3.openapi20.vo.OpenApiAuthKeyVO

Packages that use OpenApiAuthKeyVO
egovframework.rfc3.iam.dao   
egovframework.rfc3.iam.service   
egovframework.rfc3.iam.service.impl   
egovframework.rfc3.iam.web   
 

Uses of OpenApiAuthKeyVO in egovframework.rfc3.iam.dao
 

Methods in egovframework.rfc3.iam.dao that return OpenApiAuthKeyVO
 OpenApiAuthKeyVO OpenApiDAO.getAuthKeyInfo(long keySid)
          인증키 정보(시퀀스정보로)
 OpenApiAuthKeyVO OpenApiDAO.getAuthKeyUserInfo(java.lang.String userId)
          인증키 정보(인증키 정보로)
 OpenApiAuthKeyVO OpenApiDAO.selectVaildAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          authkey 검사
 

Methods in egovframework.rfc3.iam.dao that return types with arguments of type OpenApiAuthKeyVO
 java.util.List<OpenApiAuthKeyVO> OpenApiDAO.selectAuthKeyList(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 목록
 

Methods in egovframework.rfc3.iam.dao with parameters of type OpenApiAuthKeyVO
 void OpenApiDAO.insertAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 저장
 java.util.List<OpenApiAuthKeyVO> OpenApiDAO.selectAuthKeyList(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 목록
 int OpenApiDAO.selectAuthKeyListTotCnt(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 전체 갯수
 OpenApiAuthKeyVO OpenApiDAO.selectVaildAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          authkey 검사
 void OpenApiDAO.updateAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 수정
 void OpenApiDAO.updateDelayApplyAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          연장 신청하기
 void OpenApiDAO.updateSmsSendDate(OpenApiAuthKeyVO openApiAuthKeyVO)
          최근 사용자측에게 보낸 인증 sms 메세지
 

Uses of OpenApiAuthKeyVO in egovframework.rfc3.iam.service
 

Methods in egovframework.rfc3.iam.service that return OpenApiAuthKeyVO
 OpenApiAuthKeyVO OpenApiService.getAuthKeyInfo(long keySid)
          인증키 정보(시퀀스정보로)
 OpenApiAuthKeyVO OpenApiService.getAuthKeyUserInfo(java.lang.String userId)
          인증키 정보(인증키 정보로)
 OpenApiAuthKeyVO OpenApiService.selectVaildAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          authkey 검사
 

Methods in egovframework.rfc3.iam.service that return types with arguments of type OpenApiAuthKeyVO
 java.util.List<OpenApiAuthKeyVO> OpenApiService.selectAuthKeyList(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 목록
 

Methods in egovframework.rfc3.iam.service with parameters of type OpenApiAuthKeyVO
 void OpenApiService.insertAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 저장
 java.util.List<OpenApiAuthKeyVO> OpenApiService.selectAuthKeyList(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 목록
 int OpenApiService.selectAuthKeyListTotCnt(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 전체 갯수
 OpenApiAuthKeyVO OpenApiService.selectVaildAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          authkey 검사
 void OpenApiService.updateAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 수정
 void OpenApiService.updateDelayApplyAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          연장 신청하기
 void OpenApiService.updateSmsSendDate(OpenApiAuthKeyVO openApiAuthKeyVO)
          최근 사용자측에게 보낸 인증 sms 메세지
 

Uses of OpenApiAuthKeyVO in egovframework.rfc3.iam.service.impl
 

Methods in egovframework.rfc3.iam.service.impl that return OpenApiAuthKeyVO
 OpenApiAuthKeyVO OpenApiServiceImpl.getAuthKeyInfo(long keySid)
          인증키 정보(시퀀스정보로)
 OpenApiAuthKeyVO OpenApiServiceImpl.getAuthKeyUserInfo(java.lang.String userId)
          인증키 정보(인증키 정보로)
 OpenApiAuthKeyVO OpenApiServiceImpl.selectVaildAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          authkey 검사
 

Methods in egovframework.rfc3.iam.service.impl that return types with arguments of type OpenApiAuthKeyVO
 java.util.List<OpenApiAuthKeyVO> OpenApiServiceImpl.selectAuthKeyList(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 목록
 

Methods in egovframework.rfc3.iam.service.impl with parameters of type OpenApiAuthKeyVO
 void OpenApiServiceImpl.insertAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 저장
 java.util.List<OpenApiAuthKeyVO> OpenApiServiceImpl.selectAuthKeyList(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 목록
 int OpenApiServiceImpl.selectAuthKeyListTotCnt(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 전체 갯수
 OpenApiAuthKeyVO OpenApiServiceImpl.selectVaildAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          authkey 검사
 void OpenApiServiceImpl.updateAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          인증키 수정
 void OpenApiServiceImpl.updateDelayApplyAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO)
          연장 신청하기
 void OpenApiServiceImpl.updateSmsSendDate(OpenApiAuthKeyVO openApiAuthKeyVO)
          최근 사용자측에게 보낸 인증 sms 메세지
 

Uses of OpenApiAuthKeyVO in egovframework.rfc3.iam.web
 

Methods in egovframework.rfc3.iam.web with parameters of type OpenApiAuthKeyVO
 java.lang.String OpenApiController.actionPage(OpenApiAuthKeyVO openApiAuthKeyVO, org.springframework.ui.ModelMap model)
          action 페이지
 java.lang.String OpenApiController.deleteOpenApiAuthKeyAct(OpenApiAuthKeyVO openApiAuthKeyVO, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          인증키 삭제
 java.lang.String OpenApiController.resultPage(OpenApiAuthKeyVO openApiAuthKeyVO, org.springframework.ui.ModelMap model)
          결과 페이지
 java.lang.String OpenApiController.selectOpenApiAuthKeyList(OpenApiAuthKeyVO openApiAuthKeyVO, org.springframework.ui.ModelMap model)
          인증키 전체 목록
 java.lang.String OpenApiController.updateOpenApiAuthKeyAct(OpenApiAuthKeyVO openApiAuthKeyVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          인증키 수정
 java.lang.String OpenApiController.writeOpenApiAuthKey(OpenApiAuthKeyVO openApiAuthKeyVO, OpenApiAuthKeyVO searchVO, org.springframework.ui.ModelMap model)
          인증키 등록 및 수정 폼
 java.lang.String OpenApiController.writeOpenApiAuthKeyAct(OpenApiAuthKeyVO openApiAuthKeyVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
          인증키 등록 액션