반응형
Spring Security로 Java 코드에서 "hasRole"을 확인하는 방법은 무엇입니까?
https://code.i-harness.com/ko/q/2e1990
public String createForm(HttpSession session, HttpServletRequest request, ModelMap modelMap) {
if (request.isUserInRole("ROLE_ADMIN")) {
// code here
}
}
반응형
'Web > 스프링시큐리티[security]' 카테고리의 다른 글
[스프링 시큐리티] JSP EL 표현식에서 Spring Security Principal 가져 오기 (0) | 2018.10.19 |
---|---|
@PreAuthorize and @PostAuthorize in Spring Security (0) | 2018.08.29 |
스프링 시큐리티 파라미터 매치 http (0) | 2018.07.05 |
<intercept-url> parameter로 스프링 시큐리티 적용하기 (0) | 2018.07.02 |
댓글