|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public javax.naming.directory.DirContext getConnection()
public java.lang.String getBaseDN()
public java.lang.String getUidAttribute()
public void releaseConnection(javax.naming.directory.DirContext conn)
conn
- an LDAP directory context object
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |