org.ldaptive.provider.netscape
Class NetscapeProviderConfig

java.lang.Object
  extended by org.ldaptive.AbstractConfig
      extended by org.ldaptive.provider.ProviderConfig
          extended by org.ldaptive.provider.netscape.NetscapeProviderConfig

public class NetscapeProviderConfig
extends org.ldaptive.provider.ProviderConfig

Contains configuration data for the Netscape provider.

Version:
$Revision: 2613 $ $Date: 2013-02-11 16:32:17 -0500 (Mon, 11 Feb 2013) $
Author:
Middleware Services

Field Summary
 
Fields inherited from class org.ldaptive.provider.ProviderConfig
logger
 
Constructor Summary
NetscapeProviderConfig()
          Default constructor.
 
Method Summary
 org.ldaptive.provider.ControlProcessor<netscape.ldap.LDAPControl> getControlProcessor()
          Returns the control processor.
 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 setControlProcessor(org.ldaptive.provider.ControlProcessor<netscape.ldap.LDAPControl> processor)
          Sets the control processor.
 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, getOperationExceptionResultCodes, getProperties, setConnectionStrategy, 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

getControlProcessor

public org.ldaptive.provider.ControlProcessor<netscape.ldap.LDAPControl> getControlProcessor()
Returns the control processor.

Returns:
control processor

setControlProcessor

public void setControlProcessor(org.ldaptive.provider.ControlProcessor<netscape.ldap.LDAPControl> processor)
Sets the control processor.

Parameters:
processor - control processor

toString

public String toString()

Overrides:
toString in class org.ldaptive.provider.ProviderConfig


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