Uses of Interface
de.quantummaid.httpmaid.security.RejectionHandler
-
Packages that use RejectionHandler Package Description de.quantummaid.httpmaid.security.authentication de.quantummaid.httpmaid.security.authorization de.quantummaid.httpmaid.security.filtering -
-
Uses of RejectionHandler in de.quantummaid.httpmaid.security.authentication
Methods in de.quantummaid.httpmaid.security.authentication with parameters of type RejectionHandler Modifier and Type Method Description AuthenticatorConfiguratorAuthenticatorConfigurator. rejectingUnauthenticatedRequestsUsing(RejectionHandler rejectionHandler) -
Uses of RejectionHandler in de.quantummaid.httpmaid.security.authorization
Methods in de.quantummaid.httpmaid.security.authorization with parameters of type RejectionHandler Modifier and Type Method Description AuthorizerConfiguratorAuthorizerConfigurator. rejectingUnauthorizedRequestsUsing(RejectionHandler rejectionHandler) -
Uses of RejectionHandler in de.quantummaid.httpmaid.security.filtering
Methods in de.quantummaid.httpmaid.security.filtering with parameters of type RejectionHandler Modifier and Type Method Description FilterConfiguratorFilterConfigurator. rejectingFilteredRequestsUsing(RejectionHandler rejectionHandler)
-