|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UserRegistry in org.wso2.carbon.registry.app |
---|
Methods in org.wso2.carbon.registry.app that return UserRegistry | |
---|---|
UserRegistry |
RemoteRegistryService.getConfigSystemRegistry()
|
UserRegistry |
RemoteRegistryService.getConfigSystemRegistry(int tenantId)
|
UserRegistry |
RemoteRegistryService.getConfigUserRegistry()
|
UserRegistry |
RemoteRegistryService.getConfigUserRegistry(String userName)
|
UserRegistry |
RemoteRegistryService.getConfigUserRegistry(String userName,
int tenantId)
|
UserRegistry |
RemoteRegistryService.getConfigUserRegistry(String userName,
String password)
|
UserRegistry |
RemoteRegistryService.getConfigUserRegistry(String userName,
String password,
int tenantId)
|
UserRegistry |
RemoteRegistryService.getGovernanceSystemRegistry()
|
UserRegistry |
RemoteRegistryService.getGovernanceSystemRegistry(int tenantId)
|
UserRegistry |
RemoteRegistryService.getGovernanceUserRegistry()
|
UserRegistry |
RemoteRegistryService.getGovernanceUserRegistry(String userName)
|
UserRegistry |
RemoteRegistryService.getGovernanceUserRegistry(String userName,
int tenantId)
|
UserRegistry |
RemoteRegistryService.getGovernanceUserRegistry(String userName,
String password)
|
UserRegistry |
RemoteRegistryService.getGovernanceUserRegistry(String userName,
String password,
int tenantId)
|
UserRegistry |
RemoteRegistryService.getLocalRepository()
|
UserRegistry |
RemoteRegistryService.getLocalRepository(int tenantId)
|
UserRegistry |
RemoteRegistryService.getRegistry()
|
static UserRegistry |
Utils.getRegistry(javax.servlet.http.HttpServletRequest request)
Method to obtain the registry from the session. |
UserRegistry |
RemoteRegistryService.getRegistry(String userName)
|
UserRegistry |
RemoteRegistryService.getRegistry(String userName,
int tenantId)
|
UserRegistry |
RemoteRegistryService.getRegistry(String userName,
int tenantId,
String chroot)
|
UserRegistry |
RemoteRegistryService.getRegistry(String userName,
String password)
|
UserRegistry |
RemoteRegistryService.getRegistry(String userName,
String password,
int tenantId)
|
UserRegistry |
RemoteRegistryService.getRegistry(String userName,
String password,
int tenantId,
String chroot)
|
UserRegistry |
RemoteRegistryService.getSystemRegistry()
|
UserRegistry |
RemoteRegistryService.getSystemRegistry(int tenantId)
|
UserRegistry |
RemoteRegistryService.getSystemRegistry(int tenantId,
String chroot)
|
UserRegistry |
RemoteRegistryService.getUserRegistry()
|
UserRegistry |
RemoteRegistryService.getUserRegistry(String userName)
|
UserRegistry |
RemoteRegistryService.getUserRegistry(String userName,
int tenantId)
|
UserRegistry |
RemoteRegistryService.getUserRegistry(String userName,
int tenantId,
String chroot)
|
UserRegistry |
RemoteRegistryService.getUserRegistry(String username,
String password)
|
UserRegistry |
RemoteRegistryService.getUserRegistry(String username,
String password,
int tenantId)
|
UserRegistry |
RemoteRegistryService.getUserRegistry(String username,
String password,
int tenantId,
String chroot)
|
Uses of UserRegistry in org.wso2.carbon.registry.core.ghostregistry |
---|
Subclasses of UserRegistry in org.wso2.carbon.registry.core.ghostregistry | |
---|---|
class |
GhostRegistry
This implements the Ghost lazy loading pattern for the Registry. |
Uses of UserRegistry in org.wso2.carbon.registry.core.jdbc |
---|
Methods in org.wso2.carbon.registry.core.jdbc that return UserRegistry | |
---|---|
UserRegistry |
EmbeddedRegistryService.getConfigSystemRegistry()
|
UserRegistry |
EmbeddedRegistryService.getConfigSystemRegistry(int tenantId)
|
UserRegistry |
EmbeddedRegistryService.getConfigUserRegistry()
|
UserRegistry |
EmbeddedRegistryService.getConfigUserRegistry(String userName)
|
UserRegistry |
EmbeddedRegistryService.getConfigUserRegistry(String userName,
int tenantId)
|
UserRegistry |
EmbeddedRegistryService.getConfigUserRegistry(String userName,
String password)
|
UserRegistry |
EmbeddedRegistryService.getConfigUserRegistry(String userName,
String password,
int tenantId)
|
UserRegistry |
EmbeddedRegistryService.getGovernanceSystemRegistry()
|
UserRegistry |
EmbeddedRegistryService.getGovernanceSystemRegistry(int tenantId)
|
UserRegistry |
EmbeddedRegistryService.getGovernanceUserRegistry()
|
UserRegistry |
EmbeddedRegistryService.getGovernanceUserRegistry(String userName)
|
UserRegistry |
EmbeddedRegistryService.getGovernanceUserRegistry(String userName,
int tenantId)
|
UserRegistry |
EmbeddedRegistryService.getGovernanceUserRegistry(String userName,
String password)
|
UserRegistry |
EmbeddedRegistryService.getGovernanceUserRegistry(String userName,
String password,
int tenantId)
|
UserRegistry |
EmbeddedRegistryService.getLocalRepository()
|
UserRegistry |
EmbeddedRegistryService.getLocalRepository(int tenantId)
|
UserRegistry |
EmbeddedRegistryService.getRegistry()
|
UserRegistry |
EmbeddedRegistryService.getRegistry(String userName)
|
UserRegistry |
EmbeddedRegistryService.getRegistry(String userName,
int tenantId)
|
UserRegistry |
EmbeddedRegistryService.getRegistry(String userName,
int tenantId,
String chroot)
|
UserRegistry |
EmbeddedRegistryService.getRegistry(String userName,
String password)
|
UserRegistry |
EmbeddedRegistryService.getRegistry(String userName,
String password,
int tenantId)
|
UserRegistry |
EmbeddedRegistryService.getRegistry(String userName,
String password,
int tenantId,
String chroot)
|
UserRegistry |
EmbeddedRegistryService.getSystemRegistry()
Returns a registry to be used for system operations. |
UserRegistry |
EmbeddedRegistryService.getSystemRegistry(int tenantId)
Returns a registry to be used for system operations. |
UserRegistry |
EmbeddedRegistryService.getSystemRegistry(int tenantId,
String chroot)
Returns a registry to be used for system operations. |
UserRegistry |
EmbeddedRegistryService.getUserRegistry()
Creates a UserRegistry instance for anonymous user. |
UserRegistry |
EmbeddedRegistryService.getUserRegistry(String userName)
Creates a UserRegistry instance for the given user. |
UserRegistry |
EmbeddedRegistryService.getUserRegistry(String userName,
int tenantId)
Creates a UserRegistry instance for the given user. |
UserRegistry |
EmbeddedRegistryService.getUserRegistry(String userName,
int tenantId,
String chroot)
Creates a UserRegistry instance for the given user. |
UserRegistry |
EmbeddedRegistryService.getUserRegistry(String userName,
String password)
Creates UserRegistry instances for normal users. |
UserRegistry |
EmbeddedRegistryService.getUserRegistry(String userName,
String password,
int tenantId)
Creates UserRegistry instances for normal users. |
UserRegistry |
EmbeddedRegistryService.getUserRegistry(String userName,
String password,
int tenantId,
String chroot)
Creates UserRegistry instances for normal users. |
Uses of UserRegistry in org.wso2.carbon.registry.core.service |
---|
Methods in org.wso2.carbon.registry.core.service that return UserRegistry | |
---|---|
UserRegistry |
RegistryService.getConfigSystemRegistry()
Returns a registry to be used for system operations. |
UserRegistry |
RegistryService.getConfigSystemRegistry(int tenantId)
Returns a registry to be used for system operations. |
UserRegistry |
RegistryService.getConfigUserRegistry()
Creates a Registry instance for anonymous user from the configuration registry space. |
UserRegistry |
RegistryService.getConfigUserRegistry(String userName)
Creates a Registry instance for the given user from the configuration registry space. |
UserRegistry |
RegistryService.getConfigUserRegistry(String userName,
int tenantId)
Creates a Registry instance for the given user from the configuration registry space with the tenant id. |
UserRegistry |
RegistryService.getConfigUserRegistry(String userName,
String password)
Creates Registry instances for normal users from the configuration registry space. |
UserRegistry |
RegistryService.getConfigUserRegistry(String userName,
String password,
int tenantId)
Creates Registry instances for normal users from the configuration registry space. |
UserRegistry |
RegistryService.getGovernanceSystemRegistry()
Creates a Registry instance for the Governance space. |
UserRegistry |
RegistryService.getGovernanceSystemRegistry(int tenantId)
Creates a Registry instance for the Governance space. |
UserRegistry |
RegistryService.getGovernanceUserRegistry()
Creates a Registry instance for anonymous user from the Governance space. |
UserRegistry |
RegistryService.getGovernanceUserRegistry(String userName)
Creates a Registry instance for anonymous user from the Governance space. |
UserRegistry |
RegistryService.getGovernanceUserRegistry(String userName,
int tenantId)
Creates a Registry instance for anonymous user from the Governance space. |
UserRegistry |
RegistryService.getGovernanceUserRegistry(String userName,
String password)
Creates a Registry instance for anonymous user from the Governance space. |
UserRegistry |
RegistryService.getGovernanceUserRegistry(String userName,
String password,
int tenantId)
Creates a Registry instance for anonymous user from the Governance space. |
UserRegistry |
RegistryService.getLocalRepository()
Returns a registry to be used for node-specific system operations. |
UserRegistry |
RegistryService.getLocalRepository(int tenantId)
Returns a registry to be used for node-specific system operations. |
UserRegistry |
RegistryService.getRegistry()
Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'. |
UserRegistry |
RegistryService.getRegistry(String userName)
Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'. |
UserRegistry |
RegistryService.getRegistry(String userName,
int tenantId)
Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'. |
UserRegistry |
RegistryService.getRegistry(String userName,
int tenantId,
String chroot)
Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'. |
UserRegistry |
RegistryService.getRegistry(String userName,
String password)
Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'. |
UserRegistry |
RegistryService.getRegistry(String userName,
String password,
int tenantId)
Creates a Registry instance for anonymous user which contains the entire registry tree starting from '/'. |
UserRegistry |
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 '/'. |
UserRegistry |
RegistryService.getSystemRegistry()
Deprecated. |
UserRegistry |
RegistryService.getSystemRegistry(int tenantId)
Deprecated. |
UserRegistry |
RegistryService.getSystemRegistry(int tenantId,
String chroot)
Deprecated. |
UserRegistry |
RegistryService.getUserRegistry()
Deprecated. |
UserRegistry |
RegistryService.getUserRegistry(String userName)
Deprecated. |
UserRegistry |
RegistryService.getUserRegistry(String userName,
int tenantId)
Deprecated. |
UserRegistry |
RegistryService.getUserRegistry(String userName,
int tenantId,
String chroot)
Deprecated. |
UserRegistry |
RegistryService.getUserRegistry(String userName,
String password)
Deprecated. |
UserRegistry |
RegistryService.getUserRegistry(String userName,
String password,
int tenantId)
Deprecated. |
UserRegistry |
RegistryService.getUserRegistry(String userName,
String password,
int tenantId,
String chroot)
Deprecated. |
Uses of UserRegistry in org.wso2.carbon.registry.core.servlet |
---|
Methods in org.wso2.carbon.registry.core.servlet that return UserRegistry | |
---|---|
static UserRegistry |
ResourceRequestProcessor.getUserRegistry(javax.servlet.http.HttpServletRequest request)
Deprecated. |
Uses of UserRegistry in org.wso2.carbon.registry.core.servlet.utils |
---|
Methods in org.wso2.carbon.registry.core.servlet.utils that return UserRegistry | |
---|---|
static UserRegistry |
Utils.getSecureRegistry(javax.servlet.http.HttpServletRequest request)
Deprecated. Returns the registry associated with the current session. |
Uses of UserRegistry in org.wso2.carbon.registry.core.session |
---|
Methods in org.wso2.carbon.registry.core.session that return UserRegistry | |
---|---|
UserRegistry |
UserRegistry.getChrootedRegistry(String chroot)
returns a chrooted registry for a given prefix |
static UserRegistry |
CurrentSession.getUserRegistry()
Methods that abstract the set and get of the stack values. |
Methods in org.wso2.carbon.registry.core.session with parameters of type UserRegistry | |
---|---|
static void |
CurrentSession.setUserRegistry(UserRegistry userRegistry)
Inserting the user registry to the session stack. |
Uses of UserRegistry in org.wso2.carbon.registry.synchronization |
---|
Methods in org.wso2.carbon.registry.synchronization with parameters of type UserRegistry | |
---|---|
static void |
RegistrySynchronizer.checkIn(UserRegistry registry,
String filePath)
Method to check-in some filesystem based resources and collections (which are files and directories), into a specified registry instance. |
static void |
RegistrySynchronizer.checkIn(UserRegistry registry,
String filePath,
boolean silentUpdate)
Method to check-in some filesystem based resources and collections (which are files and directories), into a specified registry instance. |
static void |
RegistrySynchronizer.checkIn(UserRegistry registry,
String filePath,
String registryPath)
Method to check-in some filesystem based resources and collections (which are files and directories), into a specified registry instance. |
static void |
RegistrySynchronizer.checkIn(UserRegistry registry,
String filePath,
String registryPath,
boolean silentUpdate)
Method to check-in some filesystem based resources and collections (which are files and directories), into a specified registry instance. |
static void |
RegistrySynchronizer.checkIn(UserRegistry registry,
String filePath,
String registryPath,
boolean silentUpdate,
boolean forcedCheckIn)
Method to check-in some filesystem based resources and collections (which are files and directories), into a specified registry instance. |
static void |
RegistrySynchronizer.checkOut(UserRegistry registry,
String filePath,
String resourcePath)
Method to check-out some resources and collections on a registry into a filesystem which will create some files and directories in the process. |
static void |
RegistrySynchronizer.update(UserRegistry registry,
String filePath)
Method to update an already checked out resource or collection to the latest version found on the specified registry instance. |
static void |
RegistrySynchronizer.update(UserRegistry registry,
String filePath,
boolean silentUpdate)
Method to update an already checked out resource or collection to the latest version found on the specified registry instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |