Package com.ongres.scram.client
Interface ScramClient.MechanismsBuildStage
- Enclosing class:
ScramClient
public static interface ScramClient.MechanismsBuildStage
Builder stage for the advertised mechanisms.
-
Method Summary
Modifier and TypeMethodDescriptionadvertisedMechanisms(@NotNull Collection<@NotNull String> scramMechanisms) List of the advertised mechanisms that will be negotiated between the server and the client.
-
Method Details
-
advertisedMechanisms
ScramClient.UsernameBuildStage advertisedMechanisms(@NotNull @NotNull Collection<@NotNull String> scramMechanisms) List of the advertised mechanisms that will be negotiated between the server and the client.- Parameters:
scramMechanisms- list with the IANA-registered mechanism name of this SASL client- Returns:
thisbuilder for use in a chained invocation
-