All Classes and Interfaces

Class
Description
 
 
 
A service that allows users to close any Closeable that when the request completes.
 
 
 
 
 
 
Allows security customizations at the moment when request is matched with resource method, but SecurityChecks are yet to be run.
 
Provides the ability to conditionally enable a JAX-RS Resource class at runtime based on the value of a property.
 
 
 
 
 
 
 
 
 
 
Provides CDI producers for objects that can be injected via @Context In RESTEasy Reactive this works because @Context is considered an alias for @Inject through the use of AutoInjectAnnotationBuildItem
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Security checks for RBAC annotations on endpoints are done by the EagerSecurityHandler, 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