Package org.glassfish.jersey.server.filter
package org.glassfish.jersey.server.filter
Provides core server filters.
-
ClassDescriptionSimple server-side request filter that implements CSRF protection as per the Guidelines for Implementation of REST by NSA (section IV.F) and section 4.3 of this paper.Container filter that supports encoding-based content negotiation.A pre-matching filter to support HTTP method replacing of a POST request to a request utilizing another HTTP method for the case where proxies or HTTP servers would otherwise block that HTTP method.Enumeration representing possible sources of information about the method overriding the filter should look for.A
DynamicFeature
supporting thejakarta.annotation.security.RolesAllowed
,jakarta.annotation.security.PermitAll
andjakarta.annotation.security.DenyAll
on resource methods and sub-resource methods.A URI-based content negotiation filter mapping a dot-declared suffix in URI to media type that is the value of theAccept
header or a language that is the value of theAccept-Language
header.