Search
Duplicate

제공 API

Search
인증 API
인가 API(chain method)
http.authorizeRequests().hasRole(USER)
http.authorizeRequests().permitAll()
http.authorizeRequests().authenticated()
http.authorizeRequests().fullyAuthentication()
http.authorizeRequests().access(hasRole(USER))
http.authorizeRequests().denyAll()
COUNT8