Modifier and Type | Method and Description |
---|---|
RegistryContext |
RemoteRegistry.getRegistryContext() |
Modifier and Type | Method and Description |
---|---|
RegistryContext |
Registry.getRegistryContext()
Get the configuration for this Registry
|
Modifier and Type | Method and Description |
---|---|
RegistryContext |
CacheBackedRegistry.getRegistryContext() |
Modifier and Type | Method and Description |
---|---|
static RegistryContext |
RegistryContext.getBaseInstance()
Get an instance of the base (not cloned),
|
static RegistryContext |
RegistryContext.getBaseInstance(InputStream configStream,
org.wso2.carbon.user.core.service.RealmService realmService)
Return a singleton object of the registry context with a custom configuration, customer realm
service.
|
static RegistryContext |
RegistryContext.getBaseInstance(InputStream configStream,
RegistryContext.RegURLSupplier urlSupplier)
Deprecated.
|
static RegistryContext |
RegistryContext.getBaseInstance(org.wso2.carbon.user.core.service.RealmService realmService)
Return a singleton object of the base registry context with custom realm service If a
registry context doesn't exist, it will create a new one and return it.
|
static RegistryContext |
RegistryContext.getBaseInstance(org.wso2.carbon.user.core.service.RealmService realmService,
boolean populateConfiguration)
Return a singleton object of the base registry context with custom realm service If a
registry context doesn't exist, it will create a new one and return it.
|
static RegistryContext |
RegistryContext.getCloneContext()
Create an return a registry context.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
RegistryConfigurationProcessor.getRegistryConfigAsXML(RegistryContext registryContext)
Obtains the registry configuration as XML element.
|
static void |
RegistryConfigurationProcessor.initializeAspects(org.apache.axiom.om.OMElement configElement,
RegistryContext registryContext)
Creates and initializes an aspect.
|
static void |
RegistryConfigurationProcessor.populateRegistryConfig(InputStream in,
RegistryContext registryContext)
Read XML configuration from the passed InputStream, or from the classpath.
|
static boolean |
RegistryConfigurationProcessor.updateHandler(org.apache.axiom.om.OMElement configElement,
RegistryContext registryContext,
String lifecyclePhase)
Updates a handler based on given configuration.
|
Modifier and Type | Method and Description |
---|---|
RegistryContext |
GhostRegistry.getRegistryContext() |
Modifier and Type | Field and Description |
---|---|
protected RegistryContext |
EmbeddedRegistryService.registryContext
The registry context used by this registry service instance.
|
Modifier and Type | Method and Description |
---|---|
RegistryContext |
EmbeddedRegistry.getRegistryContext() |
Constructor and Description |
---|
EmbeddedRegistry(RegistryContext registryContext,
org.wso2.carbon.user.core.service.RealmService realmService)
Constructs a Embedded registry to be used with secure registries.
|
EmbeddedRegistryService(RegistryContext context)
Instantiates the EmbeddedRegistry using the configuration given in the context and the given
UserRealm.
|
Modifier and Type | Method and Description |
---|---|
RegistryContext |
RequestContext.getRegistryContext()
Method to get the Registry Context.
|
RegistryContext |
Handler.getRegistryContext(RequestContext requestContext)
Gets called when obtaining the registry context.
|
RegistryContext |
HandlerManager.getRegistryContext(RequestContext requestContext)
Manages the handler invocations of GET_REGISTRY_CONTEXT method.
|
RegistryContext |
HandlerLifecycleManager.getRegistryContext(RequestContext requestContext) |
RegistryContext |
UserDefinedHandlerManager.getRegistryContext(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
void |
RequestContext.setRegistryContext(RegistryContext registryContext)
Method to set Registry Context.
|
Modifier and Type | Method and Description |
---|---|
RegistryContext |
MountHandler.getRegistryContext(RequestContext requestContext) |
Constructor and Description |
---|
QueryProcessorManager(DataAccessManager dataAccessManager,
RegistryContext registryContext)
Construct a query processor manager object from the data source and registry context.
|
Modifier and Type | Method and Description |
---|---|
RegistryContext |
UserRegistry.getRegistryContext() |
Modifier and Type | Method and Description |
---|---|
static void |
RegistryUtils.addMountEntry(Registry registry,
RegistryContext registryContext,
String path,
String target,
boolean remote,
String author)
Method to add a mount entry.
|
static void |
RegistryUtils.addMountEntry(Registry registry,
RegistryContext registryContext,
String path,
String target,
String targetSubPath,
String author)
Method to add a mount entry.
|
static String |
RegistryUtils.getAbsolutePath(RegistryContext context,
String relativePath)
Method to obtain the absolute path for the given relative path.
|
static String |
MediaTypesUtils.getCollectionMediaTypeMappings(RegistryContext registryContext)
Method to obtain the collection media types.
|
static String |
MediaTypesUtils.getCustomUIMediaTypeMappings(RegistryContext registryContext)
Method to obtain the custom UI media types.
|
static String |
RegistryUtils.getRelativePath(RegistryContext context,
String absolutePath)
Method to obtain the relative path for the given absolute path.
|
static String |
MediaTypesUtils.getResourceMediaTypeMappings(RegistryContext registryContext)
Method to obtain the resource media types.
|
static boolean |
RegistryUtils.isRegistryReadOnly(RegistryContext registryContext)
Method to determine whether this registry is running in Read-Only mode.
|
static void |
RegistryUtils.registerHandlerForRemoteLinks(RegistryContext registryContext,
String path,
String target,
String targetSubPath,
String author)
Method to register handlers for remote links for the tenant on the current registry session.
|
static void |
RegistryUtils.registerHandlerForRemoteLinks(RegistryContext registryContext,
String path,
String target,
String targetSubPath,
String author,
boolean forAllTenants)
Method to register handlers for remote links.
|
static void |
RegistryUtils.registerHandlerForSymbolicLinks(RegistryContext context,
String path,
String target,
String author)
Method to register handlers for symbolic links for the tenant on the current registry
session.
|
Copyright © 2016 WSO2 Inc. All Rights Reserved.