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
public static class ScramClient.PreBuilder1 extends Object
This class is not meant to be used directly. UseScramClient.channelBinding(ChannelBinding)
instead.
-
-
Field Summary
Fields Modifier and Type Field Description protected ScramClient.ChannelBinding
channelBinding
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScramClient.PreBuilder2
stringPreparation(StringPreparation stringPreparation)
Selects the string preparation algorithm to use by the client.
-
-
-
Field Detail
-
channelBinding
protected final ScramClient.ChannelBinding channelBinding
-
-
Method Detail
-
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
-
-