public abstract class ServiceContextManager extends java.lang.Object implements ContextConfigChangeListener
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ServiceContextManager.Mode | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ServiceContext | createContext(oracle.security.opss.config.ContextConfiguration contextConfig)Instantiates and returns a service context for a given context configuration. | 
| abstract void | deactivateContext(ServiceContext ctxt)deactivates a service context | 
| abstract ServiceContext | findContext(java.lang.String contextName)finds an existing tenant context | 
| abstract ServiceContext | getContext(java.lang.String contextId)Returns a service context for contextId. | 
| abstract ServiceContext | getDefaultContext()Returns the default service context in single tenant mode, or the global service context in multi tenant mode. | 
| static ServiceContextManager | getInstance()Returns the ServiceContextManager of OPSS service engine, which manages OPSS service instantiation and changes. | 
| abstract oracle.security.opss.service.InstanceManager | getInstanceManager() | 
| static ServiceContextManager.Mode | getMode() | 
| abstract boolean | isInitialized()Gets the initialization status of ServiceContextManager. | 
| abstract void | postInitialize()performs any post initialization, e.g. | 
| abstract void | terminateContext(ServiceContext context)terminates a service context and removes it from cache | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnotifypublic static ServiceContextManager getInstance()
public static ServiceContextManager.Mode getMode()
public abstract oracle.security.opss.service.InstanceManager getInstanceManager()
public abstract boolean isInitialized()
public abstract ServiceContext getContext(java.lang.String contextId) throws JpsException
contextId -JpsExceptionpublic abstract ServiceContext createContext(oracle.security.opss.config.ContextConfiguration contextConfig) throws JpsException
contextConfig -JpsExceptionpublic abstract void terminateContext(ServiceContext context) throws JpsException
context -JpsExceptionpublic abstract ServiceContext getDefaultContext()
public abstract void deactivateContext(ServiceContext ctxt) throws JpsException
ctxt -JpsExceptionpublic abstract ServiceContext findContext(java.lang.String contextName)
contextName -public abstract void postInitialize()
                             throws JpsException
JpsException