Package com.ongres.scram.client
Class ScramClient.PreBuilder1
java.lang.Object
com.ongres.scram.client.ScramClient.PreBuilder1
- Direct Known Subclasses:
ScramClient.PreBuilder2
- Enclosing class:
- ScramClient
This class is not meant to be used directly.
Use
ScramClient.channelBinding(ChannelBinding)
instead.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstringPreparation
(StringPreparation stringPreparation) Selects the string preparation algorithm to use by the client.
-
Field Details
-
channelBinding
-
-
Constructor Details
-
PreBuilder1
-
-
Method Details
-
stringPreparation
public ScramClient.PreBuilder2 stringPreparation(StringPreparation stringPreparation) throws IllegalArgumentException Selects the string preparation algorithm to use by the client.- Parameters:
stringPreparation
- The string preparation algorithm- Throws:
IllegalArgumentException
- If stringPreparation is null
-