public class CsrfProtectionFilter extends java.lang.Object implements ContainerRequestFilter
Response.Status.BAD_REQUEST
response back to the client.Constructor and Description |
---|
CsrfProtectionFilter() |
Modifier and Type | Method and Description |
---|---|
ContainerRequest |
filter(ContainerRequest request)
Filter the request.
|
public ContainerRequest filter(ContainerRequest request)
ContainerRequestFilter
An implementation may modify the state of the request or create a new instance.
filter
in interface ContainerRequestFilter
request
- the request.Copyright © 2016 Oracle Corporation. All Rights Reserved.