Uses of Class
com.ongres.scram.client.ScramClient
-
Packages that use ScramClient Package Description com.ongres.scram.client This module expose the client implementation of Salted Challenge Response Authentication Mechanism (SCRAM). -
-
Uses of ScramClient in com.ongres.scram.client
Methods in com.ongres.scram.client that return ScramClient Modifier and Type Method Description ScramClient
ScramClient.Builder. build()
ScramClient
ScramClient.FinalBuildStage. build()
Returns the fully contructed ScramClient ready to start the message flow with the server.
-