@Priority(value=2000) public class RolesAllowedRequestFilter extends Object implements javax.ws.rs.container.ContainerRequestFilter
Note that if pre-emptive authentication is not active and the caller is found to be unauthenticated when reaching this filter, the installed authentication mechanism will be invoked.
| Modifier and Type | Method and Description |
|---|---|
void |
filter(javax.ws.rs.container.ContainerRequestContext requestContext) |
public void filter(javax.ws.rs.container.ContainerRequestContext requestContext)
throws IOException
filter in interface javax.ws.rs.container.ContainerRequestFilterIOExceptionCopyright © 2019. All rights reserved.