com.twitter.finatra.modules

CredentialsModule

object CredentialsModule extends TwitterModule

Linear Supertypes
TwitterModule, Logging, Logging, TwitterBaseModule, TwitterModuleLifecycle, TwitterModuleFlags, AbstractModule, Module, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CredentialsModule
  2. TwitterModule
  3. Logging
  4. Logging
  5. TwitterBaseModule
  6. TwitterModuleLifecycle
  7. TwitterModuleFlags
  8. AbstractModule
  9. Module
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addError(arg0: Message): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  7. def addError(arg0: Throwable): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  8. def addError(arg0: String, arg1: <repeated...>[AnyRef]): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  9. def addTypeConvertor[T](converter: TypeConverter)(implicit arg0: Manifest[T]): Unit

    Attributes
    protected
    Definition Classes
    TwitterModule
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def bind[T](implicit arg0: Manifest[T]): ScalaAnnotatedBindingBuilder[T]

    Attributes
    protected
    Definition Classes
    TwitterModule
  12. def bind[T](annot: Annotation)(implicit arg0: Manifest[T]): ScalaAnnotatedBindingBuilder[T]

    Attributes
    protected
    Definition Classes
    TwitterModule
  13. def bind[T](arg0: Class[T]): AnnotatedBindingBuilder[T]

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  14. def bind[T](arg0: TypeLiteral[T]): AnnotatedBindingBuilder[T]

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  15. def bind[T](arg0: Key[T]): LinkedBindingBuilder[T]

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  16. def bindAssistedFactory[T](implicit arg0: Manifest[T]): Unit

    Attributes
    protected
    Definition Classes
    TwitterModule
  17. def bindConstant(): AnnotatedConstantBindingBuilder

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  18. def bindInterceptor(arg0: Matcher[_ >: Class[_]], arg1: Matcher[_ >: Method], arg2: <repeated...>[MethodInterceptor]): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  19. def bindListener(arg0: Matcher[_ >: Binding[_]], arg1: <repeated...>[ProvisionListener]): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  20. def bindListener(arg0: Matcher[_ >: TypeLiteral[_]], arg1: TypeListener): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  21. def bindScope(arg0: Class[_ <: Annotation], arg1: Scope): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  22. def bindSingleton[T](annot: Annotation)(implicit arg0: Manifest[T]): ScalaAnnotatedBindingBuilder[T]

    Attributes
    protected
    Definition Classes
    TwitterModule
  23. def bindSingleton[T](implicit arg0: Manifest[T]): ScalaAnnotatedBindingBuilder[T]

    Attributes
    protected
    Definition Classes
    TwitterModule
  24. def binder(): Binder

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  25. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def configure(): Unit

    Attributes
    protected
    Definition Classes
    TwitterModule → AbstractModule
  27. final def configure(arg0: Binder): Unit

    Definition Classes
    AbstractModule → Module
  28. def convertToTypes(arg0: Matcher[_ >: TypeLiteral[_]], arg1: TypeConverter): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  29. def createKey[T](implicit arg0: Manifest[T]): Key[T]

    Attributes
    protected
    Definition Classes
    TwitterBaseModule
  30. def createMultiBinder[MultiBindType](implicit arg0: Manifest[MultiBindType]): ScalaMultibinder[MultiBindType]

    Attributes
    protected
    Definition Classes
    TwitterModule
  31. val credentialsFilePath: Flag[String]

    The location of the text file that represents the credentials to be loaded.

    The location of the text file that represents the credentials to be loaded. When no path is specified an "empty" com.twitter.finatra.utils.Credentials will be provided.

    See also

    com.twitter.finatra.utils.Credentials#isEmpty

    com.twitter.util.Credentials

  32. def currentStage(): Stage

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  33. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  34. def debug(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  35. def debugFutureResult[T](msg: String)(func: ⇒ Future[T]): Future[T]

    Attributes
    protected
    Definition Classes
    Logging
  36. def debugResult[T](msg: String)(func: ⇒ T): T

    Attributes
    protected
    Definition Classes
    Logging
  37. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  39. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  40. def error(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  41. def errorResult[T](msg: String)(func: ⇒ T): T

    Attributes
    protected
    Definition Classes
    Logging
  42. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  43. def flag[T](name: String, help: String)(implicit arg0: Flaggable[T], arg1: Manifest[T]): Flag[T]

    Attributes
    protected
    Definition Classes
    TwitterModuleFlags
  44. def flag[T](name: String, default: T, help: String)(implicit arg0: Flaggable[T]): Flag[T]

    Attributes
    protected
    Definition Classes
    TwitterModuleFlags
  45. val flags: ArrayBuffer[Flag[_]]

    Attributes
    protected[com.twitter.inject]
    Definition Classes
    TwitterModuleFlags
  46. def frameworkModules: Seq[Module]

    Attributes
    protected[com.twitter.inject]
    Definition Classes
    TwitterBaseModule
  47. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  48. def getMembersInjector[T](arg0: TypeLiteral[T]): MembersInjector[T]

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  49. def getMembersInjector[T](arg0: Class[T]): MembersInjector[T]

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  50. def getProvider[T](implicit arg0: Manifest[T]): Provider[T]

    Attributes
    protected
    Definition Classes
    TwitterModule
  51. def getProvider[T](arg0: Class[T]): Provider[T]

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  52. def getProvider[T](arg0: Key[T]): Provider[T]

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  53. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  54. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  55. def info(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  56. def infoResult[T](msg: String)(func: ⇒ T): T

    Attributes
    protected
    Definition Classes
    Logging
  57. def install(module: Module): Unit

    Attributes
    protected
    Definition Classes
    TwitterModule → AbstractModule
  58. def isDebugEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  59. def isErrorEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  60. def isInfoEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  61. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  62. def isTraceEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  63. def isWarnEnabled: Boolean

    Attributes
    protected
    Definition Classes
    Logging
  64. def logger: Logger

    Attributes
    protected
    Definition Classes
    Logging → Logging
  65. def loggerName: String

    Attributes
    protected
    Definition Classes
    Logging
  66. def modules: Seq[Module]

    Attributes
    protected[com.twitter.inject]
    Definition Classes
    TwitterBaseModule
  67. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  68. final def notify(): Unit

    Definition Classes
    AnyRef
  69. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  70. def providesCredentials: Credentials

    Annotations
    @Singleton() @Provides()
  71. def requestInjection(arg0: Any): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  72. def requestStaticInjection(arg0: <repeated...>[Class[_]]): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  73. def requireBinding(arg0: Class[_]): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  74. def requireBinding(arg0: Key[_]): Unit

    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  75. def singletonShutdown(injector: Injector): Unit

    Attributes
    protected[com.twitter.inject]
    Definition Classes
    TwitterModuleLifecycle
  76. def singletonStartup(injector: Injector): Unit

    Attributes
    protected[com.twitter.inject]
    Definition Classes
    TwitterModuleLifecycle
  77. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  78. def time[T](formatStr: String)(func: ⇒ T): T

    Attributes
    protected
    Definition Classes
    Logging
  79. def toString(): String

    Definition Classes
    AnyRef → Any
  80. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  81. def trace(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  82. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  85. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Attributes
    protected
    Definition Classes
    Logging
  86. def warn(msg: ⇒ Any): Unit

    Attributes
    protected
    Definition Classes
    Logging
  87. def warnResult[T](msg: String)(func: ⇒ T): T

    Attributes
    protected
    Definition Classes
    Logging

Inherited from TwitterModule

Inherited from Logging

Inherited from Logging

Inherited from TwitterBaseModule

Inherited from TwitterModuleLifecycle

Inherited from TwitterModuleFlags

Inherited from AbstractModule

Inherited from Module

Inherited from AnyRef

Inherited from Any

Ungrouped