public class AuthJerseyFilter extends Object implements com.sun.jersey.spi.container.ContainerRequestFilter
The filter takes a exclude-paths parameter whose value is expected
to be an extended regular expression for matching paths that are exempt
from the enforcement.
If the filter receives an unauthenticated request that contains a token (which is inherently invalid), the request will not be allowed regardless of the exclusion list match.
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCLUDE_PATHS
Name of the parameter used to specify regular-expression for paths that
should be excluded.
|
| Constructor and Description |
|---|
AuthJerseyFilter() |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jersey.spi.container.ContainerRequest |
filter(com.sun.jersey.spi.container.ContainerRequest request) |
public static final String EXCLUDE_PATHS
Copyright © 2014. All Rights Reserved.