Class DemoSecurityConfig

java.lang.Object
org.odpi.openmetadata.userauthn.auth.demo.DemoSecurityConfig

@Configuration @Order(-2147483648) @ConditionalOnProperty(value="authentication.source", havingValue="demo") public class DemoSecurityConfig extends Object
Properties used to configure the demo users authentication service.
  • Constructor Details

    • DemoSecurityConfig

      public DemoSecurityConfig()
  • Method Details

    • getDemoAuthenticationProvider

      @Bean public org.springframework.security.authentication.AuthenticationProvider getDemoAuthenticationProvider()
      Provide information about the demo (inmemory) authentication service (user directory).
      Returns:
      the authentication provider component