| Package | Description |
|---|---|
| oracle.security.opss.config | |
| oracle.security.opss.service | |
| oracle.security.opss.service.config |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ServiceInstanceDescriptor> |
ContextConfiguration.getServiceDescriptors()
gets a list of service descriptors which are included in a tenant service context configuration.
|
| Modifier and Type | Method and Description |
|---|---|
OpssServiceInstance |
OpssServiceProvider.getInstance(ServiceInstanceDescriptor serviceDesc, javax.security.auth.callback.CallbackHandler cbHandler)
Creates a ServiceInstance in Init state.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ConfigurationService |
ConfigurationServiceProvider.getInstance(ServiceInstanceDescriptor serviceDesc, javax.security.auth.callback.CallbackHandler cbHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.util.List<ServiceInstanceDescriptor> serviceConfig, java.util.List<ServiceInstanceDescriptor> bootstrapConfig)
Register a new configuration with the Configuration Service using explicit service definitions.
|
void |
ConfigurationService.registerTenant(TenantInfo tenantInfo, java.util.List<ServiceInstanceDescriptor> tenantConfig, java.util.List<ServiceInstanceDescriptor> tenantBootstrapConfig)
Register a new tenant with the Configuration Service.
|
void |
ConfigurationService.registerTenant(TenantInfo tenantInfo, java.util.List<ServiceInstanceDescriptor> tenantConfig, java.util.List<ServiceInstanceDescriptor> tenantBootstrapConfig)
Register a new tenant with the Configuration Service.
|