AbstractPropertySource(T t,
PropertySource.PropertyDomain pd,
Properties p)
Creates a new abstract property source.
|
AuthenticationRequestPropertySource(AuthenticationRequest request,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new authentication request property source.
|
AuthenticatorPropertySource(Authenticator a,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new authenticator property source.
|
BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new bind authentication handler property source.
|
BindConnectionInitializerPropertySource(BindConnectionInitializer initializer,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new bind connection initializer property source.
|
BlockingConnectionPoolPropertySource(BlockingConnectionPool cp,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new blocking connection pool property source.
|
ConnectionConfigPropertySource(ConnectionConfig cc,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new connection config property source.
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new default connection factory property source.
|
PoolConfigPropertySource(PoolConfig pc,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new ldap pool config property source.
|
PooledConnectionFactoryPropertySource(PooledConnectionFactory cf,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new pooled connection factory property source.
|
ProviderConfigPropertySource(ProviderConfig pc,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new provider config property source.
|
SearchDnResolverPropertySource(SearchDnResolver resolver,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new search dn resolver property source.
|
SearchRequestPropertySource(SearchRequest request,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new search request property source.
|
SimplePropertySource(T t,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new simple property source.
|
SslConfigPropertySource(SslConfig config,
PropertySource.PropertyDomain domain,
Properties props)
Creates a new sssl config property source.
|