Package | Description |
---|---|
oracle.security.opss.service | |
oracle.security.opss.service.config |
Modifier and Type | Method and Description |
---|---|
abstract ServiceContext |
ServiceContextManager.createContext(ContextConfiguration contextConfig)
Instantiates and returns a service context for a given context configuration.
|
Modifier and Type | Method and Description |
---|---|
ContextConfiguration |
ConfigurationService.getContextConfiguration(java.lang.String contextId) |
ContextConfiguration |
ConfigurationService.getDefaultBootstrapConfiguration() |
ContextConfiguration |
ConfigurationService.getDefaultConfiguration() |
ContextConfiguration |
ConfigurationService.getTenantBootstrapConfiguration(oracle.security.opss.runtime.TenantInfo tenantInfo)
The bootstrap Configuration View is generally a Normalized ReadOnly view of the persistence layer configuration and is used by the OPSS Runtime.
|
ContextConfiguration |
ConfigurationService.getTenantConfiguration(oracle.security.opss.runtime.TenantInfo tenantInfo)
The Runtime Configuration View is generally a Normalized ReadOnly view of the persistence layer configuration and is used by the OPSS Runtime.
|