| Package | Description | 
|---|---|
| oracle.security.jps | |
| oracle.security.jps.tools.utility | |
| oracle.security.jps.util | |
| oracle.security.opss.service | 
| Modifier and Type | Method and Description | 
|---|---|
| JpsContext | ContextFactory. getContext()Returns the default JpsContext
 The 'default' context is determined as follows: In MAS deployments, the system-level default JpsContext corresponds to the farm-level default JpsContext In OC4J standalone deployments (pre-MAS/OC4J integration), the system-level default JpsContext corresponds to the instance-level JpsContext (e.g. | 
| JpsContext | ContextFactory. getContext()Returns the default JpsContext
 The 'default' context is determined as follows: In MAS deployments, the system-level default JpsContext corresponds to the farm-level default JpsContext In OC4J standalone deployments (pre-MAS/OC4J integration), the system-level default JpsContext corresponds to the instance-level JpsContext (e.g. | 
| JpsContext | ContextFactory. getContext(java.lang.String name)Returns the JPS context associated with the specified name
 The search order is the same as in getContext(): if an application-level jps-config.xml exists, look for a configured JpsContext with the specified name, and if such a JpsContext exists, it's returned otherwise, look for a configured JpsContext with the specified name in the system-level jps-config.xml return null if no configured JpsContext with the specified name can be found | 
| JpsContext | ContextFactory. getContext(java.lang.String name)Returns the JPS context associated with the specified name
 The search order is the same as in getContext(): if an application-level jps-config.xml exists, look for a configured JpsContext with the specified name, and if such a JpsContext exists, it's returned otherwise, look for a configured JpsContext with the specified name in the system-level jps-config.xml return null if no configured JpsContext with the specified name can be found | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MigrateCompatibilityCheck. checkMigrateCompatibility(JpsContext sourceCtx, JpsContext dstStoreVersion, java.lang.String sourceApp) | 
| Modifier and Type | Method and Description | 
|---|---|
| static JpsContext | JpsServicesUtil. getAppJpsContext()Deprecated. 
 per bug 6060502 | 
| JpsContext | JpsServices. getAppJpsContext(java.lang.String applicationId)Deprecated. 
 per bug 6060502 | 
| static JpsContext | JpsServicesUtil. getAppJpsContext(java.lang.String applicationId)Deprecated. 
 per bug 6060502 | 
| static JpsContext | JpsServicesUtil. getNamedJpsContext(java.lang.String contextName)Deprecated. 
 per bug 6060502 | 
| JpsContext | JpsServices. getNamedJpsContext(java.lang.String applicationId, java.lang.String contextName)Deprecated. 
 per bug 6060502 | 
| static JpsContext | JpsServicesUtil. getNamedJpsContext(java.lang.String applicationId, java.lang.String contextName)Deprecated. 
 per bug 6060502 | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ServiceContext |