Uses of Class
com.ongres.scram.client.ScramClient.Builder
-
-
Uses of ScramClient.Builder in com.ongres.scram.client
Methods in com.ongres.scram.client that return ScramClient.Builder Modifier and Type Method Description ScramClient.BuilderScramClient.Builder. nonceLength(int length)Sets a non-default (ScramClient.DEFAULT_NONCE_LENGTH) length for the nonce generation, if no alternate nonceSupplier is provided vianonceSupplier(NonceSupplier).ScramClient.BuilderScramClient.Builder. nonceSupplier(NonceSupplier nonceSupplier)Optional call.ScramClient.BuilderScramClient.Builder. secureRandomAlgorithmProvider(String algorithm, String provider)Optional call.ScramClient.BuilderScramClient.PreBuilder2. selectClientMechanism(com.ongres.scram.common.ScramMechanism scramMechanism)Select a fixed client mechanism.ScramClient.BuilderScramClient.PreBuilder2. selectMechanismBasedOnServerAdvertised(String... serverMechanisms)Inform the client of the SCRAM mechanisms supported by the server.ScramClient.BuilderScramClient.PreBuilder2. selectMechanismBasedOnServerAdvertisedCsv(String serverMechanismsCsv)Inform the client of the SCRAM mechanisms supported by the server.
-