Remove old LDAP group code.
Change-Id: I38fdd7b0dba73df61f9b7085c202c6f36ecfc04e
This commit is contained in:
@@ -24,7 +24,6 @@ import com.google.gwtjsonrpc.common.RpcImpl;
|
||||
import com.google.gwtjsonrpc.common.VoidResult;
|
||||
import com.google.gwtjsonrpc.common.RpcImpl.Version;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
||||
@RpcImpl(version = Version.V2_0)
|
||||
@@ -59,14 +58,6 @@ public interface GroupAdminService extends RemoteJsonService {
|
||||
void changeGroupType(AccountGroup.Id groupId, AccountGroup.Type newType,
|
||||
AsyncCallback<VoidResult> callback);
|
||||
|
||||
@SignInRequired
|
||||
void changeExternalGroup(AccountGroup.Id groupId,
|
||||
AccountGroup.ExternalNameKey bindTo, AsyncCallback<VoidResult> callback);
|
||||
|
||||
@SignInRequired
|
||||
void searchExternalGroups(String searchFilter,
|
||||
AsyncCallback<List<AccountGroup.ExternalNameKey>> callback);
|
||||
|
||||
@SignInRequired
|
||||
void addGroupMember(AccountGroup.Id groupId, String nameOrEmail,
|
||||
AsyncCallback<GroupDetail> callback);
|
||||
|
||||
Reference in New Issue
Block a user