Uses of Class
com.oracle.bmc.apigateway.model.SelectionSourcePolicy
-
Packages that use SelectionSourcePolicy Package Description com.oracle.bmc.apigateway.model -
-
Uses of SelectionSourcePolicy in com.oracle.bmc.apigateway.model
Subclasses of SelectionSourcePolicy in com.oracle.bmc.apigateway.model Modifier and Type Class Description class
SingleSelectionSourcePolicy
The single context variable in an incoming request to match against specified selection keys when dynamically routing and dynamically authenticating requests.Methods in com.oracle.bmc.apigateway.model that return SelectionSourcePolicy Modifier and Type Method Description SelectionSourcePolicy
DynamicAuthenticationPolicy. getSelectionSource()
SelectionSourcePolicy
DynamicRoutingBackend. getSelectionSource()
Methods in com.oracle.bmc.apigateway.model with parameters of type SelectionSourcePolicy Modifier and Type Method Description DynamicAuthenticationPolicy.Builder
DynamicAuthenticationPolicy.Builder. selectionSource(SelectionSourcePolicy selectionSource)
DynamicRoutingBackend.Builder
DynamicRoutingBackend.Builder. selectionSource(SelectionSourcePolicy selectionSource)
Constructors in com.oracle.bmc.apigateway.model with parameters of type SelectionSourcePolicy Constructor Description DynamicAuthenticationPolicy(SelectionSourcePolicy selectionSource, List<AuthenticationServerPolicy> authenticationServers)
Deprecated.DynamicRoutingBackend(SelectionSourcePolicy selectionSource, List<DynamicRoutingTypeRoutingBackend> routingBackends)
Deprecated.
-