static ScramSessionFactory.Builder |
ScramSessionFactory.builder() |
|
ScramSessionFactory.Builder |
ScramSessionFactory.Builder.channelBindMethod(String channelBindMethod) |
The selected/supported channel-bind method the client plans to use.
|
ScramSessionFactory.Builder |
ScramSessionFactory.Builder.nonceLength(int nonceLength) |
Optional call.
|
ScramSessionFactory.Builder |
ScramSessionFactory.Builder.preferChannelBindingMechanism(boolean preferChannelBinding) |
Determine whether the selection process should favor selecting a mechanism that requires channel
binding over a method that has a stronger algorithm.
|
ScramSessionFactory.Builder |
ScramSessionFactory.Builder.secureRandomAlgorithmProvider(String algorithm,
String provider) |
Optional call.
|
ScramSessionFactory.Builder |
ScramSessionFactory.Builder.serverAdvertisedMechanisms(Collection<String> serverAdvertisedMechanisms) |
Provide the list of mechanism names advertised by the server.
|
ScramSessionFactory.Builder |
ScramSessionFactory.Builder.stringPreparation(StringPreparation stringPreparation) |
Optional call.
|