Package | Description |
---|---|
tigase.auth.callbacks | |
tigase.auth.mechanisms |
Modifier and Type | Method and Description |
---|---|
AbstractSaslSCRAM.BindType |
ChannelBindingCallback.getRequestedBindType() |
Constructor and Description |
---|
ChannelBindingCallback(String prompt,
AbstractSaslSCRAM.BindType requestedBindType) |
Modifier and Type | Method and Description |
---|---|
static AbstractSaslSCRAM.BindType |
AbstractSaslSCRAM.BindType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSaslSCRAM.BindType[] |
AbstractSaslSCRAM.BindType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SaslSCRAMSha512Plus.checkRequestedBindType(AbstractSaslSCRAM.BindType requestedBindType) |
protected void |
SaslSCRAMSha512.checkRequestedBindType(AbstractSaslSCRAM.BindType requestedBindType) |
protected void |
SaslSCRAMSha256Plus.checkRequestedBindType(AbstractSaslSCRAM.BindType requestedBindType) |
protected void |
SaslSCRAMSha256.checkRequestedBindType(AbstractSaslSCRAM.BindType requestedBindType) |
protected void |
SaslSCRAMPlus.checkRequestedBindType(AbstractSaslSCRAM.BindType requestedBindType) |
protected void |
SaslSCRAM.checkRequestedBindType(AbstractSaslSCRAM.BindType requestedBindType) |
protected abstract void |
AbstractSaslSCRAM.checkRequestedBindType(AbstractSaslSCRAM.BindType requestedBindType) |
protected void |
AbstractSaslSCRAM.validateBindingsData(AbstractSaslSCRAM.BindType requestedBindType,
byte[] bindingData) |
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.