类 LdapProperties.Template
java.lang.Object
org.springframework.boot.autoconfigure.ldap.LdapProperties.Template
- 封闭类:
LdapProperties
settings
.-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
boolean
boolean
void
setIgnoreNameNotFoundException
(boolean ignoreNameNotFoundException) void
setIgnorePartialResultException
(boolean ignorePartialResultException) void
setIgnoreSizeLimitExceededException
(Boolean ignoreSizeLimitExceededException)
-
构造器详细资料
-
Template
public Template()
-
-
方法详细资料
-
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
-