Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common-component/security/authority-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 관련기능

Expand Down
2 changes: 1 addition & 1 deletion common-component/security/pw_expiration_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,6 @@ public String noticeExpirePwd(@RequestParam Map<String, Object> 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)
2 changes: 1 addition & 1 deletion common-component/user-authentication/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<beans profile="session">
Expand Down
2 changes: 1 addition & 1 deletion docs/directory-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 권한관리 기능
Expand Down
Loading