Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Class and Description |
---|---|
class |
SingleSelectionSourcePolicy
The single context variable in an incoming request to match against specified selection keys when
dynamically routing and dynamically authenticating requests.
|
Modifier and Type | Method and Description |
---|---|
SelectionSourcePolicy |
DynamicAuthenticationPolicy.getSelectionSource() |
SelectionSourcePolicy |
DynamicRoutingBackend.getSelectionSource() |
Modifier and Type | Method and Description |
---|---|
DynamicAuthenticationPolicy.Builder |
DynamicAuthenticationPolicy.Builder.selectionSource(SelectionSourcePolicy selectionSource) |
DynamicRoutingBackend.Builder |
DynamicRoutingBackend.Builder.selectionSource(SelectionSourcePolicy selectionSource) |
Constructor and Description |
---|
DynamicAuthenticationPolicy(SelectionSourcePolicy selectionSource,
List<AuthenticationServerPolicy> authenticationServers)
Deprecated.
|
DynamicRoutingBackend(SelectionSourcePolicy selectionSource,
List<DynamicRoutingTypeRoutingBackend> routingBackends)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.