Class HealthGuiceModule

java.lang.Object
com.google.inject.PrivateModule
org.forgerock.am.health.HealthGuiceModule
All Implemented Interfaces:
com.google.inject.Module

public final class HealthGuiceModule extends com.google.inject.PrivateModule
Guice module for binding together AM health services and endpoints.
Since:
7.1.0
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class com.google.inject.PrivateModule

    addError, addError, addError, bind, bind, bind, bindConstant, binder, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, expose, expose, expose, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding

    Methods inherited from class java.lang.Object

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

    • HealthGuiceModule

      public HealthGuiceModule()
  • Method Details

    • configure

      protected void configure()
      Specified by:
      configure in class com.google.inject.PrivateModule