Uses of Enum Class
org.ldaptive.props.PropertySource.PropertyDomain
Packages that use PropertySource.PropertyDomain
-
Uses of PropertySource.PropertyDomain in org.ldaptive.beans.generate.props
Constructors in org.ldaptive.beans.generate.props with parameters of type PropertySource.PropertyDomainModifierConstructorDescriptionBeanGeneratorPropertySource
(BeanGenerator pc, PropertySource.PropertyDomain domain, Properties props) Creates a new bean generator property source. -
Uses of PropertySource.PropertyDomain in org.ldaptive.props
Fields in org.ldaptive.props declared as PropertySource.PropertyDomainModifier and TypeFieldDescriptionprotected final PropertySource.PropertyDomain
AbstractPropertySource.propertiesDomain
Domain that properties are in.Methods in org.ldaptive.props that return PropertySource.PropertyDomainModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PropertySource.PropertyDomain[]
PropertySource.PropertyDomain.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.ldaptive.props with parameters of type PropertySource.PropertyDomainModifierConstructorDescriptionAbstractConnectionFactoryManagerPropertySource
(T resolver, PropertySource.PropertyDomain domain, Properties props) Creates a new search dn resolver property source.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.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.CompareAuthenticationHandlerPropertySource
(CompareAuthenticationHandler handler, PropertySource.PropertyDomain domain, Properties props) Creates a new compare authentication handler 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.PooledConnectionFactoryPropertySource
(PooledConnectionFactory cf, PropertySource.PropertyDomain domain, Properties props) Creates a new pooled connection factory property source.SearchConnectionValidatorPropertySource
(SearchConnectionValidator cv, PropertySource.PropertyDomain domain, Properties props) Creates a new search connection validator property source.SearchDnResolverPropertySource
(SearchDnResolver resolver, PropertySource.PropertyDomain domain, Properties props) Creates a new search dn resolver property source.SearchEntryResolverPropertySource
(SearchEntryResolver resolver, PropertySource.PropertyDomain domain, Properties props) Creates a new search entry resolver property source.SearchRequestPropertySource
(SearchRequest request, PropertySource.PropertyDomain domain, Properties props) Creates a new search request property source.SearchRoleResolverPropertySource
(SearchRoleResolver resolver, PropertySource.PropertyDomain domain, Properties props) Creates a new search role resolver property source.SimpleBindAuthenticationHandlerPropertySource
(SimpleBindAuthenticationHandler handler, PropertySource.PropertyDomain domain, Properties props) Creates a new simple bind authentication handler 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 ssl config property source.