Package | Description |
---|---|
oracle.security.opss.service.config |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationManagementService.activateContextConfiguration(java.lang.String contextId)
Activate a registered configuration.
|
void |
ConfigurationManagementService.createContextConfiguration(java.lang.String contextId, java.util.List<ServiceInstanceDescriptor> serviceConfig, java.util.List<ServiceInstanceDescriptor> bootstrapConfig)
Register a new configuration with the Configuration Service using explicit service definitions.
|
void |
ConfigurationManagementService.createContextConfiguration(java.lang.String contextId, java.lang.String profileId, java.util.List<ConfigurationManagementService.ConfigCustomization> customization, java.util.List<ConfigurationManagementService.ConfigCustomization> bootCustomization)
Create a new ContextConfiguration using a base Template/Profile.
|
void |
ConfigurationManagementService.deactivateContextConfiguration(java.lang.String contextId)
Deactivate a registered Context Configuration
|
void |
ConfigurationManagementService.deleteConfigurationProfile(java.lang.String profileId) |
void |
ConfigurationManagementService.deleteContextConfiguration(java.lang.String contextId)
Unregister a Context Configuration.
|
void |
ConfigurationManagementService.exportConfiguration(java.lang.String contextId, java.io.OutputStream stream) |
void |
ConfigurationManagementService.exportProfile(java.lang.String profileId, java.io.OutputStream stream)
Export the configuration of a Profile to the outputstream.
|
ContextConfiguration |
RuntimeConfigurationService.getContextBootstrapConfiguration(ContextNameEncoder contextNameEncoder)
The Runtime Bootstrap Configuration View is generally a Normalized ReadOnly view of the persistence layer bootstrap configuration and is primarily intended to be used by the OPSS Runtime.
|
ContextConfiguration |
ConfigurationManagementService.getContextBootstrapConfiguration(java.lang.String contextId) |
ContextConfiguration |
RuntimeConfigurationService.getContextConfiguration(ContextNameEncoder contextNameEncoder)
The Runtime Configuration view is generally a Normalized ReadOnly view of the persistence layer configuration and is primarily intended to be used by the OPSS Runtime.
|
ContextConfiguration |
ConfigurationManagementService.getContextConfiguration(java.lang.String contextId) |
ConfigurationManagementService.CONFIG_STATE |
ConfigurationManagementService.getContextConfigurationState(java.lang.String contextId) |
void |
ConfigurationManagementService.setContextName(java.lang.String contextId, ContextNameEncoder contextNameEncoder)
Sets a unique name for a Context identified by its contextId.
|
void |
ConfigurationManagementService.updateContextConfiguration(java.lang.String contextId, javax.security.auth.callback.CallbackHandler customizationHandler, boolean replace, boolean complete)
Update a ContextConfiguration.
|
void |
ConfigurationManagementService.updateContextConfiguration(java.lang.String contextId, java.util.List<ConfigurationManagementService.ConfigCustomization> customization, java.util.List<ConfigurationManagementService.ConfigCustomization> bootCustomization, boolean replace, boolean complete)
Update a ContextConfiguration.
|