|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.LdapServices
LdapServices.
public class LdapServices
Legacy placeholder class. As of uPortal 2.4 all work should now be done with
LdapServices.
LdapServices| Constructor Summary | |
|---|---|
LdapServices()
Deprecated. As of uPortal 2.4, use LdapServices instead. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBaseDN()
Deprecated. As of uPortal 2.4, use LdapServices.getDefaultLdapServer() and ILdapServer.getBaseDN(). |
javax.naming.directory.DirContext |
getConnection()
Deprecated. As of uPortal 2.4, use LdapServices.getDefaultLdapServer() and ILdapServer.getConnection(). |
java.lang.String |
getUidAttribute()
Deprecated. As of uPortal 2.4, use LdapServices.getDefaultLdapServer() and ILdapServer.getUidAttribute(). |
void |
releaseConnection(javax.naming.directory.DirContext conn)
Deprecated. As of uPortal 2.4, use LdapServices.getDefaultLdapServer() and ILdapServer.releaseConnection(DirContext). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdapServices()
LdapServices instead.
LdapServices object. Simply wraps
an the ILdapServer returned by LdapServices.getDefaultLdapServer().
LdapServices objects should not be created. No reference
to the ILdapServer is held in
an instance of LdapServices
| Method Detail |
|---|
public javax.naming.directory.DirContext getConnection()
throws javax.naming.NamingException
LdapServices.getDefaultLdapServer() and ILdapServer.getConnection().
ILdapServer returned by
LdapServices.getDefaultLdapServer().
javax.naming.NamingExceptionILdapServer.getConnection()public java.lang.String getBaseDN()
LdapServices.getDefaultLdapServer() and ILdapServer.getBaseDN().
ILdapServer returned by
LdapServices.getDefaultLdapServer().
ILdapServer.getBaseDN()public java.lang.String getUidAttribute()
LdapServices.getDefaultLdapServer() and ILdapServer.getUidAttribute().
ILdapServer returned by
LdapServices.getDefaultLdapServer().
ILdapServer.getUidAttribute()public void releaseConnection(javax.naming.directory.DirContext conn)
LdapServices.getDefaultLdapServer() and ILdapServer.releaseConnection(DirContext).
ILdapServer returned by
LdapServices.getDefaultLdapServer().
ILdapServer.releaseConnection(DirContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||