Uses of Enum Class
tigase.auth.mechanisms.AbstractSaslSCRAM.BindType
Packages that use AbstractSaslSCRAM.BindType
-
Uses of AbstractSaslSCRAM.BindType in tigase.auth.callbacks
Methods in tigase.auth.callbacks that return AbstractSaslSCRAM.BindTypeConstructors in tigase.auth.callbacks with parameters of type AbstractSaslSCRAM.BindTypeModifierConstructorDescriptionChannelBindingCallback
(String prompt, AbstractSaslSCRAM.BindType requestedBindType) -
Uses of AbstractSaslSCRAM.BindType in tigase.auth.mechanisms
Methods in tigase.auth.mechanisms that return AbstractSaslSCRAM.BindTypeModifier and TypeMethodDescriptionstatic AbstractSaslSCRAM.BindType
Returns the enum constant of this class with the specified name.static AbstractSaslSCRAM.BindType[]
AbstractSaslSCRAM.BindType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in tigase.auth.mechanisms with parameters of type AbstractSaslSCRAM.BindTypeModifier and TypeMethodDescriptionprotected abstract void
AbstractSaslSCRAM.checkRequestedBindType
(AbstractSaslSCRAM.BindType requestedBindType) protected void
SaslSCRAM.checkRequestedBindType
(AbstractSaslSCRAM.BindType requestedBindType) protected void
SaslSCRAMPlus.checkRequestedBindType
(AbstractSaslSCRAM.BindType requestedBindType) protected void
SaslSCRAMSha256.checkRequestedBindType
(AbstractSaslSCRAM.BindType requestedBindType) protected void
SaslSCRAMSha256Plus.checkRequestedBindType
(AbstractSaslSCRAM.BindType requestedBindType) protected void
SaslSCRAMSha512.checkRequestedBindType
(AbstractSaslSCRAM.BindType requestedBindType) protected void
SaslSCRAMSha512Plus.checkRequestedBindType
(AbstractSaslSCRAM.BindType requestedBindType) protected void
AbstractSaslSCRAM.validateBindingsData
(AbstractSaslSCRAM.BindType requestedBindType, byte[] bindingData)