org.dromara.maxkey.ldap

This commit is contained in:
MaxKey
2023-11-25 11:25:55 +08:00
parent b982f5f7f2
commit e62b2ab82a
24 changed files with 92 additions and 85 deletions

View File

@@ -21,7 +21,7 @@
package org.dromara.maxkey.authn.realm.ldap;
import org.dromara.maxkey.authn.realm.IAuthenticationServer;
import org.dromara.maxkey.persistence.ldap.ActiveDirectoryUtils;
import org.dromara.maxkey.ldap.ActiveDirectoryUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@@ -23,8 +23,8 @@ import java.util.concurrent.TimeUnit;
import org.dromara.maxkey.authn.realm.IAuthenticationServer;
import org.dromara.maxkey.crypto.password.PasswordReciprocal;
import org.dromara.maxkey.entity.LdapContext;
import org.dromara.maxkey.persistence.ldap.ActiveDirectoryUtils;
import org.dromara.maxkey.persistence.ldap.LdapUtils;
import org.dromara.maxkey.ldap.ActiveDirectoryUtils;
import org.dromara.maxkey.ldap.LdapUtils;
import org.dromara.maxkey.persistence.service.LdapContextService;
import com.github.benmanes.caffeine.cache.Cache;

View File

@@ -26,7 +26,7 @@ import javax.naming.directory.SearchControls;
import javax.naming.directory.SearchResult;
import org.dromara.maxkey.authn.realm.IAuthenticationServer;
import org.dromara.maxkey.persistence.ldap.LdapUtils;
import org.dromara.maxkey.ldap.LdapUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;