|
uPortal 2.3.2 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.LdapServices
Provides LDAP access in a way similar to a relational DBMS.
Constructor Summary | |
LdapServices()
Constructor that loads LDAP parameters from property file upon first invocation. |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LdapServices()
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.3.2 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |