Klasse NotificationSecurityConfig

java.lang.Object
de.dlr.proseo.notification.NotificationSecurityConfig

@Configuration @EnableWebSecurity public class NotificationSecurityConfig extends Object
Configures the security settings for the notification system in a Java application using the Spring Security framework.
Autor:
Ernst Melchinger
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    (Package privat) org.springframework.security.web.SecurityFilterChain
    filterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
    Configures the HTTP security for the application, defining which requests should be allowed or denied
    (Package privat) org.springframework.security.crypto.password.PasswordEncoder
    Provides the default password encoder for prosEO (BCrypt) for hashing and verifying passwords

    Von Klasse geerbte Methoden java.lang.Object

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

    • NotificationSecurityConfig

      public NotificationSecurityConfig()
  • Methodendetails

    • filterChain

      @Bean org.springframework.security.web.SecurityFilterChain filterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception
      Configures the HTTP security for the application, defining which requests should be allowed or denied
      Parameter:
      http - the HTTP security object
      Löst aus:
      Exception
    • passwordEncoder

      @Bean org.springframework.security.crypto.password.PasswordEncoder passwordEncoder()
      Provides the default password encoder for prosEO (BCrypt) for hashing and verifying passwords
      Gibt zurück:
      a BCryptPasswordEncoder