Uses of Class
org.ldaptive.auth.SimpleBindAuthenticationHandler
-
Packages that use SimpleBindAuthenticationHandler Package Description org.ldaptive.props -
-
Uses of SimpleBindAuthenticationHandler in org.ldaptive.props
Constructors in org.ldaptive.props with parameters of type SimpleBindAuthenticationHandler Constructor Description SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler handler)
Creates a new simple bind authentication handler property source using the default properties file.SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler handler, Reader... readers)
Creates a new simple bind authentication handler property source.SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler handler, String... paths)
Creates a new simple bind authentication handler property source.SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler handler, Properties props)
Creates a new simple bind authentication handler property source.SimpleBindAuthenticationHandlerPropertySource(SimpleBindAuthenticationHandler handler, PropertySource.PropertyDomain domain, Properties props)
Creates a new simple bind authentication handler property source.
-