@Configuration(proxyBeanMethods=false) @ConditionalOnClass(value=org.springframework.ldap.core.ContextSource.class) @EnableConfigurationProperties(value=LdapProperties.class) public class LdapAutoConfiguration extends ObjectSE
Auto-configuration
。コンストラクターと説明 |
---|
LdapAutoConfiguration() |
修飾子と型 | メソッドと説明 |
---|---|
org.springframework.ldap.core.support.LdapContextSource | ldapContextSource(LdapProperties properties, org.springframework.core.env.Environment environment) |
org.springframework.ldap.core.LdapTemplate | ldapTemplate(org.springframework.ldap.core.ContextSource contextSource) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
@Bean @ConditionalOnMissingBean public org.springframework.ldap.core.support.LdapContextSource ldapContextSource(LdapProperties properties, org.springframework.core.env.Environment environment)
@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.