Class OAuth1SignatureFeature
java.lang.Object
org.glassfish.jersey.oauth1.signature.OAuth1SignatureFeature
- All Implemented Interfaces:
javax.ws.rs.core.Feature
Feature enabling OAuth signature support. If the feature is registered the
OAuth1Signature
can be injected to JAX-RS resources and providers
and used to sign and verify OAuth requests.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class
Binder that bindssignature methods
andOAuth1Signature
. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OAuth1SignatureFeature
public OAuth1SignatureFeature()
-
-
Method Details
-
configure
public boolean configure(javax.ws.rs.core.FeatureContext context) - Specified by:
configure
in interfacejavax.ws.rs.core.Feature
-