Start structural port from Spring Boot to Undertow
This commit is contained in:
@@ -259,7 +259,7 @@ public abstract class LdapConfig {
|
||||
|
||||
}
|
||||
|
||||
private Logger log = LoggerFactory.getLogger(LdapConfig.class);
|
||||
private transient final Logger log = LoggerFactory.getLogger(LdapConfig.class);
|
||||
|
||||
private boolean enabled;
|
||||
private String filter;
|
||||
|
||||
@@ -21,13 +21,7 @@
|
||||
package io.kamax.mxisd.config.ldap.generic;
|
||||
|
||||
import io.kamax.mxisd.config.ldap.LdapConfig;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.context.annotation.Primary;
|
||||
|
||||
@Configuration
|
||||
@ConfigurationProperties(prefix = "ldap")
|
||||
@Primary
|
||||
public class GenericLdapConfig extends LdapConfig {
|
||||
|
||||
@Override
|
||||
|
||||
@@ -21,11 +21,7 @@
|
||||
package io.kamax.mxisd.config.ldap.netiq;
|
||||
|
||||
import io.kamax.mxisd.config.ldap.LdapConfig;
|
||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
@Configuration
|
||||
@ConfigurationProperties(prefix = "netiq")
|
||||
public class NetIqLdapConfig extends LdapConfig {
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user