Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe
Tagged

Spring Security 2.0.1

A collection of 2 posts

Chapter 2

Security Namespace Configuration PART 2

2.3. Advanced Web Features 2.3.1. Adding HTTP/HTTPS Channel Security 애플리케이션에서 요청을 HTTP와 HTTPS로 아무거나 셋 중 하나의 채널로 받아들이도록 설정하려면 <intercept-irl> 의 requires-channel 속성을 사용한다.   <http>    <intercept-url pattern=”/secure/**” access=”ROLE_USER” requires-channel=”

  • 백기선
백기선 May 7, 2008 • 7 min read
Chpater 2

Security Namespace Configuration PART 1

2.1. Introduction – 스프링 네임스페이스– 시큐리티 네임스페이스를 기본 네임스페이스로 사용하기 <beans:beans xmlns=”http://www.springframework.org/schema/security&#8221;   xmlns:beans=”http://www.springframework.org/schema/beans”&gt;    …</beans:beans> 2.1.1 Design

  • 백기선
백기선 May 7, 2008 • 8 min read
Whiteship © 2022
Powered by Ghost