|
Node Director
|
Protected Member Functions | |
| LDAPConnection | getLDAPConnection (String host, DN rootDN) |
Protected Member Functions inherited from sfi.director.repository.LDAPndk | |
| String | makeName (DN dn) throws DirectorException |
Additional Inherited Members | |
Public Member Functions inherited from sfi.director.repository.LDAPndk | |
| LDAPndk () | |
| LDAPndk (String url) | |
| void | setCredentials (Credentials cred) |
| synchronized void | setURL (String url) throws DirectorException |
| DN | completeDN (DN dn) |
| Enumeration | search (String expr, final Options searchopt) throws DirectorException |
| DBAccessor | get (DN dn) throws DirectorException |
| void | replace (DBObject dbo) throws DirectorException |
| void | remove (DBObject dbo) throws DirectorException |
| void | modify (DBObject dbo, Vector attrs) throws DirectorException |
| void | append (DBObject dbo) throws DirectorException |
| void | truncate () throws DirectorException |
| DN | forceRelative (String name, DN base) |
Static Public Member Functions inherited from sfi.director.repository.LDAPndk | |
| static LDAPAttributeSet | toAttributes (DBObject dbo) |
Static Public Attributes inherited from sfi.director.repository.LDAPndk | |
| static final int | retryLoopDelay = 5000 |
| static final int | retryMaxCount = 24 |
Static Protected Member Functions inherited from sfi.director.repository.LDAPndk | |
| static boolean | isCommException (LDAPException e) |
| static boolean | isCredentialsException (LDAPException e) |
| static String | mangleFilter (String filter) |
Protected Attributes inherited from sfi.director.repository.LDAPndk | |
| LDAPConnection | rootContext |
| String | host |
| DN | rootDN |
| Credentials | accessCreds |
| String | orgUrl |
| boolean | wasConnectedBefore = false |
| boolean | flakyServer = false |
| Is our LDAP server not standard-compliant? If set to true the LDAP module will try to emulate some functions. | |
Static Protected Attributes inherited from sfi.director.repository.LDAPndk | |
| static int | reconnectRetries |
| track number of maximum unsuccessful re-connection retries the LDAP is willing to do. | |
| static boolean | saslProviderAdded = false |
|
protected |
Reimplemented from sfi.director.repository.LDAPndk.
1.8.1.2