@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
InvalidSessionException
boolean testConnection(String sid, GUILdapSettings ldapSettings) throws InvalidSessionException
InvalidSessionException
GUILdapSettings loadSettings(String sid) throws InvalidSessionException
InvalidSessionException
GUIUser[] listUsers(String sid, String login) throws InvalidSessionException
InvalidSessionException
GUIValuePair[] importUsers(String sid, String[] usernames) throws InvalidSessionException
sid
- The session identifierusernames
- The list of usernames to importInvalidSessionException
Copyright © 2008-2014 Logical Objects. All Rights Reserved.