Uses of Interface
systems.dmx.accountmanagement.AccountManager
-
Packages that use AccountManager Package Description systems.dmx.accountmanagement -
-
Uses of AccountManager in systems.dmx.accountmanagement
Methods in systems.dmx.accountmanagement with parameters of type AccountManager Modifier and Type Method Description void
AccountManagementPlugin. registerAccountManager(AccountManager accountManager)
void
AccountManagementService. registerAccountManager(AccountManager accountManager)
Register anAccountManager
instance with the platform.void
AccountManagementPlugin. unregisterAccountManager(AccountManager accountManager)
void
AccountManagementService. unregisterAccountManager(AccountManager accountManager)
Unregisters anAccountManager
instance from the platform.
-