Modifier and Type | Method | Description |
---|---|---|
ScramClient.Builder |
ScramClient.Builder.nonceLength(int length) |
Sets a non-default (
ScramClient.DEFAULT_NONCE_LENGTH ) length for the nonce generation,
if no alternate nonceSupplier is provided via nonceSupplier(Supplier) . |
ScramClient.Builder |
ScramClient.Builder.nonceSupplier(Supplier<String> nonceSupplier) |
Optional call.
|
ScramClient.Builder |
ScramClient.Builder.secureRandomAlgorithmProvider(String algorithm,
String provider) |
Optional call.
|
ScramClient.Builder |
ScramClient.PreBuilder2.selectClientMechanism(com.ongres.scram.common.ScramMechanism scramMechanism) |
Select a fixed client mechanism.
|
ScramClient.Builder |
ScramClient.PreBuilder2.selectMechanismBasedOnServerAdvertised(String... serverMechanisms) |
Inform the client of the SCRAM mechanisms supported by the server.
|
ScramClient.Builder |
ScramClient.PreBuilder2.selectMechanismBasedOnServerAdvertisedCsv(String serverMechanismsCsv) |
Inform the client of the SCRAM mechanisms supported by the server.
|
Copyright © 2017–2018. All rights reserved.