|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILdapServer
The ILdapServer interface defines a set of methods
to be used to create a connection to an LDAP server, release the
connection and get information about the connection.
| Method Summary | |
|---|---|
java.lang.String |
getBaseDN()
Gets the base DN used to search the LDAP directory context. |
javax.naming.directory.DirContext |
getConnection()
Gets an LDAP directory context. |
java.lang.String |
getUidAttribute()
Gets the uid attribute used to search the LDAP directory context. |
void |
releaseConnection(javax.naming.directory.DirContext conn)
Releases an LDAP directory context. |
| Method Detail |
|---|
javax.naming.directory.DirContext getConnection()
throws javax.naming.NamingException
javax.naming.NamingException - If there is a problem connecting to the ldap server.java.lang.String getBaseDN()
java.lang.String getUidAttribute()
void releaseConnection(javax.naming.directory.DirContext conn)
conn - an LDAP directory context object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||