All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.jeroenr.tepkin.auth.Authentication.scala Maven / Gradle / Ivy

package com.github.jeroenr.tepkin.auth

import akka.actor.ActorRef
import com.github.jeroenr.tepkin.MongoCredentials

trait Authentication {

  def authenticate(connection: ActorRef, databaseName: String, credentials: Option[MongoCredentials]): Unit

  def authenticated(connection: ActorRef): Unit
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy