Uses of Class
es.kukenan.smartfi.microservice.security.gateway.handler.ResponseHandler
Packages that use ResponseHandler
Package
Description
Root application package.
Root application package.
-
Uses of ResponseHandler in es.kukenan.smartfi.microservice.security.gateway.configuration
Fields in es.kukenan.smartfi.microservice.security.gateway.configuration declared as ResponseHandlerModifier and TypeFieldDescription(package private) ResponseHandlerGatewayRoutesConfig.responseHandlerComponent for response operations. -
Uses of ResponseHandler in es.kukenan.smartfi.microservice.security.gateway.utils
Methods in es.kukenan.smartfi.microservice.security.gateway.utils with parameters of type ResponseHandlerModifier and TypeMethodDescriptionstatic StringFiltersUtilities.encryptResponseBody(String bodyResponse, org.springframework.web.server.ServerWebExchange exchange, ResponseHandler responseHandler) Modify response in filter.