Uses of Class
tigase.auth.mechanisms.AbstractSaslSCRAM.BindType
-
Packages that use AbstractSaslSCRAM.BindType Package Description tigase.auth.callbacks tigase.auth.mechanisms -
-
Uses of AbstractSaslSCRAM.BindType in tigase.auth.callbacks
Methods in tigase.auth.callbacks that return AbstractSaslSCRAM.BindType Modifier and Type Method Description AbstractSaslSCRAM.BindTypeChannelBindingCallback. getRequestedBindType()Constructors in tigase.auth.callbacks with parameters of type AbstractSaslSCRAM.BindType Constructor Description ChannelBindingCallback(java.lang.String prompt, AbstractSaslSCRAM.BindType requestedBindType) -
Uses of AbstractSaslSCRAM.BindType in tigase.auth.mechanisms
Methods in tigase.auth.mechanisms that return AbstractSaslSCRAM.BindType Modifier and Type Method Description static AbstractSaslSCRAM.BindTypeAbstractSaslSCRAM.BindType. valueOf(java.lang.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.Methods in tigase.auth.mechanisms with parameters of type AbstractSaslSCRAM.BindType Modifier and Type Method Description protected 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)
-