|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E53425-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.opss.service.ServiceContextManager
public abstract class ServiceContextManager
| Nested Class Summary | |
|---|---|
static class |
ServiceContextManager.Mode |
| Constructor Summary | |
|---|---|
ServiceContextManager() |
|
| Method Summary | |
|---|---|
abstract ServiceContext |
createContext(ContextConfiguration contextConfig)Instantiates and returns a service context for a given context configuration. |
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. |
static ServiceContextManager.Mode |
getMode() |
abstract boolean |
isInitialized()Gets the initialization status of ServiceContextManager. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.security.opss.service.ContextConfigChangeListener |
|---|
notify |
| Constructor Detail |
|---|
public ServiceContextManager()
| Method Detail |
|---|
public static ServiceContextManager getInstance()
public static ServiceContextManager.Mode getMode()
public abstract boolean isInitialized()
public abstract ServiceContext getContext(java.lang.String contextId)
throws JpsException
contextId -JpsException
public abstract ServiceContext createContext(ContextConfiguration contextConfig)
throws JpsException
contextConfig -JpsExceptionpublic abstract ServiceContext getDefaultContext()
|
Oracle Fusion Middleware Java API Reference for Oracle Platform Security Services 11g Release 1 (11.1.1) E53425-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||