Package io.jmix.security.configurer
Interface SecurityFilterChainCustomizer
- All Known Implementing Classes:
AuthServerResourceServerSecurityFilterChainCustomizer,BaseResourceServerSecurityFilterChainCustomizer,BaseSecurityFilterChainCustomizer,OidcResourceServerSecurityFilterChainCustomizer,OidcVaadinSecurityFilterChainCustomizer,SamlVaadinSecurityFilterChainCustomizer
public interface SecurityFilterChainCustomizer
Interface to be implemented by beans that customize Spring Security filter chains.
-
Method Summary
Modifier and TypeMethodDescriptionvoidPerforms customizations to the specified filter chain.Returns the names of the security filter chains that this customizer applies to.default booleanWhether this customizer is enabled.
-
Method Details
-
getChainBeanNames
Returns the names of the security filter chains that this customizer applies to. -
customize
Performs customizations to the specified filter chain.- Parameters:
chainName- name of the security filter chainchain- security filter chain instance
-
isEnabled
default boolean isEnabled()Whether this customizer is enabled.
-