Interface | Description |
---|---|
HashStrategy |
Determines how the hashing is computed in the implementation You can implement this to provide a different hashing
strategy to the default.
|
MongoAuth |
An extension of AuthProvider which is using
MongoClient as store |
Class | Description |
---|---|
MongoAuthOptions |
Options configuring Mongo authentication.
|
MongoAuthOptionsConverter |
Converter for
MongoAuthOptions . |
Enum | Description |
---|---|
HashAlgorithm | |
HashSaltStyle |
Password hash salt configuration.
|
Exception | Description |
---|---|
AuthenticationException |
Signals an error inside the authentication process
|
Copyright © 2023 Eclipse. All rights reserved.