vertx / io.vertx.ext.auth.mongo

Package io.vertx.ext.auth.mongo

Types

HashStrategy

interface HashStrategy

Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.

MongoAuth

interface MongoAuth : AuthProvider

An extension of AuthProvider which is using MongoClient as store

MongoAuthOptionsConverter

open class MongoAuthOptionsConverter

Converter for io.vertx.ext.auth.mongo.MongoAuthOptions. NOTE: This class has been automatically generated from the io.vertx.ext.auth.mongo.MongoAuthOptions original class using Vert.x codegen.

Exceptions

AuthenticationException

open class AuthenticationException : RuntimeException

Signals an error inside the authentication process