Index

C D E F G I L O S T V 
All Classes and Interfaces|All Packages

C

createContributor(Map) - Method in class org.springframework.boot.ldap.autoconfigure.health.LdapHealthContributorAutoConfiguration
 
createContributor(ConfigurableListableBeanFactory, Class) - Method in class org.springframework.boot.ldap.autoconfigure.health.LdapHealthContributorAutoConfiguration
 
createIndicator(LdapOperations) - Method in class org.springframework.boot.ldap.autoconfigure.health.LdapHealthContributorAutoConfiguration
 
Credential() - Constructor for class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties.Credential
 

D

destroy() - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapAutoConfiguration
 
determineUrls(Environment) - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
doHealthCheck(Health.Builder) - Method in class org.springframework.boot.ldap.health.LdapHealthIndicator
 

E

EmbeddedLdapAutoConfiguration - Class in org.springframework.boot.ldap.autoconfigure.embedded
Auto-configuration for Embedded LDAP.
EmbeddedLdapProperties - Class in org.springframework.boot.ldap.autoconfigure.embedded
Configuration properties for Embedded LDAP.
EmbeddedLdapProperties() - Constructor for class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties
 
EmbeddedLdapProperties.Credential - Class in org.springframework.boot.ldap.autoconfigure.embedded
 
EmbeddedLdapProperties.Validation - Class in org.springframework.boot.ldap.autoconfigure.embedded
 

F

FOLLOW - Enum constant in enum class org.springframework.boot.ldap.autoconfigure.LdapProperties.Referral
Follow referrals automatically.

G

getAnonymousReadOnly() - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
getBase() - Method in interface org.springframework.boot.ldap.autoconfigure.LdapConnectionDetails
Base suffix from which all operations should originate.
getBase() - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
getBaseDn() - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties
 
getBaseEnvironment() - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
getCredential() - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties
 
getLdif() - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties
 
getPassword() - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties.Credential
 
getPassword() - Method in interface org.springframework.boot.ldap.autoconfigure.LdapConnectionDetails
Login password of the server.
getPassword() - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
getPort() - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties
 
getReferral() - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
getSchema() - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties.Validation
 
getTemplate() - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
getUrls() - Method in interface org.springframework.boot.ldap.autoconfigure.LdapConnectionDetails
LDAP URLs of the server.
getUrls() - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
getUsername() - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties.Credential
 
getUsername() - Method in interface org.springframework.boot.ldap.autoconfigure.LdapConnectionDetails
Login username of the server.
getUsername() - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
getValidation() - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties
 

I

IGNORE - Enum constant in enum class org.springframework.boot.ldap.autoconfigure.LdapProperties.Referral
Ignore referrals.
isEnabled() - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties.Validation
 
isIgnoreNameNotFoundException() - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties.Template
 
isIgnorePartialResultException() - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties.Template
 
isIgnoreSizeLimitExceededException() - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties.Template
 

L

LdapAutoConfiguration - Class in org.springframework.boot.ldap.autoconfigure
Auto-configuration for LDAP.
LdapAutoConfiguration() - Constructor for class org.springframework.boot.ldap.autoconfigure.LdapAutoConfiguration
 
LdapConnectionDetails - Interface in org.springframework.boot.ldap.autoconfigure
Details required to establish a connection to an LDAP service.
LdapHealthContributorAutoConfiguration - Class in org.springframework.boot.ldap.autoconfigure.health
Auto-configuration for LdapHealthIndicator.
LdapHealthIndicator - Class in org.springframework.boot.ldap.health
HealthIndicator for configured LDAP server(s).
LdapHealthIndicator(LdapOperations) - Constructor for class org.springframework.boot.ldap.health.LdapHealthIndicator
 
LdapProperties - Class in org.springframework.boot.ldap.autoconfigure
Configuration properties for LDAP.
LdapProperties() - Constructor for class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
LdapProperties.Referral - Enum Class in org.springframework.boot.ldap.autoconfigure
Define the methods to handle referrals.
LdapProperties.Template - Class in org.springframework.boot.ldap.autoconfigure
settings.

O

org.springframework.boot.ldap.autoconfigure - package org.springframework.boot.ldap.autoconfigure
Auto-configuration for LDAP.
org.springframework.boot.ldap.autoconfigure.embedded - package org.springframework.boot.ldap.autoconfigure.embedded
Auto-configuration for embedded LDAP.
org.springframework.boot.ldap.autoconfigure.health - package org.springframework.boot.ldap.autoconfigure.health
Auto-configuration for LDAP health.
org.springframework.boot.ldap.health - package org.springframework.boot.ldap.health
Health integration for LDAP.

S

setAnonymousReadOnly(Boolean) - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
setBase(String) - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
setBaseDn(List) - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties
 
setCredential(EmbeddedLdapProperties.Credential) - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties
 
setEnabled(boolean) - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties.Validation
 
setIgnoreNameNotFoundException(boolean) - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties.Template
 
setIgnorePartialResultException(boolean) - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties.Template
 
setIgnoreSizeLimitExceededException(Boolean) - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties.Template
 
setLdif(String) - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties
 
setPassword(String) - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties.Credential
 
setPassword(String) - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
setPort(int) - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties
 
setReferral(LdapProperties.Referral) - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
setSchema(Resource) - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties.Validation
 
setUrls(String[]) - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 
setUsername(String) - Method in class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties.Credential
 
setUsername(String) - Method in class org.springframework.boot.ldap.autoconfigure.LdapProperties
 

T

Template() - Constructor for class org.springframework.boot.ldap.autoconfigure.LdapProperties.Template
 
THROW - Enum constant in enum class org.springframework.boot.ldap.autoconfigure.LdapProperties.Referral
Throw ReferralException when a referral is encountered.

V

Validation() - Constructor for class org.springframework.boot.ldap.autoconfigure.embedded.EmbeddedLdapProperties.Validation
 
valueOf(String) - Static method in enum class org.springframework.boot.ldap.autoconfigure.LdapProperties.Referral
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.boot.ldap.autoconfigure.LdapProperties.Referral
Returns an array containing the constants of this enum class, in the order they are declared.
C D E F G I L O S T V 
All Classes and Interfaces|All Packages