Class NewMetamaskCreatedUserListener
java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.organization.UserEventListener
io.meeds.tenant.metamask.listener.NewMetamaskCreatedUserListener
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin
public class NewMetamaskCreatedUserListener
extends org.exoplatform.services.organization.UserEventListener
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionNewMetamaskCreatedUserListener(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.wallet.service.WalletAccountService walletAccountService, TenantManagerService tenantManagerService) -
Method Summary
Modifier and TypeMethodDescriptionvoidpostSave(org.exoplatform.services.organization.User user, boolean isNew) Methods inherited from class org.exoplatform.services.organization.UserEventListener
postDelete, postSetEnabled, preDelete, preSave, preSetEnabledMethods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
-
Constructor Details
-
NewMetamaskCreatedUserListener
public NewMetamaskCreatedUserListener(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.wallet.service.WalletAccountService walletAccountService, TenantManagerService tenantManagerService)
-
-
Method Details