Uses of Interface
org.bremersee.ldaptive.LdaptiveErrorHandler
Packages that use LdaptiveErrorHandler
Package
Description
The package contains classes for LDAP operations with the ldaptive library.
-
Uses of LdaptiveErrorHandler in org.bremersee.ldaptive
Classes in org.bremersee.ldaptive that implement LdaptiveErrorHandlerModifier and TypeClassDescriptionclassThe abstract ldaptive error handler.classThe default ldaptive error handler.Methods in org.bremersee.ldaptive with parameters of type LdaptiveErrorHandlerModifier and TypeMethodDescriptionLdaptiveOperations.copy(LdaptiveErrorHandler errorHandler) Returns a new instance of this ldap operations with the same connection factory and the given error handler.LdaptiveSambaTemplate.copy(LdaptiveErrorHandler errorHandler) LdaptiveTemplate.copy(LdaptiveErrorHandler errorHandler) voidLdaptiveTemplate.setErrorHandler(LdaptiveErrorHandler errorHandler) Sets error handler. -
Uses of LdaptiveErrorHandler in org.bremersee.ldaptive.reactive
Methods in org.bremersee.ldaptive.reactive with parameters of type LdaptiveErrorHandlerModifier and TypeMethodDescriptionReactiveLdaptiveOperations.copy(LdaptiveErrorHandler errorHandler) Returns a new instance of this ldap operations with the same connection factory and the given error handler.ReactiveLdaptiveTemplate.copy(LdaptiveErrorHandler errorHandler) voidReactiveLdaptiveTemplate.setErrorHandler(LdaptiveErrorHandler errorHandler) Sets error handler.