Uses of Class
fr.becpg.repo.authentication.BeCPGUserAccount
Packages that use BeCPGUserAccount
-
Uses of BeCPGUserAccount in fr.becpg.repo.authentication
Methods in fr.becpg.repo.authentication with parameters of type BeCPGUserAccountModifier and TypeMethodDescriptionprivate voidBeCPGUserAccountService.createAuthentication(BeCPGUserAccount userAccount, org.alfresco.service.cmr.repository.NodeRef personNodeRef) private org.alfresco.service.cmr.repository.NodeRefBeCPGUserAccountService.createUser(BeCPGUserAccount userAccount, Map<org.alfresco.service.namespace.QName, Serializable> propMap) org.alfresco.service.cmr.repository.NodeRefBeCPGUserAccountService.getOrCreateUser(BeCPGUserAccount userAccount, boolean createOnly) getOrCreateUser.private voidBeCPGUserAccountService.renameUser(BeCPGUserAccount userAccount, org.alfresco.service.cmr.repository.NodeRef personNodeRef) private voidBeCPGUserAccountService.setIdsUser(BeCPGUserAccount userAccount, String userName, org.alfresco.service.cmr.repository.NodeRef personNodeRef, boolean shouldSynchronize) private voidBeCPGUserAccountService.updateGroups(BeCPGUserAccount userAccount) private org.alfresco.service.cmr.repository.NodeRefBeCPGUserAccountService.updateUser(BeCPGUserAccount userAccount, Map<org.alfresco.service.namespace.QName, Serializable> propMap) -
Uses of BeCPGUserAccount in fr.becpg.repo.authentication.provider
Methods in fr.becpg.repo.authentication.provider with parameters of type BeCPGUserAccountModifier and TypeMethodDescriptionbooleanIdentityServiceAccountProvider.registerAccount(BeCPGUserAccount userAccount) registerAccount.private voidIdentityServiceAccountProvider.sanitizeAccount(BeCPGUserAccount userAccount) booleanIdentityServiceAccountProvider.updateUser(BeCPGUserAccount userAccount) updateUser.