|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
LdapContextSource objects in the spring context via injection instead of using these APIs.
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 | |
|---|---|
String |
getBaseDN()
Deprecated. Gets the base DN used to search the LDAP directory context. |
DirContext |
getConnection()
Deprecated. Gets an LDAP directory context. |
String |
getUidAttribute()
Deprecated. Gets the uid attribute used to search the LDAP directory context. |
void |
releaseConnection(DirContext conn)
Deprecated. Releases an LDAP directory context. |
| Method Detail |
|---|
DirContext getConnection()
throws NamingException
NamingException - If there is a problem connecting to the ldap server.String getBaseDN()
String getUidAttribute()
void releaseConnection(DirContext conn)
conn - an LDAP directory context object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||