UserListAuthenticator

Constructors

Link copied to clipboard
constructor(users: Map<String, PasswordHash>, rules: List<Authenticator.MethodRule>)

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun methodFor(user: String?, remoteAddress: String?): Authenticator.Method?
Link copied to clipboard
open fun revalidate(authResult: OAuthResult): OAuthResult
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun verifyPassword(user: String, password: String): AuthResult