- configure(HttpSecurity) - Method in class org.flowable.ui.idm.conf.IdmSecurityConfiguration.IdmApiWebSecurityConfigurationAdapter
-
- configureMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.flowable.ui.idm.servlet.ApiDispatcherServletConfiguration
-
- createDefaultAdminUserAndPrivileges() - Method in class org.flowable.ui.idm.conf.IdmBootstrapper
-
- createLoginProcessingUrlMatcher(String) - Method in class org.flowable.ui.idm.web.CustomFormLoginConfig
-
- createRequestMappingHandlerMapping() - Method in class org.flowable.ui.idm.servlet.ApiDispatcherServletConfiguration
-
- createRequestMappingHandlerMapping() - Method in class org.flowable.ui.idm.servlet.AppDispatcherServletConfiguration
-
- CustomAntPathMatcher - Class in org.flowable.ui.idm.web
-
Custom path matcher that ignores all unknown http-methods, which do not exist in HttpMethod enum.
- CustomAntPathMatcher(String) - Constructor for class org.flowable.ui.idm.web.CustomAntPathMatcher
-
Creates a matcher with the specific pattern which will match all HTTP methods in a case insensitive manner.
- CustomAntPathMatcher(String, String) - Constructor for class org.flowable.ui.idm.web.CustomAntPathMatcher
-
Creates a matcher with the supplied pattern and HTTP method in a case insensitive manner.
- CustomAntPathMatcher(String, String, boolean) - Constructor for class org.flowable.ui.idm.web.CustomAntPathMatcher
-
Creates a matcher with the supplied pattern which will match the specified Http method
- CustomFormLoginConfig<H extends org.springframework.security.config.annotation.web.HttpSecurityBuilder<H>> - Class in org.flowable.ui.idm.web
-
Custom implementation of FormLoginConfigurer, to have control over the auth filter instance.
- CustomFormLoginConfig() - Constructor for class org.flowable.ui.idm.web.CustomFormLoginConfig
-
- CustomUsernamePasswordAuthenticationFilter - Class in org.flowable.ui.idm.web
-
- CustomUsernamePasswordAuthenticationFilter() - Constructor for class org.flowable.ui.idm.web.CustomUsernamePasswordAuthenticationFilter
-