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) createAuthentication.private org.alfresco.service.cmr.repository.NodeRefBeCPGUserAccountService.createUser(BeCPGUserAccount userAccount) createUser.org.alfresco.service.cmr.repository.NodeRefBeCPGUserAccountService.getOrCreateUser(BeCPGUserAccount userAccount, boolean createOnly) getOrCreateUser.private voidBeCPGUserAccountService.renameUser(BeCPGUserAccount userAccount, org.alfresco.service.cmr.repository.NodeRef personNodeRef) renameUser.private voidBeCPGUserAccountService.setIdsUser(BeCPGUserAccount userAccount, String userName, org.alfresco.service.cmr.repository.NodeRef personNodeRef, boolean shouldSynchronize) setIdsUser.private voidBeCPGUserAccountService.updateGroups(BeCPGUserAccount userAccount) updateGroups.private org.alfresco.service.cmr.repository.NodeRefBeCPGUserAccountService.updateUser(BeCPGUserAccount userAccount) updateUser. -
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.booleanIdentityServiceAccountProvider.updateUser(BeCPGUserAccount userAccount) updateUser.