Uses of Class
com.oracle.bmc.apigateway.model.DynamicSelectionKey
-
Packages that use DynamicSelectionKey Package Description com.oracle.bmc.apigateway.model -
-
Uses of DynamicSelectionKey in com.oracle.bmc.apigateway.model
Subclasses of DynamicSelectionKey in com.oracle.bmc.apigateway.model Modifier and Type Class Description class
AnyOfSelectionKey
When dynamically routing and dynamically authenticating requests, the route or authentication server associated with a set of selection keys is used if the context variable in an incoming request exactly matches one of the keys in the set.class
WildcardSelectionKey
When dynamically routing and dynamically authenticating requests, the route or authentication server associated with a selection key containing a wildcard is used if the context variable in an incoming request matches that key.Methods in com.oracle.bmc.apigateway.model that return DynamicSelectionKey Modifier and Type Method Description DynamicSelectionKey
AuthenticationServerPolicy. getKey()
DynamicSelectionKey
DynamicRoutingTypeRoutingBackend. getKey()
Methods in com.oracle.bmc.apigateway.model with parameters of type DynamicSelectionKey Modifier and Type Method Description AuthenticationServerPolicy.Builder
AuthenticationServerPolicy.Builder. key(DynamicSelectionKey key)
DynamicRoutingTypeRoutingBackend.Builder
DynamicRoutingTypeRoutingBackend.Builder. key(DynamicSelectionKey key)
Constructors in com.oracle.bmc.apigateway.model with parameters of type DynamicSelectionKey Constructor Description AuthenticationServerPolicy(DynamicSelectionKey key, AuthenticationPolicy authenticationServerDetail)
Deprecated.DynamicRoutingTypeRoutingBackend(DynamicSelectionKey key, ApiSpecificationRouteBackend backend)
Deprecated.
-