Klasse SecurityConfiguration

java.lang.Object
de.adorsys.sts.secretserver.configuration.SecurityConfiguration

@Configuration @EnableWebSecurity public class SecurityConfiguration extends Object
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    org.springframework.web.filter.CorsFilter
     
    org.springframework.security.config.annotation.web.configuration.WebSecurityCustomizer
     
    protected org.springframework.security.web.SecurityFilterChain
    securityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, de.adorsys.sts.token.authentication.TokenAuthenticationService tokenAuthenticationService)
     

    Von Klasse geerbte Methoden java.lang.Object

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

    • SecurityConfiguration

      public SecurityConfiguration()
  • Methodendetails

    • securityFilterChain

      @Bean protected org.springframework.security.web.SecurityFilterChain securityFilterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, de.adorsys.sts.token.authentication.TokenAuthenticationService tokenAuthenticationService) throws Exception
      Löst aus:
      Exception
    • corsFilter

      @Bean public org.springframework.web.filter.CorsFilter corsFilter()
    • customize

      @Bean public org.springframework.security.config.annotation.web.configuration.WebSecurityCustomizer customize()