| Package | Description |
|---|---|
| com.ongres.scram.common |
This package expose the messages used to implement a client/server of Salted Challenge Response
Authentication Mechanism (SCRAM).
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Gs2CbindFlag |
Gs2Header.getChannelBindingFlag()
Return the channel binding flag.
|
static Gs2CbindFlag |
Gs2CbindFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gs2CbindFlag[] |
Gs2CbindFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ClientFirstMessage(@NotNull Gs2CbindFlag gs2CbindFlag,
@Nullable String cbindName,
@Nullable String authzid,
@NotNull String username,
@NotNull String clientNonce)
Constructs a client-first-message for the given parameters.
|
Gs2Header(@NotNull Gs2CbindFlag cbindFlag)
Construct and validates a Gs2Header with no authzid nor channel binding.
|
Gs2Header(@NotNull Gs2CbindFlag cbindFlag,
@Nullable String cbName)
Construct and validates a Gs2Header with no authzid.
|
Gs2Header(@NotNull Gs2CbindFlag cbindFlag,
@Nullable String cbName,
@Nullable String authzid)
Construct and validates a Gs2Header.
|
Copyright © 2017–2025 OnGres, Inc. All rights reserved.