public class AlfrescoUserDataService
extends org.alfresco.bm.user.UserDataServiceImpl
| Modifier and Type | Field and Description |
|---|---|
static String |
FIELD_NODE_ID |
| Constructor and Description |
|---|
AlfrescoUserDataService(com.mongodb.DB db,
String collection) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
String |
getNodeId(String username)
Get the node ID for a user or null if the node user does not have one associated
|
void |
setNodeId(String username,
String nodeId)
Set the user node ID
|
addUserGroups, countUsers, createNewUser, deleteUsers, findUserByEmail, findUserByUsername, fromDBCursor, fromDBObject, getDomainsIterator, getRandomUser, getRandomUserFromDomain, getRandomUserFromDomains, getUsersByCreationState, getUsersInDomain, removeUserGroups, setUserCreationState, setUserPasswordpublic static final String FIELD_NODE_ID
public AlfrescoUserDataService(com.mongodb.DB db,
String collection)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanafterPropertiesSet in class org.alfresco.bm.user.UserDataServiceImplExceptionpublic String getNodeId(String username)
IllegalStateException - if the user does not existCopyright © 2016. All rights reserved.