@RemoteServiceRelativePath(value="ldap")
public interface LdapService
extends com.google.gwt.user.client.rpc.RemoteService
| Modifier and Type | Method and Description |
|---|---|
GUIValuePair[] |
importUsers(String sid,
String[] usernames)
Imports a selection of users
|
GUIUser[] |
listUsers(String sid,
String login)
Search for users in the LDAP repository
|
GUILdapSettings |
loadSettings(String sid)
Loads external authentication settings
|
void |
saveSettings(String sid,
GUILdapSettings ldapSettings)
Saves external authentication settings
|
boolean |
testConnection(String sid,
GUILdapSettings ldapSettings)
Tests the connection
|
void saveSettings(String sid, GUILdapSettings ldapSettings) throws InvalidSessionException
InvalidSessionExceptionboolean testConnection(String sid, GUILdapSettings ldapSettings) throws InvalidSessionException
InvalidSessionExceptionGUILdapSettings loadSettings(String sid) throws InvalidSessionException
InvalidSessionExceptionGUIUser[] listUsers(String sid, String login) throws InvalidSessionException
InvalidSessionExceptionGUIValuePair[] importUsers(String sid, String[] usernames) throws InvalidSessionException
sid - The session identifierusernames - The list of usernames to importInvalidSessionExceptionCopyright © 2008-2014 Logical Objects. All Rights Reserved.