Uses of Class
com.impossibl.postgres.protocol.sasl.scram.client.ScramSession
-
Packages that use ScramSession Package Description com.impossibl.postgres.protocol.sasl.scram.client -
-
Uses of ScramSession in com.impossibl.postgres.protocol.sasl.scram.client
Methods in com.impossibl.postgres.protocol.sasl.scram.client that return ScramSession Modifier and Type Method Description ScramSession
ScramSessionFactory. start(String user)
Instantiates aScramSession
for the specified user with this factory's selected mechanism and algorithmic features.
-