@Provider public class AuthenticationInterceptor extends Object implements org.jboss.resteasy.spi.interception.PreProcessInterceptor
Constructor and Description |
---|
AuthenticationInterceptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEnabled() |
org.jboss.resteasy.core.ServerResponse |
preProcess(org.jboss.resteasy.spi.HttpRequest request,
org.jboss.resteasy.core.ResourceMethodInvoker method) |
void |
setEnabled(boolean enabled) |
public boolean isEnabled()
public void setEnabled(boolean enabled)
public org.jboss.resteasy.core.ServerResponse preProcess(org.jboss.resteasy.spi.HttpRequest request, org.jboss.resteasy.core.ResourceMethodInvoker method) throws org.jboss.resteasy.spi.Failure, javax.ws.rs.WebApplicationException
preProcess
in interface org.jboss.resteasy.spi.interception.PreProcessInterceptor
org.jboss.resteasy.spi.Failure
javax.ws.rs.WebApplicationException
Copyright © 2017. All rights reserved.