Uses of Interface
systems.dmx.accountmanagement.AccountManager
- 
Packages that use AccountManager Package Description systems.dmx.accountmanagement 
- 
- 
Uses of AccountManager in systems.dmx.accountmanagementMethods in systems.dmx.accountmanagement with parameters of type AccountManager Modifier and Type Method Description voidAccountManagementPlugin. registerAccountManager(AccountManager accountManager)voidAccountManagementService. registerAccountManager(AccountManager accountManager)Register anAccountManagerinstance with the platform.voidAccountManagementPlugin. unregisterAccountManager(AccountManager accountManager)voidAccountManagementService. unregisterAccountManager(AccountManager accountManager)Unregisters anAccountManagerinstance from the platform.
 
-