public class UnboundIDProvider extends Object implements Provider<UnboundIDProviderConfig>
| Modifier and Type | Field and Description |
|---|---|
private UnboundIDProviderConfig |
config
Provider configuration.
|
| Constructor and Description |
|---|
UnboundIDProvider() |
| Modifier and Type | Method and Description |
|---|---|
ProviderConnectionFactory<UnboundIDProviderConfig> |
getConnectionFactory(ConnectionConfig cc) |
protected com.unboundid.ldap.sdk.LDAPConnectionOptions |
getDefaultLDAPConnectionOptions(ConnectionConfig cc)
Returns the default connection options for this provider.
|
protected SSLSocketFactory |
getHostnameVerifierSocketFactory(ConnectionConfig cc)
Returns an SSL socket factory configured with a default hostname verifier.
|
UnboundIDProviderConfig |
getProviderConfig() |
UnboundIDProvider |
newInstance() |
void |
setProviderConfig(UnboundIDProviderConfig pc) |
private UnboundIDProviderConfig config
public ProviderConnectionFactory<UnboundIDProviderConfig> getConnectionFactory(ConnectionConfig cc)
getConnectionFactory in interface Provider<UnboundIDProviderConfig>protected SSLSocketFactory getHostnameVerifierSocketFactory(ConnectionConfig cc)
cc - connection configurationprotected com.unboundid.ldap.sdk.LDAPConnectionOptions getDefaultLDAPConnectionOptions(ConnectionConfig cc)
cc - to configure options withpublic UnboundIDProviderConfig getProviderConfig()
getProviderConfig in interface Provider<UnboundIDProviderConfig>public void setProviderConfig(UnboundIDProviderConfig pc)
setProviderConfig in interface Provider<UnboundIDProviderConfig>public UnboundIDProvider newInstance()
newInstance in interface Provider<UnboundIDProviderConfig>Copyright © 2003-2019 Virginia Tech. All Rights Reserved.