Package | Description |
---|---|
oracle.security.opss.service.config |
Modifier and Type | Method and Description |
---|---|
abstract RuntimeConfigurationService |
RuntimeConfigurationServiceProvider.getConfigurationService()
A Configuration Service obtained in this way will use the base configuration from the OOTB jps-config.xml or it may not have a jps-config.xml in the environment and hence may supply its own custom implementation.
|
abstract RuntimeConfigurationService |
RuntimeConfigurationServiceProvider.getConfigurationService(java.net.URI jpsConfigPath)
A Configuration Service obtained in this way will use the base configuration from the specified jps-config.xml.
|