|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.ldap.LdapServices
Provides LDAP access in a way similar to a relational DBMS. This class
was modified for the 2.4 release to function more like RDBMServices
.
The class should be used via the static getDefaultLdapServer()
and
getLdapServer(String name)
methods.
Method Summary | |
static ILdapServer |
getDefaultLdapServer()
Get the default ILdapServer . |
static ILdapServer |
getLdapServer(java.lang.String name)
Get a named ILdapServer . |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ILdapServer getDefaultLdapServer()
ILdapServer
. A one-time initialization
is performed when this method or getLdapServer(String name)
is called. If a default connection is not found during initialization
an IllegalStateException
will be thrown.
ILdapServer
.public static ILdapServer getLdapServer(java.lang.String name)
ILdapServer
. A one-time initialization
is performed when this method or getDefaultLdapServer()
is called. If a default connection is not found during initialization
an IllegalStateException
will be thrown.
name
- The name of the connection to return.
ILdapServer
with the specified name, null
if there is no connection with the specified name.
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |