public class ExternalUserRepositoryRegistry extends Object
Constructor and Description |
---|
ExternalUserRepositoryRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
registerExternalUserRepository(ExternalUserRepository externalUserRepository) |
void |
removeExternalUserRepository(ExternalUserRepository externalUserRepository)
Removes the given ExternalUserRepository from the known User Service
|
public void registerExternalUserRepository(ExternalUserRepository externalUserRepository)
externalUserRepository
- Adds the externalUserRepository to the UserService
public void removeExternalUserRepository(ExternalUserRepository externalUserRepository)
externalUserRepository
- Removes the externalUserRepository in the UserService
Copyright © 2019 Communote team. All rights reserved.