Package com.io7m.cardant.server.http
Interface CAHTTPHandlerFunctionalCoreAuthenticatedType<S,U>
- Type Parameters:
S- The type of sessionsU- The type of users
public interface CAHTTPHandlerFunctionalCoreAuthenticatedType<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, CAHTTPRequestInformation information, S session, U user) Execute the core after authenticating.
-
Method Details
-
executeAuthenticated
CAHTTPResponseType executeAuthenticated(io.helidon.webserver.http.ServerRequest request, CAHTTPRequestInformation information, S session, U user) Execute the core after authenticating.- Parameters:
request- The requestinformation- The request informationsession- The sessionuser- The user- Returns:
- The response
-