Package | Description |
---|---|
com.ongres.scram.common.gssapi | |
com.ongres.scram.common.message |
Modifier and Type | Method | 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 | Description |
---|---|---|
static Gs2Attributes |
Gs2Attributes.byGS2CbindFlag(Gs2CbindFlag cbindFlag) |
Constructor | 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 | Description |
---|---|---|
Gs2CbindFlag |
ClientFirstMessage.getChannelBindingFlag() |
Constructor | Description |
---|---|
ClientFirstMessage(Gs2CbindFlag gs2CbindFlag,
String authzid,
String cbindName,
String user,
String nonce) |
Constructs a client-first-message for the given parameters.
|
Copyright © 2017–2018. All rights reserved.