Class MediaConfig

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.web.SecurityFilterChain
    securityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
     

    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

    • MediaConfig

      public MediaConfig()
  • Method Details

    • securityFilterChain

      @Bean @Order(390) public org.springframework.security.web.SecurityFilterChain securityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Throws:
      Exception