public interface UserGroupServiceHandler
Modifier and Type | Method and Description |
---|---|
void |
addUserCollectionToRole(String dwsUrl,
String roleName,
List<UserBean> usersList)
Adds the collection of users to the specified site group.
|
List<UserBean> |
getUserLoginFromEmail(String dwsUrl,
List<String> emailList)
Returns a user name based on the specified e-mail address.
|
boolean |
isUserMember(String dwsUrl,
String username)
Check user on member
|
List<UserBean> getUserLoginFromEmail(String dwsUrl, List<String> emailList)
dwsUrl
- dws urlemailList
- list that specifies the e-mail address of the uservoid addUserCollectionToRole(String dwsUrl, String roleName, List<UserBean> usersList)
dwsUrl
- dws urlroleName
- name of the site group to add users tousersList
- list that contains information about the users to add (UserBean
)Copyright © 2005–2017 Alfresco Software. All rights reserved.