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 ScramSessionScramSessionFactory. start(String user)Instantiates aScramSessionfor the specified user with this factory's selected mechanism and algorithmic features.
-