Class ChineseVerificationCodeSendingStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected ChineseSmsService getChineseSmsService()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void send​(java.lang.String mobileNumber, java.lang.String code)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Send code to a mobile.
      void setChineseSmsService​(ChineseSmsService chineseSmsService)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChineseVerificationCodeSendingStrategy

        public ChineseVerificationCodeSendingStrategy()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • send

        public void send​(java.lang.String mobileNumber,
                         java.lang.String code)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Description copied from interface: VerificationCodeSendingStrategy
        Send code to a mobile.
        Specified by:
        send in interface VerificationCodeSendingStrategy
        Parameters:
        mobileNumber - The target mobile number.
        code - Verification code.
      • getChineseSmsService

        protected ChineseSmsService getChineseSmsService()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setChineseSmsService

        public void setChineseSmsService​(ChineseSmsService chineseSmsService)
        Deprecated, for removal: This API element is subject to removal in a future version.