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