|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object egovframework.rfc3.iam.web.AccessIpController
@Controller @SessionAttributes(types=SessionVO.class) public class AccessIpController
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 |
---|
public AccessIpController()
Method Detail |
---|
@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
request
- accessIpVO
- model
-
java.lang.Exception
@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
accessIpVO
- model
-
java.lang.Exception
@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
accessIpVO
- model
-
java.lang.Exception
@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
accessIpVO
- bindingResult
- status
- model
-
java.lang.Exception
@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
accessIpVO
- bindingResult
- status
- model
-
java.lang.Exception
@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
accessIpVO
- status
- model
-
java.lang.Exception
@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
adminMenuVO
- model
-
java.lang.Exception
@RequestMapping(value="/iam/config/installed.sko") public java.lang.String getInstalledInfo(org.springframework.ui.ModelMap model) throws java.lang.Exception
java.lang.Exception
@RequestMapping(value="/iam/config/systemSettings.sko") public java.lang.String systemSettings(@ModelAttribute(value="systemSettingsVO") SystemSettingsVO systemSettingsVO, org.springframework.ui.ModelMap model)
@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
java.lang.Exception
@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
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |