| HandlerUtils |
|
| PathPrefixServiceConfig |
create the config class to enable loading from the config-server.
|
| PathPrefixServiceHandler |
When using router, each request must have serviceId in the header in order to allow router
to do the service discovery before invoke downstream service.
|
| PathServiceConfig |
create the config class to enable loading from the config-server.
|
| PathServiceHandler |
When using router, each request must have serviceId in the header in order to allow router
to do the service discovery before invoke downstream service.
|
| SAMLTokenHandler |
This is a middleware handler that is responsible for getting a JWT access token from
OAuth 2.0 provider for the particular router client.
|
| ServiceDictConfig |
create the config class to enable loading from the config-server.
|
| ServiceDictHandler |
Find service Ids using a combination of path prefix and request method.
|
| TokenConfig |
|
| TokenHandler |
This is a middleware handler that is responsible for getting a JWT access token from
OAuth 2.0 provider for the particular router client.
|