Class EagerSecurityHandler.Customizer.HttpPermissionsOnlyCustomizer
java.lang.Object
io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler.Customizer
io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler.Customizer.HttpPermissionsOnlyCustomizer
- All Implemented Interfaces:
org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer
- Enclosing class:
- EagerSecurityHandler.Customizer
public static final class EagerSecurityHandler.Customizer.HttpPermissionsOnlyCustomizer
extends EagerSecurityHandler.Customizer
-
Nested Class Summary
Nested classes/interfaces inherited from class io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler.Customizer
EagerSecurityHandler.Customizer.HttpPermissionsAndSecurityChecksCustomizer, EagerSecurityHandler.Customizer.HttpPermissionsOnlyCustomizerNested classes/interfaces inherited from interface org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer
org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer.Phase -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler.Customizer
handlers, newInstanceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer
alternateInvocationHandler, alternateInvoker, streamingResponseCustomizer, successfulInvocationResponseBuilderCustomizer
-
Constructor Details
-
HttpPermissionsOnlyCustomizer
public HttpPermissionsOnlyCustomizer()
-
-
Method Details
-
onlyCheckForHttpPermissions
protected boolean onlyCheckForHttpPermissions()- Specified by:
onlyCheckForHttpPermissionsin classEagerSecurityHandler.Customizer
-