Uses of Interface
common.http.interceptor.HttpServletBiConsumer
-
Packages that use HttpServletBiConsumer Package Description common.http.error Package di utilità per la gestione degli errori nelle Java Servletcommon.http.interceptor Package contenente classi necessari per l'implementazione del meccanismo dei servlet interceptor.usecase.auth Package contenente la logica relativa alle autorizzazioni -
-
Uses of HttpServletBiConsumer in common.http.error
Methods in common.http.error with parameters of type HttpServletBiConsumer Modifier and Type Method Description void
ForwardOnErrorInterceptor. handle(HttpServletRequest req, HttpServletResponse resp, HttpServletBiConsumer next)
void
JSONErrorInterceptor. handle(HttpServletRequest req, HttpServletResponse resp, HttpServletBiConsumer next)
-
Uses of HttpServletBiConsumer in common.http.interceptor
Methods in common.http.interceptor with parameters of type HttpServletBiConsumer Modifier and Type Method Description abstract void
ServletInterceptor. handle(HttpServletRequest req, HttpServletResponse resp, HttpServletBiConsumer next)
Metodo contenete la logica dell'interceptor, che si occupa di processare la richiesta e la risposta passati come parametro e di passare eventualmente il controllo eventualmente al prossimo metodo specificato come parametro -
Uses of HttpServletBiConsumer in usecase.auth
Methods in usecase.auth with parameters of type HttpServletBiConsumer Modifier and Type Method Description void
AuthorizationConstraintsInterceptor. handle(HttpServletRequest req, HttpServletResponse resp, HttpServletBiConsumer next)
-