Class SamlAutoConfiguration.DefaulSamlVaadinWebSecurity

java.lang.Object
io.jmix.securityflowui.security.AbstractFlowuiWebSecurity
io.jmix.saml.SamlVaadinWebSecurity
io.jmix.autoconfigure.saml.SamlAutoConfiguration.DefaulSamlVaadinWebSecurity
Enclosing class:
SamlAutoConfiguration

@EnableWebSecurity @ConditionalOnProperty(value="jmix.saml.use-default-ui-configuration", havingValue="true", matchIfMissing=true) @ConditionalOnBean(org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistrationRepository.class) public static class SamlAutoConfiguration.DefaulSamlVaadinWebSecurity extends SamlVaadinWebSecurity
Configures FlowUI views protection together with SAML login. Applies only when a relying party is configured (a RelyingPartyRegistrationRepository bean is present), so that applications that do not use SAML login are not affected.
  • Constructor Details

    • DefaulSamlVaadinWebSecurity

      public DefaulSamlVaadinWebSecurity()
  • Method Details