Package | Description |
---|---|
com.ongres.scram.client | |
com.ongres.scram.common.gssapi | |
com.ongres.scram.common.message |
Modifier and Type | Field and Description |
---|---|
private Gs2CbindFlag |
ScramClient.ChannelBinding.gs2CbindFlag |
Modifier and Type | Method and Description |
---|---|
Gs2CbindFlag |
ScramClient.ChannelBinding.gs2CbindFlag() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ScramSession.clientFirstMessage(Gs2CbindFlag gs2CbindFlag,
java.lang.String cbindName,
java.lang.String authzid)
Returns the text representation of a SCRAM client-first-message, with the GSS-API header values indicated.
|
Constructor and Description |
---|
ChannelBinding(Gs2CbindFlag gs2CbindFlag) |
Modifier and Type | Method and Description |
---|---|
static Gs2CbindFlag |
Gs2CbindFlag.byChar(char c) |
Gs2CbindFlag |
Gs2Header.getChannelBindingFlag() |
static Gs2CbindFlag |
Gs2CbindFlag.valueOf(java.lang.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,
java.lang.String cbName)
Construct and validates a Gs2Header with no authzid.
|
Gs2Header(Gs2CbindFlag cbindFlag,
java.lang.String cbName,
java.lang.String authzid)
Construct and validates a Gs2Header.
|
Modifier and Type | Method and Description |
---|---|
Gs2CbindFlag |
ClientFirstMessage.getChannelBindingFlag() |
Modifier and Type | Method and Description |
---|---|
private static Gs2Header |
ClientFirstMessage.gs2Header(Gs2CbindFlag gs2CbindFlag,
java.lang.String authzid,
java.lang.String cbindName) |
Constructor and Description |
---|
ClientFirstMessage(Gs2CbindFlag gs2CbindFlag,
java.lang.String authzid,
java.lang.String cbindName,
java.lang.String user,
java.lang.String nonce)
Constructs a client-first-message for the given parameters.
|