|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.bryansaunders.jee6divelog.security.interceptor.RestSecurityInterceptor
public class RestSecurityInterceptor
Security Intercepter for REST API Calls.
Constructor Summary | |
---|---|
RestSecurityInterceptor()
|
Method Summary | |
---|---|
org.jboss.resteasy.core.ServerResponse |
preProcess(org.jboss.resteasy.spi.HttpRequest httpRequest,
org.jboss.resteasy.core.ResourceMethod resourceMethod)
Called before any REST service calls are processed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RestSecurityInterceptor()
Method Detail |
---|
public org.jboss.resteasy.core.ServerResponse preProcess(org.jboss.resteasy.spi.HttpRequest httpRequest, org.jboss.resteasy.core.ResourceMethod resourceMethod) throws org.jboss.resteasy.spi.Failure, javax.ws.rs.WebApplicationException
preProcess
in interface org.jboss.resteasy.spi.interception.PreProcessInterceptor
httpRequest
- Initial HTTP RequestresourceMethod
- Resource Method being Called
org.jboss.resteasy.spi.Failure
- Thrown on Failure
javax.ws.rs.WebApplicationException
- Thrown on Error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |