类 NacosLdapContextSource

java.lang.Object
org.springframework.ldap.core.support.AbstractContextSource
org.springframework.ldap.core.support.LdapContextSource
com.alibaba.nacos.plugin.auth.impl.ldap.NacosLdapContextSource
所有已实现的接口:
org.springframework.beans.factory.InitializingBean, org.springframework.ldap.core.ContextSource, org.springframework.ldap.core.support.BaseLdapPathContextSource, org.springframework.ldap.core.support.BaseLdapPathSource

public class NacosLdapContextSource extends org.springframework.ldap.core.support.LdapContextSource
NacosLdapContextSource.
作者:
karsonto
  • 嵌套类概要

    嵌套类
    修饰符和类型
    说明
    static class 
     
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private final Map<String,Object>
     
    private static final String
     
    private boolean
     

    从类继承的字段 org.springframework.ldap.core.support.AbstractContextSource

    password, SUN_LDAP_POOLING_FLAG, userDn
  • 构造器概要

    构造器
    构造器
    说明
    NacosLdapContextSource(String ldapUrl, String ldapBaseDc, String userDn, String password, String ldapTimeOut)
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    init(String ldapTimeOut)
    init LdapContextSource config.

    从类继承的方法 org.springframework.ldap.core.support.LdapContextSource

    getDirContextInstance

    从类继承的方法 org.springframework.ldap.core.support.AbstractContextSource

    afterPropertiesSet, assembleProviderUrlString, createContext, getAnonymousEnv, getAuthenticatedEnv, getAuthenticationSource, getBaseLdapName, getBaseLdapPath, getBaseLdapPathAsString, getContext, getContextFactory, getDirObjectFactory, getPassword, getReadOnlyContext, getReadWriteContext, getUrls, getUserDn, isAnonymousReadOnly, isPooled, setAnonymousReadOnly, setAuthenticationSource, setAuthenticationStrategy, setBase, setBaseEnvironmentProperties, setCacheEnvironmentProperties, setContextFactory, setDirObjectFactory, setPassword, setPooled, setReferral, setupAuthenticatedEnvironment, setUrl, setUrls, setUserDn

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • init

      public void init(String ldapTimeOut)
      init LdapContextSource config.
      参数:
      ldapTimeOut - ldap connection time out.