Klasse SecurityConfig

java.lang.Object
io.jmix.securityflowui.FlowuiSecurityConfiguration
de.bytestore.hostinger.SecurityConfig

@Configuration @EnableWebSecurity public class SecurityConfig extends io.jmix.securityflowui.FlowuiSecurityConfiguration
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen io.jmix.securityflowui.FlowuiSecurityConfiguration

    io.jmix.securityflowui.FlowuiSecurityConfiguration.Http401UnauthorizedAccessDeniedHandler
  • Feldübersicht

    Von Klasse geerbte Felder io.jmix.securityflowui.FlowuiSecurityConfiguration

    applicationContext, configurationProperties, LOGOUT_SUCCESS_URL, LOGOUT_URL, prevVaadinRequestUtil, requestUtil, SECURITY_CONFIGURER_QUALIFIER, serverProperties, uiProperties, vaadinDefaultRequestCache, viewAccessChecker, viewRegistry
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    protected void
    configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
     

    Von Klasse geerbte Methoden io.jmix.securityflowui.FlowuiSecurityConfiguration

    applyUrlMapping, applyUrlMapping, createAccessDeniedHandler, createLogoutRequestMatcher, createLogoutRequestMatcher, createSuccessHandler, getDefaultHttpSecurityPermitMatcher, getDefaultWebSecurityIgnoreMatcher, getLoginPath, getUrlMapping, initLoginView, securityFilterChain, setApplicationContext, setConfigurationProperties, setLoginView, setLoginView, setLoginView, setLoginView, setPrevVaadinRequestUtil, setRequestUtil, setServerProperties, setUiProperties, setVaadinDefaultRequestCache, setViewAccessChecker, setViewRegistry, webSecurityCustomizer

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • SecurityConfig

      public SecurityConfig()
  • Methodendetails

    • configure

      protected void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Setzt außer Kraft:
      configure in Klasse io.jmix.securityflowui.FlowuiSecurityConfiguration
      Löst aus:
      Exception