Package | Description |
---|---|
com.ongres.scram.client | |
com.ongres.scram.common.gssapi | |
com.ongres.scram.common.message |
Modifier and Type | Method and Description |
---|---|
Gs2CbindFlag |
ScramClient.ChannelBinding.gs2CbindFlag() |
Modifier and Type | Method and Description |
---|---|
String |
ScramSession.clientFirstMessage(Gs2CbindFlag gs2CbindFlag,
String cbindName,
String authzid)
Returns the text representation of a SCRAM client-first-message, with the GSS-API header values indicated.
|
Modifier and Type | Method and Description |
---|---|
static Gs2CbindFlag |
Gs2CbindFlag.byChar(char c) |
Gs2CbindFlag |
Gs2Header.getChannelBindingFlag() |
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.
|
Modifier and Type | Method and Description |
---|---|
static Gs2Attributes |
Gs2Attributes.byGS2CbindFlag(Gs2CbindFlag cbindFlag) |
Constructor and Description |
---|
Gs2Header(Gs2CbindFlag cbindFlag)
Construct and validates a Gs2Header with no authzid nor channel binding.
|
Gs2Header(Gs2CbindFlag cbindFlag,
String cbName)
Construct and validates a Gs2Header with no authzid.
|
Gs2Header(Gs2CbindFlag cbindFlag,
String cbName,
String authzid)
Construct and validates a Gs2Header.
|
Modifier and Type | Method and Description |
---|---|
Gs2CbindFlag |
ClientFirstMessage.getChannelBindingFlag() |
Constructor and Description |
---|
ClientFirstMessage(Gs2CbindFlag gs2CbindFlag,
String authzid,
String cbindName,
String user,
String nonce)
Constructs a client-first-message for the given parameters.
|
Copyright © 2019–2022. All rights reserved.