Class OAuth1SignatureFeature
- java.lang.Object
-
- org.glassfish.jersey.oauth1.signature.OAuth1SignatureFeature
-
- All Implemented Interfaces:
Feature
public class OAuth1SignatureFeature extends Object implements Feature
Feature enabling OAuth signature support. If the feature is registered theOAuth1Signaturecan be injected to JAX-RS resources and providers and used to sign and verify OAuth requests.- Author:
- Miroslav Fuksa
-
-
Constructor Summary
Constructors Constructor Description OAuth1SignatureFeature()
-
-
-
Method Detail
-
configure
public boolean configure(FeatureContext context)
-
-