Package io.quarkus.resteasy.runtime
Class StandardSecurityCheckInterceptor.PermitAllInterceptor
java.lang.Object
io.quarkus.resteasy.runtime.StandardSecurityCheckInterceptor
io.quarkus.resteasy.runtime.StandardSecurityCheckInterceptor.PermitAllInterceptor
- Enclosing class:
- StandardSecurityCheckInterceptor
@Interceptor
@PermitAll
@Priority(900)
public static final class StandardSecurityCheckInterceptor.PermitAllInterceptor
extends StandardSecurityCheckInterceptor
Prevent the SecurityHandler from performing
PermitAll security checks-
Nested Class Summary
Nested classes/interfaces inherited from class io.quarkus.resteasy.runtime.StandardSecurityCheckInterceptor
StandardSecurityCheckInterceptor.AuthenticatedInterceptor, StandardSecurityCheckInterceptor.PermissionsAllowedInterceptor, StandardSecurityCheckInterceptor.PermitAllInterceptor, StandardSecurityCheckInterceptor.RolesAllowedInterceptor -
Field Summary
Fields inherited from class io.quarkus.resteasy.runtime.StandardSecurityCheckInterceptor
controller, currentVertxRequest -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.resteasy.runtime.StandardSecurityCheckInterceptor
intercept
-
Constructor Details
-
PermitAllInterceptor
public PermitAllInterceptor()
-