Interface | Description |
---|---|
PropertyInvoker |
Interface for property driven object method invocation.
|
PropertySource<T> |
Interface for property driven object initialization.
|
Class | Description |
---|---|
AbstractPropertyInvoker |
Provides methods common to property invokers.
|
AbstractPropertySource<T> |
Provides methods common to property source implementations.
|
AuthenticationRequestPropertyInvoker |
Handles properties for
AuthenticationRequest . |
AuthenticationRequestPropertySource |
Reads properties specific to
AuthenticationRequest and returns an initialized object of
that type. |
AuthenticatorPropertyInvoker |
Handles properties for
Authenticator . |
AuthenticatorPropertySource |
Reads properties specific to
Authenticator and returns an initialized object of that type. |
BindAuthenticationHandlerPropertyInvoker |
Handles properties for
BindAuthenticationHandler . |
BindAuthenticationHandlerPropertySource |
Reads properties specific to
BindAuthenticationHandler and returns an initialized object of that type. |
BindConnectionInitializerPropertyInvoker |
Handles properties for
BindConnectionInitializer . |
BindConnectionInitializerPropertySource |
Reads properties specific to
BindConnectionInitializer and returns an initialized object of that type. |
BlockingConnectionPoolPropertyInvoker |
Handles properties for
BlockingConnectionPool . |
BlockingConnectionPoolPropertySource |
Reads properties specific to
BlockingConnectionPool and returns an initialized object of that type. |
ConnectionConfigPropertyInvoker |
Handles properties for
ConnectionConfig . |
ConnectionConfigPropertySource |
Reads properties specific to
ConnectionConfig and returns an initialized object of that type. |
CredentialConfigParser |
Parses the configuration data associated with credential configs.
|
DefaultConnectionFactoryPropertyInvoker |
Handles properties for
DefaultConnectionFactory . |
DefaultConnectionFactoryPropertySource |
Reads properties specific to
DefaultConnectionFactory and returns an initialized object of that
type. |
PoolConfigPropertySource |
Reads properties specific to
PoolConfig and returns an initialized object of that type. |
PooledConnectionFactoryPropertySource |
Reads properties specific to
PooledConnectionFactory and returns an initialized object of that type. |
PropertyValueParser |
Parses the configuration data associated with classes that contain setter properties.
|
ProviderConfigPropertyInvoker |
Handles properties for
ProviderConfig . |
ProviderConfigPropertySource |
Reads properties specific to
ProviderConfig and returns an initialized object of that type. |
SearchDnResolverPropertySource |
Reads properties specific to
SearchDnResolver and returns an initialized object of that type. |
SearchRequestPropertyInvoker |
Handles properties for
SearchRequest . |
SearchRequestPropertySource |
Reads properties specific to
SearchRequest and returns an initialized object of that type. |
SimplePropertyInvoker |
Handles simple properties common to all objects.
|
SimplePropertySource<T> |
Reads simple properties and returns an initialized object of the supplied type.
|
SslConfigPropertyInvoker |
Handles properties for
SslConfig . |
SslConfigPropertySource |
Reads properties specific to
SslConfig and returns an initialized object of that type. |
Enum | Description |
---|---|
PropertySource.PropertyDomain |
Enum to define the domain for properties.
|
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.