クラス LdapAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.autoconfigure.ldap.LdapAutoConfiguration
@AutoConfiguration
@ConditionalOnClass(org.springframework.ldap.core.ContextSource.class)
@EnableConfigurationProperties(LdapProperties.class)
public class LdapAutoConfiguration
extends ObjectSE
LDAP 用の
Auto-configuration
。- 導入:
- 1.5.0
- 作成者:
- Edd ú Mel é ndez, Vedran Pavic
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明org.springframework.ldap.core.support.LdapContextSource
ldapContextSource
(LdapConnectionDetails connectionDetails, LdapProperties properties, ObjectProvider<org.springframework.ldap.core.support.DirContextAuthenticationStrategy> dirContextAuthenticationStrategy) org.springframework.ldap.core.LdapTemplate
ldapTemplate
(LdapProperties properties, org.springframework.ldap.core.ContextSource contextSource, org.springframework.ldap.odm.core.ObjectDirectoryMapper objectDirectoryMapper) org.springframework.ldap.odm.core.ObjectDirectoryMapper
コンストラクターの詳細
LdapAutoConfiguration
public LdapAutoConfiguration()
メソッドの詳細
ldapContextSource
@Bean @ConditionalOnMissingBean public org.springframework.ldap.core.support.LdapContextSource ldapContextSource(LdapConnectionDetails connectionDetails, LdapProperties properties, ObjectProvider<org.springframework.ldap.core.support.DirContextAuthenticationStrategy> dirContextAuthenticationStrategy) objectDirectoryMapper
@Bean @ConditionalOnMissingBean public org.springframework.ldap.odm.core.ObjectDirectoryMapper objectDirectoryMapper()ldapTemplate
@Bean @ConditionalOnMissingBean(org.springframework.ldap.core.LdapOperations.class) public org.springframework.ldap.core.LdapTemplate ldapTemplate(LdapProperties properties, org.springframework.ldap.core.ContextSource contextSource, org.springframework.ldap.odm.core.ObjectDirectoryMapper objectDirectoryMapper)