Class StandardSecurityCheckInterceptor.RolesAllowedInterceptor
- java.lang.Object
-
- io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor
-
- io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor.RolesAllowedInterceptor
-
- Enclosing class:
- StandardSecurityCheckInterceptor
@Interceptor @RolesAllowed("") @Priority(0) public static final class StandardSecurityCheckInterceptor.RolesAllowedInterceptor extends StandardSecurityCheckInterceptorPrevent the SecurityHandler from performingRolesAllowedsecurity checks
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.quarkus.resteasy.reactive.server.runtime.StandardSecurityCheckInterceptor
StandardSecurityCheckInterceptor.AuthenticatedInterceptor, 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 Constructor Description RolesAllowedInterceptor()
-