| Package | Description |
|---|---|
| oracle.security.jps.runtime | |
| oracle.security.opss.service |
| Modifier and Type | Method and Description |
|---|---|
static ServiceContext |
AppSecurityContext.getServiceContext() |
| Modifier and Type | Method and Description |
|---|---|
abstract ServiceContext |
ServiceContextManager.createContext(ContextConfiguration contextConfig)
Instantiates and returns a service context for a given context configuration.
|
abstract ServiceContext |
ServiceContextManager.findContext(java.lang.String contextName)
finds an existing tenant context
|
abstract ServiceContext |
ServiceContextManager.getContext(java.lang.String contextId)
Returns a service context for contextId.
|
abstract ServiceContext |
ServiceContextManager.getDefaultContext()
Returns the default service context in single tenant mode, or the global service context in multi tenant mode.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ServiceContextManager.deactivateContext(ServiceContext ctxt)
deactivates a service context
|
abstract void |
ServiceContextManager.terminateContext(ServiceContext context)
terminates a service context and removes it from cache
|