| |
|
| java.lang.Object org.jasig.portal.ldap.LdapServices
DEFAULT_LDAP_SERVER | final public static String DEFAULT_LDAP_SERVER(Code) | | The special name which can be used by clients to request the ILdapServer
representing that configured in the .properties file rather (as opposed to
the named servers configured in the XML configuration file.)
|
getLdapServer | public static ILdapServer getLdapServer(String name)(Code) | | Get a named
ILdapServer .
Using the special name 'DEFAULT_LDAP_SERVER' causes this method to
return the default Ldap server.
Parameters: name - The name of the ILdapServer to return. An ILdapServer with the specified name, null if there is no connection with the specified name. |
getLdapServerMap | public static Map getLdapServerMap()(Code) | | Get a
Map of
ILdapServer instances.
If a server is configured in ldap.properties it will not be available
in the
Map . They key is the server name, value is the
ILdapServer instance
A Map of ILdapServer instances. |
|
|
|