Uses of Class
com.ongres.scram.client.ScramClient.Builder
Packages that use ScramClient.Builder
-
Uses of ScramClient.Builder in com.ongres.scram.client
Methods in com.ongres.scram.client that return ScramClient.BuilderModifier and TypeMethodDescriptionScramClient.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.Builder.nonceSupplier
(NonceSupplier nonceSupplier) Optional call.ScramClient.Builder.secureRandomAlgorithmProvider
(String algorithm, String provider) Optional call.ScramClient.PreBuilder2.selectClientMechanism
(ScramMechanism scramMechanism) Select a fixed client mechanism.ScramClient.PreBuilder2.selectMechanismBasedOnServerAdvertised
(String... serverMechanisms) Inform the client of the SCRAM mechanisms supported by the server.ScramClient.PreBuilder2.selectMechanismBasedOnServerAdvertisedCsv
(String serverMechanismsCsv) Inform the client of the SCRAM mechanisms supported by the server.