@Component(value="accountChangeNotifier") public class AccountChangeNotifierImpl extends Object implements AccountChangeNotifier
| Constructor and Description |
|---|
AccountChangeNotifierImpl(org.duracloud.account.db.repo.GlobalPropertiesRepo globalPropertiesRepo) |
| Modifier and Type | Method and Description |
|---|---|
void |
accountChanged(String account)
Notifies listeners that an account had changed.
|
void |
rootUsersChanged()
Notifies listeners that a root user's status has changed: a root user was added, removed, or changed.
|
void |
storageProviderCacheOnNodeChanged(String account)
Notifies listeners that a node's cached storage provider information has changed.
|
void |
storageProvidersChanged(String accountId)
Notifies listeners that one or more storage providers associated with an account has changed.
|
void |
userStoreChanged(String accountId)
Notifies listeners that the set of users associated with an account have changed
|
@Autowired public AccountChangeNotifierImpl(org.duracloud.account.db.repo.GlobalPropertiesRepo globalPropertiesRepo)
globalPropertiesConfigService - public void accountChanged(String account)
AccountChangeNotifieraccountChanged in interface AccountChangeNotifierpublic void storageProvidersChanged(String accountId)
AccountChangeNotifierstorageProvidersChanged in interface AccountChangeNotifierpublic void userStoreChanged(String accountId)
AccountChangeNotifieruserStoreChanged in interface AccountChangeNotifierpublic void rootUsersChanged()
AccountChangeNotifierrootUsersChanged in interface AccountChangeNotifierpublic void storageProviderCacheOnNodeChanged(String account)
AccountChangeNotifierstorageProviderCacheOnNodeChanged in interface AccountChangeNotifierCopyright © 2009–2017 DuraSpace. All rights reserved.