| Modifier and Type | Method and Description |
|---|---|
Registry |
RegistryService.getConfigSystemRegistry()
Returns a registry to be used for system operations.
|
Registry |
RegistryService.getConfigSystemRegistry(int tenantId)
Returns a registry to be used for system operations.
|
Registry |
RegistryService.getConfigUserRegistry()
Creates a Registry instance for anonymous user from the configuration registry space.
|
Registry |
RegistryService.getConfigUserRegistry(String userName)
Creates a Registry instance for the given user from the configuration registry space.
|
Registry |
RegistryService.getConfigUserRegistry(String userName,
int tenantId)
Creates a Registry instance for the given user from the configuration registry space with the
tenant id.
|
Registry |
RegistryService.getConfigUserRegistry(String userName,
String password)
Creates Registry instances for normal users from the configuration registry space.
|
Registry |
RegistryService.getConfigUserRegistry(String userName,
String password,
int tenantId)
Creates Registry instances for normal users from the configuration registry space.
|
Registry |
RegistryService.getGovernanceSystemRegistry()
Creates a Registry instance for the Governance space.
|
Registry |
RegistryService.getGovernanceSystemRegistry(int tenantId)
Creates a Registry instance for the Governance space.
|
Registry |
RegistryService.getGovernanceUserRegistry()
Creates a Registry instance for anonymous user from the Governance space.
|
Registry |
RegistryService.getGovernanceUserRegistry(String userName)
Creates a Registry instance for anonymous user from the Governance space.
|
Registry |
RegistryService.getGovernanceUserRegistry(String userName,
int tenantId)
Creates a Registry instance for anonymous user from the Governance space.
|
Registry |
RegistryService.getGovernanceUserRegistry(String userName,
String password)
Creates a Registry instance for anonymous user from the Governance space.
|
Registry |
RegistryService.getGovernanceUserRegistry(String userName,
String password,
int tenantId)
Creates a Registry instance for anonymous user from the Governance space.
|
Registry |
RegistryService.getLocalRepository()
Returns a registry to be used for node-specific system operations.
|
Registry |
RegistryService.getLocalRepository(int tenantId)
Returns a registry to be used for node-specific system operations.
|
Registry |
RegistryService.getRegistry()
Creates a Registry instance for anonymous user which contains the entire registry tree
starting from '/'.
|
Registry |
RegistryService.getRegistry(String userName)
Creates a Registry instance for anonymous user which contains the entire registry tree
starting from '/'.
|
Registry |
RegistryService.getRegistry(String userName,
int tenantId)
Creates a Registry instance for anonymous user which contains the entire registry tree
starting from '/'.
|
Registry |
RegistryService.getRegistry(String userName,
int tenantId,
String chroot)
Creates a Registry instance for anonymous user which contains the entire registry tree
starting from '/'.
|
Registry |
RegistryService.getRegistry(String userName,
String password)
Creates a Registry instance for anonymous user which contains the entire registry tree
starting from '/'.
|
Registry |
RegistryService.getRegistry(String userName,
String password,
int tenantId)
Creates a Registry instance for anonymous user which contains the entire registry tree
starting from '/'.
|
Registry |
RegistryService.getRegistry(String userName,
String password,
int tenantId,
String chroot)
Creates a Registry instance for anonymous user which contains the entire registry tree
starting from '/'.
|
Copyright © 2018 WSO2 Inc. All rights reserved.