@Provider
public class ACLInterceptor
extends java.lang.Object
implements org.jboss.resteasy.spi.interception.PreProcessInterceptor
Constructor and Description |
---|
ACLInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
loadAuthProperties() |
org.jboss.resteasy.core.ServerResponse |
preProcess(org.jboss.resteasy.spi.HttpRequest request,
org.jboss.resteasy.core.ResourceMethod resourceMethod) |
public void loadAuthProperties() throws java.io.IOException
java.io.IOException
public org.jboss.resteasy.core.ServerResponse preProcess(org.jboss.resteasy.spi.HttpRequest request, org.jboss.resteasy.core.ResourceMethod resourceMethod) throws org.jboss.resteasy.spi.Failure, ForbiddenException
preProcess
in interface org.jboss.resteasy.spi.interception.PreProcessInterceptor
org.jboss.resteasy.spi.Failure
ForbiddenException