Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


Uses of Interface
oracle.security.opss.service.config.ConfigurationService

Packages that use ConfigurationService
oracle.security.opss.service.config   

 

Uses of ConfigurationService in oracle.security.opss.service.config

 

Methods in oracle.security.opss.service.config that return ConfigurationService
abstract  ConfigurationService ConfigurationServiceProvider.getConfigurationService()
          A Configuration Service obtained in this way can only serve the configuration from the OOTB jps-config.xml and is unaware of any Configuration Repository
abstract
<T extends JpsConfigurationPMetaFactory>
ConfigurationService
ConfigurationServiceProvider.getConfigurationService(java.lang.Class<T> persistenceMetaFactoryClass, java.util.Properties props)
          A Configuration Service obtained in this way can only serve the configuration as understood by the supplied JpsConfigurationPMetaFactory implementation class.
abstract  ConfigurationService ConfigurationServiceProvider.getConfigurationService(java.io.InputStream is)
          A Configuration Service obtained in this way can only serve the configuration from the specified stream and is unaware of any Configuration Repository
abstract  ConfigurationService ConfigurationServiceProvider.getConfigurationService(java.net.URI jpsConfigPath)
          A Configuration Service obtained in this way can only serve the configuration from the specified jps-config.xml and is unaware of any Configuration Repository
 ConfigurationService ConfigurationService.getConfiguredConfigurationService(javax.security.auth.callback.CallbackHandler cbh)
          This method maybe used by the OPSS runtime post re-association to create a new ConfigurationService that is bootstrapped with its Configuration Repository.
abstract  ConfigurationService ConfigurationServiceProvider.getInstance(ServiceInstanceDescriptor serviceDesc, javax.security.auth.callback.CallbackHandler cbHandler)
           

 


Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


Copyright © 2011, 2015, Oracle and/or its affiliates. All rights reserved.