Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
DynamicSelectionKey |
AuthenticationServerPolicy.getKey() |
DynamicSelectionKey |
DynamicRoutingTypeRoutingBackend.getKey() |
Modifier and Type | Method and Description |
---|---|
AuthenticationServerPolicy.Builder |
AuthenticationServerPolicy.Builder.key(DynamicSelectionKey key) |
DynamicRoutingTypeRoutingBackend.Builder |
DynamicRoutingTypeRoutingBackend.Builder.key(DynamicSelectionKey key) |
Constructor and Description |
---|
AuthenticationServerPolicy(DynamicSelectionKey key,
AuthenticationPolicy authenticationServerDetail)
Deprecated.
|
DynamicRoutingTypeRoutingBackend(DynamicSelectionKey key,
ApiSpecificationRouteBackend backend)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.