File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/phoebus/channelfinder/configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ public AuthenticationProvider embeddedLdapAuthProvider() {
148148 }
149149
150150 @ Bean
151- @ Conditional (EmbeddedLdapCondition .class )
151+ @ Conditional (DemoAuthCondition .class )
152152 public AuthenticationProvider demoAuthProvider () {
153153
154154 InMemoryUserDetailsManager manager = new InMemoryUserDetailsManager ();
@@ -175,7 +175,7 @@ public PasswordEncoder encoder() {
175175 return new BCryptPasswordEncoder ();
176176 }
177177
178- private static class EmbeddedLdapCondition implements Condition {
178+ private static class DemoAuthCondition implements Condition {
179179
180180 @ Override
181181 public boolean matches (ConditionContext context , AnnotatedTypeMetadata metadata ) {
You can’t perform that action at this time.
0 commit comments