Class

utils.silhouette

Module

Related Doc: package silhouette

Permalink

class Module extends AbstractModule with ScalaModule

The Guice module which wires all Silhouette dependencies.

Linear Supertypes
ScalaModule, InternalModule[Binder], AbstractModule, com.google.inject.Module, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Module
  2. ScalaModule
  3. InternalModule
  4. AbstractModule
  5. Module
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Module()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addError(arg0: Message): Unit

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

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

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  7. def annotatedWith[A <: Annotation](implicit arg0: Manifest[A]): Matcher[AnnotatedElement]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    InternalModule
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def bind[T](implicit arg0: Manifest[T]): ScalaAnnotatedBindingBuilder[T] { ... /* 2 definitions in type refinement */ }

    Permalink
    Attributes
    protected[this]
    Definition Classes
    InternalModule
  10. def bind[T](arg0: Class[T]): AnnotatedBindingBuilder[T]

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

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

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  13. def bindConstant(): AnnotatedConstantBindingBuilder

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  14. def bindInterceptor[I <: MethodInterceptor](classMatcher: Matcher[_ >: Class[_]], methodMatcher: Matcher[_ >: AnnotatedElement])(implicit arg0: Manifest[I]): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    InternalModule
  15. def bindInterceptor(arg0: Matcher[_ >: Class[_]], arg1: Matcher[_ >: Method], arg2: <repeated...>[MethodInterceptor]): Unit

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

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

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  18. def bindScope[T <: Annotation](scope: Scope)(implicit arg0: Manifest[T]): Unit

    Permalink
    Attributes
    protected[this]
    Definition Classes
    InternalModule
  19. def bindScope(arg0: Class[_ <: Annotation], arg1: Scope): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  20. def binder(): Binder

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  21. def binderAccess: Binder

    Permalink
    Attributes
    protected[this]
    Definition Classes
    ScalaModule → InternalModule
  22. def clone(): AnyRef

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

    Permalink

    Configures the module.

    Configures the module.

    Definition Classes
    Module → AbstractModule
  24. final def configure(arg0: Binder): Unit

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

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  26. def currentStage(): Stage

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  27. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def getMembersInjector[T](implicit arg0: Manifest[T]): MembersInjector[T]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    InternalModule
  32. def getMembersInjector[T](arg0: TypeLiteral[T]): MembersInjector[T]

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

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    InternalModule
  35. def getProvider[T](arg0: Class[T]): Provider[T]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. def install(arg0: com.google.inject.Module): Unit

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  39. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. def provideAuthInfoRepository(passwordInfoDAO: DelegableAuthInfoDAO[PasswordInfo]): AuthInfoRepository

    Permalink

    Provides the auth info repository.

    Provides the auth info repository.

    passwordInfoDAO

    The implementation of the delegable password auth info DAO.

    returns

    The auth info repository instance.

    Annotations
    @Provides()
  44. def provideAuthenticatorCookieSigner(configuration: Configuration): CookieSigner

    Permalink

    Provides the cookie signer for the authenticator.

    Provides the cookie signer for the authenticator.

    configuration

    The Play configuration.

    returns

    The cookie signer for the authenticator.

    Annotations
    @Provides()
  45. def provideAuthenticatorCrypter(configuration: Configuration): Crypter

    Permalink

    Provides the crypter for the authenticator.

    Provides the crypter for the authenticator.

    configuration

    The Play configuration.

    returns

    The crypter for the authenticator.

    Annotations
    @Provides()
  46. def provideCookieAuthenticatorService(cookieSigner: CookieSigner, crypter: Crypter, fingerprintGenerator: FingerprintGenerator, idGenerator: IDGenerator, configuration: Configuration, clock: Clock): AuthenticatorService[CookieAuthenticator]

    Permalink

    Provides the authenticator service.

    Provides the authenticator service.

    cookieSigner

    The cookie signer implementation.

    crypter

    The crypter implementation.

    fingerprintGenerator

    The fingerprint generator implementation.

    idGenerator

    The ID generator implementation.

    configuration

    The Play configuration.

    clock

    The clock instance.

    returns

    The authenticator service.

    Annotations
    @Provides()
  47. def provideCookieEnvironment(userService: UserService, authenticatorService: AuthenticatorService[CookieAuthenticator], eventBus: EventBus): Environment[CookieEnv]

    Permalink

    Provides the Silhouette environment.

    Provides the Silhouette environment.

    userService

    The user service implementation.

    authenticatorService

    The authentication service implementation.

    eventBus

    The event bus instance.

    returns

    The Silhouette environment.

    Annotations
    @Provides()
  48. def provideCredentialsProvider(authInfoRepository: AuthInfoRepository, passwordHasherRegistry: PasswordHasherRegistry): CredentialsProvider

    Permalink

    Provides the credentials provider.

    Provides the credentials provider.

    authInfoRepository

    The auth info repository implementation.

    passwordHasherRegistry

    The password hasher registry.

    returns

    The credentials provider.

    Annotations
    @Provides()
  49. def providePasswordHasherRegistry(passwordHasher: PasswordHasher): PasswordHasherRegistry

    Permalink

    Provides the password hasher registry.

    Provides the password hasher registry.

    passwordHasher

    The default password hasher implementation.

    returns

    The password hasher registry.

    Annotations
    @Provides()
  50. def provideTokenAuthenticatorService(idGenerator: IDGenerator, configuration: Configuration, clock: Clock): AuthenticatorService[BearerTokenAuthenticator]

    Permalink

    Provides the authenticator service.

    Provides the authenticator service.

    idGenerator

    The ID generator implementation.

    configuration

    The Play configuration.

    clock

    The clock instance.

    returns

    The authenticator service.

    Annotations
    @Provides()
  51. def provideTokenEnvironment(userService: UserService, authenticatorService: AuthenticatorService[BearerTokenAuthenticator], eventBus: EventBus): Environment[TokenEnv]

    Permalink

    Provides the Silhouette environment.

    Provides the Silhouette environment.

    userService

    The user service implementation.

    authenticatorService

    The authentication service implementation.

    eventBus

    The event bus instance.

    returns

    The Silhouette environment.

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

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

    Permalink
    Attributes
    protected[this]
    Definition Classes
    InternalModule
  54. def requestStaticInjection(arg0: <repeated...>[Class[_]]): Unit

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

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

    Permalink
    Attributes
    protected[com.google.inject]
    Definition Classes
    AbstractModule
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  58. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  59. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ScalaModule

Inherited from InternalModule[Binder]

Inherited from AbstractModule

Inherited from com.google.inject.Module

Inherited from AnyRef

Inherited from Any

Ungrouped