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
Subclasses with type arguments of type AbstractSaslSCRAM.BindType in tigase.auth.mechanismsMethods in tigase.auth.mechanisms that return AbstractSaslSCRAM.BindTypeModifier and TypeMethodDescriptionstatic AbstractSaslSCRAM.BindTypeReturns 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 voidAbstractSaslSCRAM.checkRequestedBindType(AbstractSaslSCRAM.BindType requestedBindType) protected voidSaslSCRAM.checkRequestedBindType(AbstractSaslSCRAM.BindType requestedBindType) protected voidSaslSCRAMPlus.checkRequestedBindType(AbstractSaslSCRAM.BindType requestedBindType) protected voidSaslSCRAMSha256.checkRequestedBindType(AbstractSaslSCRAM.BindType requestedBindType) protected voidSaslSCRAMSha256Plus.checkRequestedBindType(AbstractSaslSCRAM.BindType requestedBindType) protected voidSaslSCRAMSha512.checkRequestedBindType(AbstractSaslSCRAM.BindType requestedBindType) protected voidSaslSCRAMSha512Plus.checkRequestedBindType(AbstractSaslSCRAM.BindType requestedBindType) protected voidAbstractSaslSCRAM.validateBindingsData(AbstractSaslSCRAM.BindType requestedBindType, byte[] bindingData)