@Priority(value=2000) public final class O2AuthorizationFilter extends Object implements javax.ws.rs.container.ContainerRequestFilter
| Constructor and Description |
|---|
O2AuthorizationFilter()
Create a new authorization filter, which rejects requests based on the
passed authorization flags.
|
| Modifier and Type | Method and Description |
|---|---|
void |
filter(javax.ws.rs.container.ContainerRequestContext requestContext)
Extract the client ID from the various locations where it can live,
and attempt to resolve the client.
|
Copyright © 2018 krotscheck.net. All rights reserved.