Package io.quarkus.resteasy.runtime
Class StandardSecurityCheckInterceptor.AuthenticatedInterceptor
- java.lang.Object
-
- io.quarkus.resteasy.runtime.StandardSecurityCheckInterceptor
-
- io.quarkus.resteasy.runtime.StandardSecurityCheckInterceptor.AuthenticatedInterceptor
-
- Enclosing class:
- StandardSecurityCheckInterceptor
@Interceptor @Priority(0) public static final class StandardSecurityCheckInterceptor.AuthenticatedInterceptor extends StandardSecurityCheckInterceptor
Prevent the SecurityHandler from performingAuthenticatedsecurity 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 Constructor Description AuthenticatedInterceptor()
-