|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portal.ldap.LdapServices
public final class 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.
Post 3.0 this class looks for an ILdapServer in the portal spring context
named 'defaultLdapServer' to use as the default LDAP server.
| Method Summary | |
|---|---|
static ILdapServer |
getDefaultLdapServer()
Deprecated. Get the default ILdapServer by looking for a ILdapServer bean named
'defaultLdapServer' in the portal spring context. |
static ILdapServer |
getLdapServer(String name)
Deprecated. Get the ILdapServer from the portal spring context with the
specified name. |
static Map<String,ILdapServer> |
getLdapServerMap()
Deprecated. Get a Map of ILdapServer instances from the spring configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ILdapServer getDefaultLdapServer()
ILdapServer by looking for a ILdapServer bean named
'defaultLdapServer' in the portal spring context.
ILdapServer.public static ILdapServer getLdapServer(String name)
ILdapServer from the portal spring context with the
specified name.
name - The name of the ILdapServer to return.
ILdapServer with the specified name, null if there is no connection with the specified name.public static Map<String,ILdapServer> getLdapServerMap()
Map of ILdapServer instances from the spring configuration.
Map of ILdapServer instances.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||