File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
publish-service/src/main/java/com/ericsson/eiffel/remrem/publish/config Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 24
24
import org .springframework .context .annotation .Bean ;
25
25
import org .springframework .context .annotation .Configuration ;
26
26
import org .springframework .context .annotation .Profile ;
27
- import org .springframework .ldap .core .support .BaseLdapPathContextSource ;
28
27
import org .springframework .ldap .core .support .LdapContextSource ;
29
28
import org .springframework .security .config .annotation .authentication .builders .AuthenticationManagerBuilder ;
30
29
import org .springframework .security .config .annotation .web .builders .HttpSecurity ;
31
30
import org .springframework .security .config .annotation .web .configuration .EnableWebSecurity ;
32
31
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 ;
35
32
import org .springframework .security .ldap .authentication .BindAuthenticator ;
36
33
import org .springframework .security .ldap .authentication .LdapAuthenticationProvider ;
37
34
import org .springframework .security .ldap .authentication .LdapAuthenticator ;
38
35
import org .springframework .security .ldap .search .FilterBasedLdapUserSearch ;
39
36
import org .springframework .ldap .pool .validation .DefaultDirContextValidator ;
40
- import org .springframework .ldap .pool .factory .PoolingContextSource ;
41
37
import org .springframework .ldap .core .ContextSource ;
42
38
import org .springframework .ldap .core .support .BaseLdapPathContextSource ;
43
39
You can’t perform that action at this time.
0 commit comments