Class EagerSecurityHandler.Customizer
java.lang.Object
io.quarkus.resteasy.reactive.server.runtime.security.EagerSecurityHandler.Customizer
- All Implemented Interfaces:
org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer
- Direct Known Subclasses:
EagerSecurityHandler.Customizer.HttpPermissionsAndSecurityChecksCustomizer,EagerSecurityHandler.Customizer.HttpPermissionsOnlyCustomizer
- Enclosing class:
- EagerSecurityHandler
public abstract static class EagerSecurityHandler.Customizer
extends Object
implements org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classNested 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
Modifier and TypeMethodDescriptionList<org.jboss.resteasy.reactive.server.spi.ServerRestHandler>handlers(org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer.Phase phase, org.jboss.resteasy.reactive.common.model.ResourceClass resourceClass, org.jboss.resteasy.reactive.server.model.ServerResourceMethod serverResourceMethod) static org.jboss.resteasy.reactive.server.model.HandlerChainCustomizernewInstance(boolean onlyCheckForHttpPermissions) protected abstract booleanMethods 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
-
Customizer
public Customizer()
-
-
Method Details
-
newInstance
public static org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer newInstance(boolean onlyCheckForHttpPermissions) -
handlers
public List<org.jboss.resteasy.reactive.server.spi.ServerRestHandler> handlers(org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer.Phase phase, org.jboss.resteasy.reactive.common.model.ResourceClass resourceClass, org.jboss.resteasy.reactive.server.model.ServerResourceMethod serverResourceMethod) - Specified by:
handlersin interfaceorg.jboss.resteasy.reactive.server.model.HandlerChainCustomizer
-
onlyCheckForHttpPermissions
protected abstract boolean onlyCheckForHttpPermissions()
-