Packages

class AuthModule extends AbstractModule with ScalaModule

Linear Supertypes
ScalaModule, InternalModule[Binder], AbstractModule, Module, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuthModule
  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 AuthModule()

Type Members

  1. class BindingBuilder[T] extends ScalaAnnotatedBindingBuilder[T]
    Definition Classes
    InternalModule

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addError(arg0: Message): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  5. def addError(arg0: Throwable): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  6. def addError(arg0: String, arg1: <repeated...>[AnyRef]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
    Annotations
    @transient()
  7. def annotatedWith[A <: Annotation](implicit arg0: ClassTag[A]): Matcher[AnnotatedElement]
    Attributes
    protected[this]
    Definition Classes
    InternalModule
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def bind[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): BindingBuilder[T]
    Attributes
    protected[this]
    Definition Classes
    InternalModule
  10. def bind[T](arg0: Class[T]): AnnotatedBindingBuilder[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  11. def bind[T](arg0: TypeLiteral[T]): AnnotatedBindingBuilder[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  12. def bind[T](arg0: Key[T]): LinkedBindingBuilder[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  13. def bindConstant(): AnnotatedConstantBindingBuilder
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  14. def bindInterceptor[I <: MethodInterceptor](classMatcher: Matcher[_ >: Class[_]], methodMatcher: Matcher[_ >: AnnotatedElement])(implicit arg0: ClassTag[I]): Unit
    Attributes
    protected[this]
    Definition Classes
    InternalModule
  15. def bindInterceptor(arg0: Matcher[_ >: Class[_]], arg1: Matcher[_ >: Method], arg2: <repeated...>[MethodInterceptor]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
    Annotations
    @transient()
  16. def bindListener(arg0: Matcher[_ >: Binding[_]], arg1: <repeated...>[ProvisionListener]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
    Annotations
    @transient()
  17. def bindListener(arg0: Matcher[_ >: TypeLiteral[_]], arg1: TypeListener): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  18. def bindScope[T <: Annotation](scope: Scope)(implicit arg0: ClassTag[T]): Unit
    Attributes
    protected[this]
    Definition Classes
    InternalModule
  19. def bindScope(arg0: Class[_ <: Annotation], arg1: Scope): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  20. def binder(): Binder
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  21. def binderAccess: Binder
    Attributes
    protected[this]
    Definition Classes
    ScalaModule → InternalModule
  22. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. def configure(): Unit
    Definition Classes
    AuthModule → AbstractModule
  24. final def configure(arg0: Binder): Unit
    Definition Classes
    AbstractModule → Module
  25. def convertToTypes(arg0: Matcher[_ >: TypeLiteral[_]], arg1: TypeConverter): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  26. def currentStage(): Stage
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  27. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def getMembersInjector[T](implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): MembersInjector[T]
    Attributes
    protected[this]
    Definition Classes
    InternalModule
  32. def getMembersInjector[T](arg0: TypeLiteral[T]): MembersInjector[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  33. def getMembersInjector[T](arg0: Class[T]): MembersInjector[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  34. def getProvider[T](implicit arg0: ClassTag[T]): Provider[T]
    Attributes
    protected[this]
    Definition Classes
    InternalModule
  35. def getProvider[T](arg0: Class[T]): Provider[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  36. def getProvider[T](arg0: Key[T]): Provider[T]
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. def install(arg0: Module): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  43. def provideAuthInfoRepository(password: PasswordInfoService, oauth2: OAuth2InfoService): AuthInfoRepository
    Annotations
    @Provides()
  44. def provideAuthenticatorCrypter(config: Configuration): Crypter
    Annotations
    @Provides()
  45. def provideAuthenticatorService(cookieSigner: Signer, crypter: Crypter, encoding: DefaultCookieHeaderEncoding, fpg: FingerprintGenerator, idg: IDGenerator, config: Configuration, clock: Clock): AuthenticatorService[CookieAuthenticator]
    Annotations
    @Provides()
  46. def provideAvatarService(httpLayer: HTTPLayer): AvatarService
    Annotations
    @Provides()
  47. def provideCredentialsProvider(authInfoRepository: AuthInfoRepository, passwordHasher: PasswordHasher): CredentialsProvider
    Annotations
    @Provides()
  48. def provideCsrfStateItemHandler(idGenerator: IDGenerator, signer: Signer, configuration: Configuration): CsrfStateItemHandler
    Annotations
    @Provides()
  49. def provideEnvironment(authenticatorService: AuthenticatorService[CookieAuthenticator], eventBus: EventBus, userSearchService: SystemUserSearchService): Environment[AuthEnv]
    Annotations
    @Provides()
  50. def provideGoogleProvider(httpLayer: HTTPLayer, socialStateHandler: SocialStateHandler, config: Configuration): GoogleProvider
    Annotations
    @Provides()
  51. def provideHTTPLayer(client: WSClient): HTTPLayer
    Annotations
    @Provides()
  52. def provideSigner(config: Configuration): Signer
    Annotations
    @Provides()
  53. def provideSocialProviderRegistry(googleProvider: GoogleProvider): SocialProviderRegistry
    Annotations
    @Provides()
  54. def provideSocialStateHandler(csrfStateItemHandler: CsrfStateItemHandler, signer: Signer): SocialStateHandler
    Annotations
    @Provides()
  55. def requestInjection(arg0: Any): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  56. def requestStaticInjection[T]()(implicit arg0: ClassTag[T]): Unit
    Attributes
    protected[this]
    Definition Classes
    InternalModule
  57. def requestStaticInjection(arg0: <repeated...>[Class[_]]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
    Annotations
    @transient()
  58. def requireBinding(arg0: Class[_]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  59. def requireBinding(arg0: Key[_]): Unit
    Attributes
    protected[inject]
    Definition Classes
    AbstractModule
  60. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ScalaModule

Inherited from InternalModule[Binder]

Inherited from AbstractModule

Inherited from Module

Inherited from AnyRef

Inherited from Any

Ungrouped