|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.server.core.integ.IntegrationUtils
org.apache.directory.server.integ.ServerIntegrationUtils
public class ServerIntegrationUtils
| Constructor Summary | |
|---|---|
ServerIntegrationUtils()
|
|
| Method Summary | |
|---|---|
static netscape.ldap.LDAPConnection |
getWiredConnection(LdapServer ldapServer)
|
static netscape.ldap.LDAPConnection |
getWiredConnection(LdapServer ldapServer,
java.lang.String principalDn,
java.lang.String password)
|
static javax.naming.ldap.LdapContext |
getWiredContext(LdapServer ldapServer)
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider. |
static javax.naming.ldap.LdapContext |
getWiredContext(LdapServer ldapServer,
javax.naming.ldap.Control[] controls)
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider. |
static javax.naming.ldap.LdapContext |
getWiredContext(LdapServer ldapServer,
java.lang.String principalDn,
java.lang.String password)
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider. |
static javax.naming.ldap.LdapContext |
getWiredContextFollowOnRefferal(LdapServer ldapServer)
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider. |
static javax.naming.ldap.LdapContext |
getWiredContextRefferalIgnore(LdapServer ldapServer)
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider. |
static javax.naming.ldap.LdapContext |
getWiredContextThrowOnRefferal(LdapServer ldapServer)
Creates a JNDI LdapContext with a connection over the wire using the SUN LDAP provider. |
| Methods inherited from class org.apache.directory.server.core.integ.IntegrationUtils |
|---|
apply, disableSchema, doDelete, enableSchema, getContext, getCoreSession, getLoadedSchemas, getRootContext, getSchemaContext, getSystemContext, getUserAddLdif, getUserAddLdif, injectEntries, isDisabled, isEnabled |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServerIntegrationUtils()
| Method Detail |
|---|
public static javax.naming.ldap.LdapContext getWiredContext(LdapServer ldapServer)
throws java.lang.Exception
ldapServer - the LDAP server to get the connection to
java.lang.Exception - if there are problems creating the context
public static javax.naming.ldap.LdapContext getWiredContext(LdapServer ldapServer,
java.lang.String principalDn,
java.lang.String password)
throws java.lang.Exception
ldapServer - the LDAP server to get the connection to
java.lang.Exception - if there are problems creating the context
public static javax.naming.ldap.LdapContext getWiredContext(LdapServer ldapServer,
javax.naming.ldap.Control[] controls)
throws java.lang.Exception
ldapServer - the LDAP server to get the connection to
java.lang.Exception - if there are problems creating the context
public static javax.naming.ldap.LdapContext getWiredContextThrowOnRefferal(LdapServer ldapServer)
throws java.lang.Exception
ldapServer - the LDAP server to get the connection to
java.lang.Exception - if there are problems creating the context
public static javax.naming.ldap.LdapContext getWiredContextRefferalIgnore(LdapServer ldapServer)
throws java.lang.Exception
ldapServer - the LDAP server to get the connection to
java.lang.Exception - if there are problems creating the context
public static javax.naming.ldap.LdapContext getWiredContextFollowOnRefferal(LdapServer ldapServer)
throws java.lang.Exception
ldapServer - the LDAP server to get the connection to
java.lang.Exception - if there are problems creating the context
public static netscape.ldap.LDAPConnection getWiredConnection(LdapServer ldapServer)
throws java.lang.Exception
java.lang.Exception
public static netscape.ldap.LDAPConnection getWiredConnection(LdapServer ldapServer,
java.lang.String principalDn,
java.lang.String password)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||