|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegistryContext | |
---|---|
org.wso2.registry | |
org.wso2.registry.app | |
org.wso2.registry.config | |
org.wso2.registry.jdbc | |
org.wso2.registry.session |
Uses of RegistryContext in org.wso2.registry |
---|
Methods in org.wso2.registry that return RegistryContext | |
---|---|
RegistryContext |
Registry.getRegistryContext()
Get the configuration for this Registry |
Uses of RegistryContext in org.wso2.registry.app |
---|
Methods in org.wso2.registry.app that return RegistryContext | |
---|---|
RegistryContext |
RemoteRegistry.getRegistryContext()
|
Uses of RegistryContext in org.wso2.registry.config |
---|
Methods in org.wso2.registry.config that return RegistryContext | |
---|---|
static RegistryContext |
RegistryContext.getSingleton()
|
Methods in org.wso2.registry.config with parameters of type RegistryContext | |
---|---|
static org.apache.axiom.om.OMElement |
RegistryConfigurationProcessor.getRegistryConfigAsXML(RegistryContext registryContext)
|
static void |
RegistryConfigurationProcessor.populateRegistryConfig(java.io.InputStream in,
RegistryContext registryContext)
Read XML configuration from the passed InputStream, or from the classpath. |
static void |
RegistryContext.setSingleton(RegistryContext context)
|
Uses of RegistryContext in org.wso2.registry.jdbc |
---|
Fields in org.wso2.registry.jdbc declared as RegistryContext | |
---|---|
protected RegistryContext |
JDBCRegistry.registryContext
|
protected RegistryContext |
EmbeddedRegistry.registryContext
|
Methods in org.wso2.registry.jdbc that return RegistryContext | |
---|---|
RegistryContext |
JDBCRegistry.getRegistryContext()
|
RegistryContext |
BasicRegistry.getRegistryContext()
|
RegistryContext |
AtomicRegistry.getRegistryContext()
|
Methods in org.wso2.registry.jdbc with parameters of type RegistryContext | |
---|---|
void |
BasicRegistry.setRegistryContext(RegistryContext registryContext)
|
void |
AtomicRegistry.setRegistryContext(RegistryContext registryContext)
|
Constructors in org.wso2.registry.jdbc with parameters of type RegistryContext | |
---|---|
BasicRegistry(RegistryContext registryContext,
Repository repository,
VersionRepository versionRepository,
QueryProcessorManager queryProcessorManager)
|
|
EmbeddedRegistry(RegistryContext context)
|
|
EmbeddedRegistry(RegistryContext context,
UserRealm realm)
|
|
JDBCRegistry(RegistryContext registryContext,
UserRealm realm)
Constructs a JDBC registry to be used with secure registries. |
Uses of RegistryContext in org.wso2.registry.session |
---|
Methods in org.wso2.registry.session that return RegistryContext | |
---|---|
RegistryContext |
UserRegistry.getRegistryContext()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |