public final class O2AuthDynamicFeature extends Object implements javax.ws.rs.container.DynamicFeature
| Modifier and Type | Method and Description |
|---|---|
void |
configure(javax.ws.rs.container.ResourceInfo resourceInfo,
javax.ws.rs.core.FeatureContext configuration)
Given a resource, provide filters which check the identity and
scope grants needed by the resource itself.
|
public void configure(javax.ws.rs.container.ResourceInfo resourceInfo,
javax.ws.rs.core.FeatureContext configuration)
configure in interface javax.ws.rs.container.DynamicFeatureresourceInfo - The resource information.configuration - The feature configuration provider.Copyright © 2018 krotscheck.net. All rights reserved.