Class LdapProperties.Template
java.lang.Object
org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
- Enclosing class:
- LdapProperties
settings
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
void
setIgnoreNameNotFoundException
(boolean ignoreNameNotFoundException) void
setIgnorePartialResultException
(boolean ignorePartialResultException) void
setIgnoreSizeLimitExceededException
(Boolean ignoreSizeLimitExceededException)
-
Constructor Details
-
Template
public Template()
-
-
Method Details
-
isIgnorePartialResultException
public boolean isIgnorePartialResultException() -
setIgnorePartialResultException
public void setIgnorePartialResultException(boolean ignorePartialResultException) -
isIgnoreNameNotFoundException
public boolean isIgnoreNameNotFoundException() -
setIgnoreNameNotFoundException
public void setIgnoreNameNotFoundException(boolean ignoreNameNotFoundException) -
isIgnoreSizeLimitExceededException
public boolean isIgnoreSizeLimitExceededException() -
setIgnoreSizeLimitExceededException
-