Uses of Class
org.ldaptive.props.PropertySource.PropertyDomain

Packages that use PropertySource.PropertyDomain
org.ldaptive.props   
 

Uses of PropertySource.PropertyDomain in org.ldaptive.props
 

Fields in org.ldaptive.props declared as PropertySource.PropertyDomain
protected  PropertySource.PropertyDomain AbstractPropertySource.propertiesDomain
          Domain that properties are in.
 

Methods in org.ldaptive.props that return PropertySource.PropertyDomain
static PropertySource.PropertyDomain PropertySource.PropertyDomain.valueOf(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.
 

Constructors in org.ldaptive.props with parameters of type PropertySource.PropertyDomain
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.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.