org.ldaptive.provider.netscape
Class NetscapeProviderConfig

java.lang.Object
  extended by org.ldaptive.AbstractConfig
      extended by org.ldaptive.provider.ProviderConfig<netscape.ldap.LDAPControl>
          extended by org.ldaptive.provider.netscape.NetscapeProviderConfig

public class NetscapeProviderConfig
extends org.ldaptive.provider.ProviderConfig<netscape.ldap.LDAPControl>

Contains configuration data for the Netscape provider.

Version:
$Revision: 2991 $ $Date: 2014-06-02 17:11:39 -0400 (Mon, 02 Jun 2014) $
Author:
Middleware Services

Field Summary
 
Fields inherited from class org.ldaptive.provider.ProviderConfig
logger
 
Constructor Summary
NetscapeProviderConfig()
          Default constructor.
 
Method Summary
 netscape.ldap.LDAPConstraints getLDAPConstraints()
          Returns the connection constraints.
 netscape.ldap.LDAPSocketFactory getLDAPSocketFactory()
          Returns the LDAP socket factory to use for SSL connections.
 org.ldaptive.ResultCode[] getSearchIgnoreResultCodes()
          Returns the search ignore result codes.
 void setLDAPConstraints(netscape.ldap.LDAPConstraints constraints)
          Sets the connection constraints.
 void setLDAPSocketFactory(netscape.ldap.LDAPSocketFactory sf)
          Sets the LDAP socket factory to use for SSL connections.
 void setSearchIgnoreResultCodes(org.ldaptive.ResultCode[] codes)
          Sets the search ignore result codes.
 String toString()
          
 
Methods inherited from class org.ldaptive.provider.ProviderConfig
getConnectionStrategy, getControlProcessor, getOperationExceptionResultCodes, getProperties, setConnectionStrategy, setControlProcessor, setOperationExceptionResultCodes, setProperties
 
Methods inherited from class org.ldaptive.AbstractConfig
checkImmutable, checkStringInput, makeImmutable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NetscapeProviderConfig

public NetscapeProviderConfig()
Default constructor.

Method Detail

getLDAPConstraints

public netscape.ldap.LDAPConstraints getLDAPConstraints()
Returns the connection constraints.

Returns:
ldap connection constraints

setLDAPConstraints

public void setLDAPConstraints(netscape.ldap.LDAPConstraints constraints)
Sets the connection constraints.

Parameters:
constraints - ldap connection constraints

getSearchIgnoreResultCodes

public org.ldaptive.ResultCode[] getSearchIgnoreResultCodes()
Returns the search ignore result codes.

Returns:
result codes to ignore

setSearchIgnoreResultCodes

public void setSearchIgnoreResultCodes(org.ldaptive.ResultCode[] codes)
Sets the search ignore result codes.

Parameters:
codes - to ignore

getLDAPSocketFactory

public netscape.ldap.LDAPSocketFactory getLDAPSocketFactory()
Returns the LDAP socket factory to use for SSL connections.

Returns:
LDAP socket factory

setLDAPSocketFactory

public void setLDAPSocketFactory(netscape.ldap.LDAPSocketFactory sf)
Sets the LDAP socket factory to use for SSL connections.

Parameters:
sf - LDAP socket factory

toString

public String toString()

Overrides:
toString in class org.ldaptive.provider.ProviderConfig<netscape.ldap.LDAPControl>


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