Modifier and Type | Class and Description |
---|---|
class |
LdapUserRepository |
Modifier and Type | Method and Description |
---|---|
void |
ExternalUserRepositoryRegistry.registerExternalUserRepository(ExternalUserRepository externalUserRepository) |
void |
ExternalUserRepositoryRegistry.removeExternalUserRepository(ExternalUserRepository externalUserRepository)
Removes the given ExternalUserRepository from the known User Service
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExternalUserRepository |
Modifier and Type | Class and Description |
---|---|
class |
ConfluenceUserRepository |
Modifier and Type | Method and Description |
---|---|
ExternalUserRepository |
UserService.getAvailableUserRepository(String systemId)
Get the available repository for the given system id.
|
ExternalUserRepository |
UserService.getExternalUserRepository(String externalSystemId)
Get the external user repository based on the repository mode.
|
Modifier and Type | Method and Description |
---|---|
Collection<ExternalUserRepository> |
UserService.getActiveUserRepositories()
Returns all active user repositories.
|
Collection<ExternalUserRepository> |
UserService.getRegistedExternalUserRepositories() |
Modifier and Type | Method and Description |
---|---|
void |
UserService.registerRepository(String externalSystemId,
ExternalUserRepository externalUserRepository)
Register an external user repository.
|
Modifier and Type | Method and Description |
---|---|
void |
UserService.setDefaultRepositories(Map<String,ExternalUserRepository> defaultRepositories)
Set the default repositories
|
Copyright © 2019 Communote team. All rights reserved.