public static class ServerDigitalSigningHeaderDecoratorFeature.DigitalSigningHeaderDecorator extends AbstractDigitalSigningHeaderDecorator implements ContainerResponseFilter
signed
Constructor and Description |
---|
ServerDigitalSigningHeaderDecoratorFeature.DigitalSigningHeaderDecorator(Signed signed) |
Modifier and Type | Method and Description |
---|---|
void |
filter(ContainerRequestContext requestContext,
ContainerResponseContext responseContext)
Filter method called after a response has been provided for a request
(either by a
request filter or by a
matched resource method. |
createHeader
public ServerDigitalSigningHeaderDecoratorFeature.DigitalSigningHeaderDecorator(Signed signed)
public void filter(ContainerRequestContext requestContext, ContainerResponseContext responseContext) throws IOException
ContainerResponseFilter
request filter
or by a
matched resource method.
Filters in the filter chain are ordered according to their javax.annotation.Priority
class-level annotation value.
filter
in interface ContainerResponseFilter
requestContext
- request context.responseContext
- response context.IOException
- if an I/O exception occurs.Copyright © 2013. All Rights Reserved.