| Package | Description |
|---|---|
| org.ldaptive.beans.generate.props | |
| org.ldaptive.props |
| Constructor and Description |
|---|
BeanGeneratorPropertySource(BeanGenerator pc,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new bean generator property source.
|
| Modifier and Type | Field and Description |
|---|---|
protected PropertySource.PropertyDomain |
AbstractPropertySource.propertiesDomain
Domain that properties are in.
|
| Modifier and Type | Method and Description |
|---|---|
static PropertySource.PropertyDomain |
PropertySource.PropertyDomain.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertySource.PropertyDomain[] |
PropertySource.PropertyDomain.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractPropertySource(T t,
PropertySource.PropertyDomain pd,
java.util.Properties p)
Creates a new abstract property source.
|
AuthenticationRequestPropertySource(AuthenticationRequest request,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new authentication request property source.
|
AuthenticatorPropertySource(Authenticator a,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new authenticator property source.
|
BindAuthenticationHandlerPropertySource(BindAuthenticationHandler handler,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new bind authentication handler property source.
|
BindConnectionInitializerPropertySource(BindConnectionInitializer initializer,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new bind connection initializer property source.
|
BlockingConnectionPoolPropertySource(BlockingConnectionPool cp,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new blocking connection pool property source.
|
ConnectionConfigPropertySource(ConnectionConfig cc,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new connection config property source.
|
DefaultConnectionFactoryPropertySource(DefaultConnectionFactory cf,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new default connection factory property source.
|
PoolConfigPropertySource(PoolConfig pc,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new ldap pool config property source.
|
PooledConnectionFactoryPropertySource(PooledConnectionFactory cf,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new pooled connection factory property source.
|
ProviderConfigPropertySource(ProviderConfig pc,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new provider config property source.
|
SearchDnResolverPropertySource(SearchDnResolver resolver,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new search dn resolver property source.
|
SearchRequestPropertySource(SearchRequest request,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new search request property source.
|
SimplePropertySource(T t,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new simple property source.
|
SslConfigPropertySource(SslConfig config,
PropertySource.PropertyDomain domain,
java.util.Properties props)
Creates a new sssl config property source.
|