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