Class OAuth1SignatureFeature

  • All Implemented Interfaces:
    javax.ws.rs.core.Feature

    public class OAuth1SignatureFeature
    extends java.lang.Object
    implements 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.
    • Constructor Detail

      • OAuth1SignatureFeature

        public OAuth1SignatureFeature()
    • Method Detail

      • configure

        public boolean configure​(javax.ws.rs.core.FeatureContext context)
        Specified by:
        configure in interface javax.ws.rs.core.Feature