Uses of Interface
com.ongres.scram.client.ScramClient.PasswordBuildStage
-
Packages that use ScramClient.PasswordBuildStage Package Description com.ongres.scram.client This module expose the client implementation of Salted Challenge Response Authentication Mechanism (SCRAM). -
-
Uses of ScramClient.PasswordBuildStage in com.ongres.scram.client
Classes in com.ongres.scram.client that implement ScramClient.PasswordBuildStage Modifier and Type Class Description (package private) static class
ScramClient.Builder
Builds instances of typeScramClient
.Methods in com.ongres.scram.client that return ScramClient.PasswordBuildStage Modifier and Type Method Description ScramClient.PasswordBuildStage
ScramClient.Builder. username(@NotNull java.lang.String username)
ScramClient.PasswordBuildStage
ScramClient.UsernameBuildStage. username(@NotNull java.lang.String username)
Sets the username.
-