Interface IdHTTPHandlerFunctionalCoreAuthenticatedType<S,U>
- Type Parameters:
S- The type of sessionsU- The type of users
public interface IdHTTPHandlerFunctionalCoreAuthenticatedType<S,U>
An authenticated functional handler core. Consumes a request (and request
information) and returns a response.
-
Method Summary
Modifier and TypeMethodDescriptionexecuteAuthenticated(io.helidon.webserver.http.ServerRequest request, IdHTTPRequestInformation information, S session, U user) Execute the core after authenticating.
-
Method Details
-
executeAuthenticated
IdHTTPResponseType executeAuthenticated(io.helidon.webserver.http.ServerRequest request, IdHTTPRequestInformation information, S session, U user) Execute the core after authenticating.- Parameters:
request- The requestinformation- The request informationsession- The sessionuser- The user- Returns:
- The response
-