Class AmbryUrlSigningServiceFactory

  • All Implemented Interfaces:
    com.github.ambry.frontend.UrlSigningServiceFactory

    public class AmbryUrlSigningServiceFactory
    extends java.lang.Object
    implements com.github.ambry.frontend.UrlSigningServiceFactory
    Default implementation of UrlSigningServiceFactory for Ambry

    Returns a new instance of UrlSigningService on getUrlSigningService() call.

    • Constructor Summary

      Constructors 
      Constructor Description
      AmbryUrlSigningServiceFactory​(com.github.ambry.config.VerifiableProperties verifiableProperties, com.codahale.metrics.MetricRegistry metricRegistry)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.github.ambry.frontend.UrlSigningService getUrlSigningService()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AmbryUrlSigningServiceFactory

        public AmbryUrlSigningServiceFactory​(com.github.ambry.config.VerifiableProperties verifiableProperties,
                                             com.codahale.metrics.MetricRegistry metricRegistry)
    • Method Detail

      • getUrlSigningService

        public com.github.ambry.frontend.UrlSigningService getUrlSigningService()
        Specified by:
        getUrlSigningService in interface com.github.ambry.frontend.UrlSigningServiceFactory