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