Package | Description |
---|---|
com.ongres.scram.client |
Modifier and Type | Method and 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(NonceSupplier) . |
ScramClient.Builder |
ScramClient.Builder.nonceSupplier(NonceSupplier nonceSupplier)
Optional call.
|
ScramClient.Builder |
ScramClient.Builder.secureRandomAlgorithmProvider(String algorithm,
String provider)
Optional call.
|
ScramClient.Builder |
ScramClient.PreBuilder2.selectClientMechanism(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 © 2019–2024. All rights reserved.