Class SecurityConfig

java.lang.Object
com.vaadin.flow.spring.security.VaadinWebSecurity
io.jmix.securityflowui.security.FlowuiVaadinWebSecurity
de.bytestore.hostinger.SecurityConfig

@Configuration @EnableWebSecurity public class SecurityConfig extends io.jmix.securityflowui.security.FlowuiVaadinWebSecurity
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class io.jmix.securityflowui.security.FlowuiVaadinWebSecurity

    setApplicationContext, setServerProperties, setServletContext, setUiProperties, setVaadinDefaultRequestCache, setViewRegistry

    Methods inherited from class com.vaadin.flow.spring.security.VaadinWebSecurity

    antMatchers, filterChain, getAuthenticationContext, getDefaultHttpSecurityPermitMatcher, getDefaultHttpSecurityPermitMatcher, getDefaultWebSecurityIgnoreMatcher, getDefaultWebSecurityIgnoreMatcher, pathMatchers, routeMatchers, routePathMatchers, webSecurityCustomizer

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SecurityConfig

      public SecurityConfig()