Class OAuth1SignatureFeature.Binder

java.lang.Object
org.glassfish.jersey.internal.inject.AbstractBinder
org.glassfish.jersey.oauth1.signature.OAuth1SignatureFeature.Binder
All Implemented Interfaces:
Binder
Enclosing class:
OAuth1SignatureFeature

static class OAuth1SignatureFeature.Binder extends AbstractBinder
Binder that binds signature methods and OAuth1Signature.

The class is package private for testing purposes.

  • Constructor Details

    • Binder

      Binder()
  • Method Details

    • configure

      protected void configure()
      Description copied from class: AbstractBinder
      Implement to provide binding definitions using the exposed binding methods.
      Specified by:
      configure in class AbstractBinder