From 19c6e72224366dae9929c61258df193e460eca57 Mon Sep 17 00:00:00 2001 From: chanyoung Date: Fri, 12 Jun 2026 16:49:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A4=91=EB=B3=B5=20=ED=97=A4=EB=8D=94?= =?UTF-8?q?=20=EC=A0=9C=EA=B1=B0=20=EB=B0=8F=20=EA=B9=A8=EC=A7=84=20?= =?UTF-8?q?=EB=82=B4=EB=B6=80=20=EB=A7=81=ED=81=AC=C2=B7=EC=98=A4=ED=83=80?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common-component/security/authority-management.md | 2 +- common-component/security/pw_expiration_management.md | 2 +- common-component/user-authentication/login.md | 2 +- docs/directory-structure.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common-component/security/authority-management.md b/common-component/security/authority-management.md index c5f25ffda..61d98ac08 100644 --- a/common-component/security/authority-management.md +++ b/common-component/security/authority-management.md @@ -100,7 +100,7 @@ SELECT A.CHILD_ROLE CHILD, ### Session 방식 접근제어 Configuration -- [Session 방식 접근제어 권한설정](/egovframe-runtime/foundation-layer/session-based-access-control-permission-settings.md) +- [Session 방식 접근제어 권한설정](/egovframe-runtime/foundation-layer/session-simplification.md) ## 관련기능 diff --git a/common-component/security/pw_expiration_management.md b/common-component/security/pw_expiration_management.md index 556f022c6..a7612e8b3 100644 --- a/common-component/security/pw_expiration_management.md +++ b/common-component/security/pw_expiration_management.md @@ -186,6 +186,6 @@ public String noticeExpirePwd(@RequestParam Map commandMap, Mode ## 참고자료 -- [기업회원관리](../user-support/company-member-manage.md) +- [기업회원관리](../user-support/company-member-management.md) - [사용자관리](https://www.egovframe.go.kr/wiki/doku.php?id=egovframework:com:v4.3:uss:%EC%82%AC%EC%9A%A9%EC%9E%90%EA%B4%80%EB%A6%AC) - [회원관리](https://www.egovframe.go.kr/wiki/doku.php?id=egovframework:com:v4.3:uss:%ED%9A%8C%EC%9B%90%EA%B4%80%EB%A6%AC) \ No newline at end of file diff --git a/common-component/user-authentication/login.md b/common-component/user-authentication/login.md index d5d12dbcf..0d6341fd6 100644 --- a/common-component/user-authentication/login.md +++ b/common-component/user-authentication/login.md @@ -90,7 +90,7 @@ Globals.MainPage = /EgovContent.do \- beans의 profile속성은 Spring f/w ver 3.1부터 추가되었으며, Spring Container에서 bean적용이 달리 적용되도록 하는데 쓰인다. Bean Definition Profiles - [bean_definition_profiles](/egovframe-runtime/foundation-layer-core/ioc-container-bean-definition-profiles.md) \- 그리고 globals.properties에서 `Globals.Auth = session` 이나 `Globals.Auth = security` 를 통해서 사용자의 로그인시 인증방식을 세션방식 또는 Spring security 방식으로 결정할 수 있다. - Server Security 설정 간소화 - [xmlschema](/egovframe-runtime/foundation-layer/server-security-simplifying-settings.md) + Server Security 설정 간소화 - [설정 간소화](/egovframe-runtime/foundation-layer/server-security-simplification.md) ```xml diff --git a/docs/directory-structure.md b/docs/directory-structure.md index 298daae11..b6c82b8c4 100644 --- a/docs/directory-structure.md +++ b/docs/directory-structure.md @@ -14,7 +14,7 @@ │ ├── /login.md 일반 로그인 │ │ └── /sso-service.md SSO 연계 서비스 │ ├── /certificate-login.md 인증서 로그인 -│ └── /login-ploicy-management.md 로그인정책관리 +│ └── /login-policy-management.md 로그인정책관리 ├── /security 보안 │ ├── /authority-management.md 권한관리 │ │ ├── /authority-management-function.md 권한관리 기능