All Classes and Interfaces

Class
Description
 
 
 
 
 
 
 
 
Checks HTTP permissions specific for Jakarta REST.
 
A body reader that allows to get a Vert.x JsonArray as JAX-RS request content.
A body writer that allows to return a Vert.x JsonArray as JAX-RS response content.
A body reader that allows to get a Vert.x JsonObject as JAX-RS request content.
A body writer that allows to return a Vert.x JsonObject as JAX-RS response content.
 
 
 
 
 
Helper/delegate class to unify Servlet and Filter dispatcher implementations
Some resteasy components use this class for configuration.
A filter that will be mapped to the default servlet.
 
Provides the runtime methods to bootstrap Resteasy in standalone mode.
 
 
Security checks for RBAC annotations on endpoints are done by the EagerSecurityFilter, this interceptor propagates the information to the SecurityHandler to prevent repeated checks.
Prevent the SecurityHandler from performing Authenticated security checks
Prevent the SecurityHandler from performing PermissionsAllowed security checks
Prevent the SecurityHandler from performing PermitAll security checks
Prevent the SecurityHandler from performing RolesAllowed security checks
 
 
Abstraction for an inbound http request on the server, or a response from a server to a client