Class DenyAllInterceptor
- java.lang.Object
-
- io.quarkus.security.runtime.interceptor.DenyAllInterceptor
-
@Interceptor @DenyAll @Priority(1000) public class DenyAllInterceptor extends Object
- Author:
- Michal Szynkiewicz, michal.l.szynkiewicz@gmail.com
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SecurityHandlerhandler
-
Constructor Summary
Constructors Constructor Description DenyAllInterceptor()
-
-
-
Field Detail
-
handler
@Inject SecurityHandler handler
-
-