public class ConfigureServletAdapterSecurity extends Object
ConfigureServletAdapterSecurity configures the authentication of the endpoints
exposed by the registered Servlet adapters.
Service endpoints that require no authorization as defined in the CDS model are exposed as public.| Constructor and Description |
|---|
ConfigureServletAdapterSecurity() |
| Modifier and Type | Method and Description |
|---|---|
static void |
configure(CdsRuntime cdsRuntime,
org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
public static void configure(CdsRuntime cdsRuntime, org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
ExceptionCopyright © 2020. All rights reserved.