@Configuration @ConditionalOnClass(value=org.springframework.ldap.core.ContextSource.class) @EnableConfigurationProperties(value=LdapProperties.class) public class LdapAutoConfiguration extends ObjectSE
Auto-configuration
。コンストラクターと説明 |
---|
LdapAutoConfiguration(LdapProperties properties, Environment environment) |
修飾子と型 | メソッドと説明 |
---|---|
org.springframework.ldap.core.support.LdapContextSource | ldapContextSource() |
org.springframework.ldap.core.LdapTemplate | ldapTemplate(org.springframework.ldap.core.ContextSource contextSource) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public LdapAutoConfiguration(LdapProperties properties, Environment environment)
@Bean @ConditionalOnMissingBean public org.springframework.ldap.core.support.LdapContextSource ldapContextSource()
@Bean @ConditionalOnMissingBean(value=org.springframework.ldap.core.LdapOperations.class) public org.springframework.ldap.core.LdapTemplate ldapTemplate(org.springframework.ldap.core.ContextSource contextSource)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.