Class DigitalVerificationInterceptor
java.lang.Object
org.jboss.resteasy.security.doseta.DigitalVerificationInterceptor
- All Implemented Interfaces:
 jakarta.ws.rs.ext.ReaderInterceptor
@Provider
@Priority(4000)
public class DigitalVerificationInterceptor
extends Object
implements jakarta.ws.rs.ext.ReaderInterceptor
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext context)  
- 
Constructor Details
- 
DigitalVerificationInterceptor
public DigitalVerificationInterceptor() 
 - 
 - 
Method Details
- 
aroundReadFrom
public Object aroundReadFrom(jakarta.ws.rs.ext.ReaderInterceptorContext context) throws IOException, jakarta.ws.rs.WebApplicationException - Specified by:
 aroundReadFromin interfacejakarta.ws.rs.ext.ReaderInterceptor- Throws:
 IOExceptionjakarta.ws.rs.WebApplicationException
 
 -