![JAR search and dependency download from the Maven repository](/logo.png)
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