egovframework.rfc3.iam.web
Class AccessIpController

java.lang.Object
  extended by egovframework.rfc3.iam.web.AccessIpController

@Controller
@SessionAttributes(types=SessionVO.class)
public class AccessIpController
extends java.lang.Object


Constructor Summary
AccessIpController()
           
 
Method Summary
 java.lang.String configList(javax.servlet.http.HttpServletRequest request, AccessIpVO accessIpVO, org.springframework.ui.ModelMap model)
          접속 허용 ip 목록
 java.lang.String debateUpdateAct(SystemSettingsVO systemSettingsVO, org.springframework.validation.BindingResult bindingResult, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap mode)
           
 java.lang.String deleteConfigAct(AccessIpVO accessIpVO, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          접속 ip 삭제
 java.lang.String getInstalledInfo(org.springframework.ui.ModelMap model)
          설치된 패키지 정보
 java.lang.String idsWriteConfig(AccessIpVO accessIpVO, org.springframework.ui.ModelMap model)
          접근할수있는 아이디들 등록폼
 java.lang.String idsWriteConfigAct(AccessIpVO accessIpVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          접속id 들 등록
 java.lang.String resultPage(AccessIpVO accessIpVO, org.springframework.ui.ModelMap model)
          결과 페이지
 java.lang.String selectSwitchingLogList(SwitchingLogVO switchingLogVO, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.ui.ModelMap model)
           
 java.lang.String systemSettings(SystemSettingsVO systemSettingsVO, org.springframework.ui.ModelMap model)
          RFC 환경설정
 java.lang.String writeConfig(AccessIpVO accessIpVO, org.springframework.ui.ModelMap model)
          등록 폼
 java.lang.String writeConfigAct(AccessIpVO accessIpVO, org.springframework.validation.BindingResult bindingResult, org.springframework.web.bind.support.SessionStatus status, org.springframework.ui.ModelMap model)
          접속 ip 등록
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessIpController

public AccessIpController()
Method Detail

configList

@RequestMapping(value="/iam/config/list.sko")
public java.lang.String configList(javax.servlet.http.HttpServletRequest request,
                                                  @ModelAttribute(value="accessIpVO")
                                                  AccessIpVO accessIpVO,
                                                  org.springframework.ui.ModelMap model)
                            throws java.lang.Exception
접속 허용 ip 목록

Parameters:
request -
accessIpVO -
model -
Returns:
Throws:
java.lang.Exception

writeConfig

@RequestMapping(value="/iam/config/write.sko")
public java.lang.String writeConfig(@ModelAttribute(value="accessIpVO")
                                                   AccessIpVO accessIpVO,
                                                   org.springframework.ui.ModelMap model)
                             throws java.lang.Exception
등록 폼

Parameters:
accessIpVO -
model -
Returns:
Throws:
java.lang.Exception

idsWriteConfig

@RequestMapping(value="/iam/config/idsWrite.sko")
public java.lang.String idsWriteConfig(@ModelAttribute(value="accessIpVO")
                                                      AccessIpVO accessIpVO,
                                                      org.springframework.ui.ModelMap model)
                                throws java.lang.Exception
접근할수있는 아이디들 등록폼

Parameters:
accessIpVO -
model -
Returns:
Throws:
java.lang.Exception

idsWriteConfigAct

@RequestMapping(value="/iam/config/idsWriteAct.sko")
public java.lang.String idsWriteConfigAct(@ModelAttribute(value="accessIpVO")
                                                         AccessIpVO accessIpVO,
                                                         org.springframework.validation.BindingResult bindingResult,
                                                         org.springframework.web.bind.support.SessionStatus status,
                                                         org.springframework.ui.ModelMap model)
                                   throws java.lang.Exception
접속id 들 등록

Parameters:
accessIpVO -
bindingResult -
status -
model -
Returns:
Throws:
java.lang.Exception

writeConfigAct

@RequestMapping(value="/iam/config/writeAct.sko")
public java.lang.String writeConfigAct(@ModelAttribute(value="accessIpVO")
                                                      AccessIpVO accessIpVO,
                                                      org.springframework.validation.BindingResult bindingResult,
                                                      org.springframework.web.bind.support.SessionStatus status,
                                                      org.springframework.ui.ModelMap model)
                                throws java.lang.Exception
접속 ip 등록

Parameters:
accessIpVO -
bindingResult -
status -
model -
Returns:
Throws:
java.lang.Exception

deleteConfigAct

@RequestMapping(value="/iam/config/deleteAct.sko")
public java.lang.String deleteConfigAct(@ModelAttribute(value="accessIpVO")
                                                       AccessIpVO accessIpVO,
                                                       org.springframework.web.bind.support.SessionStatus status,
                                                       org.springframework.ui.ModelMap model)
                                 throws java.lang.Exception
접속 ip 삭제

Parameters:
accessIpVO -
status -
model -
Returns:
Throws:
java.lang.Exception

resultPage

@RequestMapping(value="/iam/config/result.sko")
public java.lang.String resultPage(@ModelAttribute(value="accessIpVO")
                                                  AccessIpVO accessIpVO,
                                                  org.springframework.ui.ModelMap model)
                            throws java.lang.Exception
결과 페이지

Parameters:
adminMenuVO -
model -
Returns:
Throws:
java.lang.Exception

getInstalledInfo

@RequestMapping(value="/iam/config/installed.sko")
public java.lang.String getInstalledInfo(org.springframework.ui.ModelMap model)
                                  throws java.lang.Exception
설치된 패키지 정보

Returns:
Throws:
java.lang.Exception

systemSettings

@RequestMapping(value="/iam/config/systemSettings.sko")
public java.lang.String systemSettings(@ModelAttribute(value="systemSettingsVO")
                                                      SystemSettingsVO systemSettingsVO,
                                                      org.springframework.ui.ModelMap model)
RFC 환경설정


debateUpdateAct

@RequestMapping(value="/iam/config/systemSettingsUpdateAct.sko")
public java.lang.String debateUpdateAct(@ModelAttribute(value="systemSettingsVO")
                                                       SystemSettingsVO systemSettingsVO,
                                                       org.springframework.validation.BindingResult bindingResult,
                                                       javax.servlet.http.HttpServletRequest request,
                                                       javax.servlet.http.HttpServletResponse response,
                                                       org.springframework.ui.ModelMap mode)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

selectSwitchingLogList

@RequestMapping(value="/iam/switchingLog/list.sko")
public java.lang.String selectSwitchingLogList(@ModelAttribute(value="switchingLogVO")
                                                              SwitchingLogVO switchingLogVO,
                                                              javax.servlet.http.HttpServletRequest request,
                                                              javax.servlet.http.HttpServletResponse response,
                                                              org.springframework.ui.ModelMap model)
                                        throws java.lang.Exception
Throws:
java.lang.Exception