Class AmbryIdSigningServiceFactory

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

    public class AmbryIdSigningServiceFactory
    extends java.lang.Object
    implements com.github.ambry.frontend.IdSigningServiceFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      AmbryIdSigningServiceFactory​(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.IdSigningService getIdSigningService()  
      • Methods inherited from class java.lang.Object

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

      • AmbryIdSigningServiceFactory

        public AmbryIdSigningServiceFactory​(com.github.ambry.config.VerifiableProperties verifiableProperties,
                                            com.codahale.metrics.MetricRegistry metricRegistry)
        Parameters:
        verifiableProperties - the VerifiableProperties to use.
        metricRegistry - the MetricRegistry to use.
    • Method Detail

      • getIdSigningService

        public com.github.ambry.frontend.IdSigningService getIdSigningService()
        Specified by:
        getIdSigningService in interface com.github.ambry.frontend.IdSigningServiceFactory