Class ActiveDirectoryLDAPSecurityConfig

java.lang.Object
org.odpi.openmetadata.userauthn.auth.ldap.ActiveDirectoryLDAPSecurityConfig

@Configuration public class ActiveDirectoryLDAPSecurityConfig extends Object
ActiveDirectoryLDAPSecurityConfig provides the properties for
  • Constructor Details

    • ActiveDirectoryLDAPSecurityConfig

      public ActiveDirectoryLDAPSecurityConfig()
  • Method Details

    • getActiveDirectoryAuthenticationProvider

      @Bean @ConditionalOnProperty(value="authentication.source", havingValue="ad") public org.springframework.security.ldap.authentication.ad.ActiveDirectoryLdapAuthenticationProvider getActiveDirectoryAuthenticationProvider()
      Provide information about the active directory authentication service (user directory).
      Returns:
      the authentication provider component