Uses of Class
de.quantummaid.httpmaid.handler.http.HttpRequest
-
-
Uses of HttpRequest in de.quantummaid.httpmaid.handler.http
Methods in de.quantummaid.httpmaid.handler.http that return HttpRequest Modifier and Type Method Description static HttpRequestHttpRequest. httpRequest(MetaData metaData)Methods in de.quantummaid.httpmaid.handler.http with parameters of type HttpRequest Modifier and Type Method Description voidHttpHandler. handle(HttpRequest request, HttpResponse response) -
Uses of HttpRequest in de.quantummaid.httpmaid.marshalling
Methods in de.quantummaid.httpmaid.marshalling with parameters of type HttpRequest Modifier and Type Method Description ContentTypeDefaultContentTypeProvider. provideDefaultContentType(HttpRequest request) -
Uses of HttpRequest in de.quantummaid.httpmaid.security
Methods in de.quantummaid.httpmaid.security with parameters of type HttpRequest Modifier and Type Method Description booleanFilter. filter(HttpRequest request)Method parameters in de.quantummaid.httpmaid.security with type arguments of type HttpRequest Modifier and Type Method Description static AuthenticatorConfiguratorSecurityConfigurators. toAuthenticateRequestsUsing(Authenticator<HttpRequest> authenticator) -
Uses of HttpRequest in de.quantummaid.httpmaid.security.authorization
Methods in de.quantummaid.httpmaid.security.authorization with parameters of type HttpRequest Modifier and Type Method Description booleanHttpAuthorizer. isAuthorized(Optional<Object> authenticationInformation, HttpRequest request) -
Uses of HttpRequest in de.quantummaid.httpmaid.security.basicauth
Methods in de.quantummaid.httpmaid.security.basicauth with parameters of type HttpRequest Modifier and Type Method Description Optional<Object>BasicAuthAuthentication. authenticate(HttpRequest request) -
Uses of HttpRequest in de.quantummaid.httpmaid.security.oauth2
Methods in de.quantummaid.httpmaid.security.oauth2 with parameters of type HttpRequest Modifier and Type Method Description Optional<Object>OAuth2Authenticator. authenticate(HttpRequest request)
-