Skip to content

Commit ba285ea

Browse files
Update SecurityConfig.java
1 parent b441b53 commit ba285ea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

publish-service/src/main/java/com/ericsson/eiffel/remrem/publish/config/SecurityConfig.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,16 @@
2424
import org.springframework.context.annotation.Bean;
2525
import org.springframework.context.annotation.Configuration;
2626
import org.springframework.context.annotation.Profile;
27-
import org.springframework.ldap.core.support.BaseLdapPathContextSource;
2827
import org.springframework.ldap.core.support.LdapContextSource;
2928
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
3029
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
3130
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
3231
import org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter;
33-
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
34-
import org.springframework.security.crypto.password.PasswordEncoder;
3532
import org.springframework.security.ldap.authentication.BindAuthenticator;
3633
import org.springframework.security.ldap.authentication.LdapAuthenticationProvider;
3734
import org.springframework.security.ldap.authentication.LdapAuthenticator;
3835
import org.springframework.security.ldap.search.FilterBasedLdapUserSearch;
3936
import org.springframework.ldap.pool.validation.DefaultDirContextValidator;
40-
import org.springframework.ldap.pool.factory.PoolingContextSource;
4137
import org.springframework.ldap.core.ContextSource;
4238
import org.springframework.ldap.core.support.BaseLdapPathContextSource;
4339

0 commit comments

Comments
 (0)