Package | Description |
---|---|
oracle.security.opss.service.config |
Modifier and Type | Method and Description |
---|---|
static ContextNameEncoder |
ContextNameEncoderFactory.getEncoder(ContextNameEncoderFactory.EncoderType b) |
static ContextNameEncoder |
ContextNameEncoderFactory.getEncoder(ContextNameEncoderFactory.EncoderType b, java.util.Map<java.lang.String,java.lang.String> options) |
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
java.lang.String |
ConfigurationManagementService.getContextId(ContextNameEncoder contextNameEncoder) |
void |
ConfigurationManagementService.setContextName(java.lang.String contextId, ContextNameEncoder contextNameEncoder)
Sets a unique name for a Context identified by its contextId.
|