CN104660595A - Rapid APP registration and execution method - Google Patents

Rapid APP registration and execution method Download PDF

Info

Publication number
CN104660595A
CN104660595A CN201510069782.9A CN201510069782A CN104660595A CN 104660595 A CN104660595 A CN 104660595A CN 201510069782 A CN201510069782 A CN 201510069782A CN 104660595 A CN104660595 A CN 104660595A
Authority
CN
China
Prior art keywords
app
information
mobile terminal
server
characteristic information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510069782.9A
Other languages
Chinese (zh)
Inventor
李�昊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Chongqing Shan Shengyuan Science And Technology Ltd
Original Assignee
Chongqing Shan Shengyuan Science And Technology Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Chongqing Shan Shengyuan Science And Technology Ltd filed Critical Chongqing Shan Shengyuan Science And Technology Ltd
Priority to CN201510069782.9A priority Critical patent/CN104660595A/en
Publication of CN104660595A publication Critical patent/CN104660595A/en
Pending legal-status Critical Current

Links

Abstract

The invention provides a rapid APP registration and execution method which comprises the following steps: a, installing an APP client on a mobile terminal; b, initializing data, namely, acquiring characteristic information of the mobile terminal through the APP client; c, starting the APP client, transmitting an authentication request of the characteristic information of the mobile terminal to a server through the APP client, and meanwhile encrypting the authentication request information and the characteristic information of the mobile terminal, and transmitting to the server through the APP client; d, receiving the authentication request transmitted from the APP client through the server, and storing the characteristic information of a preset user, thereby completing registration. By adopting the rapid APP registration and execution method, registration can be automatically completed, a user name can be obtained, and moreover the situation that one same mobile terminal registers repeatedly can be avoided.

Description

A kind of APP fast registration and manner of execution
Technical field
The present invention relates to computer internet field, particularly a kind of APP fast registration and manner of execution.
Background technology
At present along with the develop rapidly of APP client software, various APP client software has not only enriched the life of people, and brings people huge facility experience when providing service to people.But a lot of software product needs just to provide service to user under user registers logging status.In this case, usually need user manually to carry out registration to log in.Such as, user manually inputs account and password is registered, and after succeeding in registration, more manually inputs the account that succeeds in registration and password logs in.In addition, when user registers, some software also needs user to be verified by short message to register.Such registration login method can cause the inconvenience of user, to the Consumer's Experience that user makes troubles.Part user can be unwilling to carry out manual registration and login because of not wanting to take the trouble, thus such user of running off.
Summary of the invention
In order to overcome the defect existed in above-mentioned prior art, the object of this invention is to provide a kind of APP fast registration and manner of execution, automatically can complete registration and obtain user name and same mobile terminal repeated registration can be avoided.
In order to realize above-mentioned purpose of the present invention, the invention provides a kind of APP fast registration and manner of execution, described fast registration comprises the following steps:
A. APP client is installed on mobile terminal;
B. initialization data, APP client obtains the characteristic information of described mobile terminal;
C. start APP client, APP user end to server sends the authentication request of this mobile terminal features information, and APP client is delivered to server after being encrypted by the characteristic information of authentication request information and mobile terminal simultaneously;
D. server receives the authentication request that APP client sends, and preserves the characteristic information of active user, completes registration.
User, namely can completing user registration automatically when installing APP first, gets user name and original password, manually inputs account and password is registered without user, does not also need short message certification.Thus greatly saved the time of user, also bring larger convenience to user.
Further, server judges whether this mobile terminal features information is registered after receiving the authentication request that APP client sends, if registered, then transfer existing characteristic information and response in APP client; If registration, then do not preserve the characteristic information of active user, complete registration.Avoid same mobile terminal repeated registration, also conveniently forget that the user of user name can give existing subscriber's name for change in time.
Preferably, if active user dials official 400 phone, server performs execute method by HttpClient, returns the json data of HttpResponse to client, server distributes a request number to client, and analogue mobile phone phone uses WIFI signal to dial.Use wireless network signal is dialed, and does not collect any expense.
HttpClient is the client programming kit supporting http protocol; Execute submits request to for performing server, and wherein get is that display is submitted to, and post is hidden submission of showing; HttpResponse is for encapsulation is from operation http response information, and server adjusts back request msg; Json data are data interchange formats of a kind of lightweight, it adopts the text formatting being totally independent of language, but also using the custom being similar to C language family, this data interchange language making json become desirable, be easy to people read and write, also be easy to machine resolve and generate simultaneously, thus make network transfer speeds fast.
Preferably, the characteristic information of described mobile terminal is International Mobile Equipment Identity code IMEI.International Mobile Equipment Identity code IMEI is unique sign that mobile terminal is produced, and has uniqueness, can avoid user's repeated registration.
Preferably, the encryption method of APP client to the characteristic information of authentication request information and mobile terminal is: be added by the characteristic information form of authentication request information and mobile terminal, then after addition result, one 1 and multiple 0 is filled, until it is a nonnegative integer that its position covers with sufficient N*512+448, N; After the characteristic information of the mobile terminal after filling additional one with message length before the filling of 64 binary representations, make the position of its information long=N*512+448+64=(N+1) * 512.
Further, also comprise step e.APP user end to server and send inquiry request, user profile is also saved in active user's account information by server response request automatically.
Preferably, the authentication request that APP user end to server sends this mobile terminal features information calls HttpPost request by HttpClient, solicited message comprises common request information and privately owned solicited message, described common request packets of information is containing interface parameters (channel), terminal iidentification (appId), terminal local timestamp (timestamp), terminal versions number (version) and interface version number (apiVersion), privately owned solicited message is with interface requests transmission of information, by interface parameters (channel), terminal iidentification (appId), terminal local timestamp (timestamp), terminal versions number (version), these five information formats of interface version number (apiVersion) are added and are encrypted.
HttpPost request is the one request submitting data to server to; Interface parameters (channel) can be terminal type, and when terminal is APP client, interface parameters is 0, and when terminal is micro-letter, interface parameters is 1; The openId that terminal iidentification (appId) is mobile phone IMEI number and micro-letter, openId is digital identity identification framework.
Further, APP client calls HttpPost request by HttpClient, and the encrypted result of the characteristic information of authentication request information and mobile terminal is delivered to server.
Further, steps d comprises the following steps:
D1. server catches the required parameter of APP client transmission by HttpServletRequest based on SpringMVC pattern;
D2. Data Analysis is passed through Business treatment (service) logical process, data processing is carried out in database alternation of bed (dao) calling data storehouse, generates user name and original password;
D3. user name and original password are returned to APP client by HttpServletResponse by server.
Wherein, HttpServletResponse is the sub-interface being exclusively used in http protocol, and it is for encapsulating http response message, obtains user json data message.
SpringMVC is the subsequent product belonging to SpringFrameWork, has merged inside Spring WebFlow.Spring framework provides the global function MVC module building web application.Use Spring insertable MVC framework, can select to be use built-in Spring Web framework can also be the such Web framework of Struts.
HttpServletRequest is common interface class, inherits the request sent from ServletRequest. client browser and is encapsulated into a HttpServletRequest object.All information comprises the address of request, the parameter of request, the data of submission, and the ip of the file client uploaded even client operating system is included in it.
Service is the Business treatment of SpringMVC, process applied logic.
The invention has the beneficial effects as follows: user, namely can completing user registration automatically when installing APP first, gets username and password, and manually input account without user and password is registered, also do not need short message certification.Thus greatly saved the time of user, also bring larger convenience to user.In addition this register method effectively can avoid repeated registration, and efficiently solves the problem that user forgets user name.In addition, in the method, analogue mobile phone phone uses WIFI signal to dial, and makes user decrease the expense of communication aspects when using software.
Additional aspect of the present invention and advantage will part provide in the following description, and part will become obvious from the following description, or be recognized by practice of the present invention.
Accompanying drawing explanation
Above-mentioned and/or additional aspect of the present invention and advantage will become obvious and easy understand from accompanying drawing below combining to the description of embodiment, wherein:
Fig. 1 is schematic flow sheet of the present invention.
Embodiment
Be described below in detail embodiments of the invention, the example of described embodiment is shown in the drawings, and wherein same or similar label represents same or similar element or has element that is identical or similar functions from start to finish.Being exemplary below by the embodiment be described with reference to the drawings, only for explaining the present invention, and can not limitation of the present invention being interpreted as.
As shown in Figure 1, the invention provides a kind of APP fast registration and manner of execution, described fast registration comprises the following steps:
A. APP client is installed on mobile terminal;
B. initialization data, APP client obtains the characteristic information of described mobile terminal;
C. start APP client, APP user end to server sends the authentication request of this mobile terminal features information, and APP client is delivered to server after being encrypted by the characteristic information of authentication request information and mobile terminal simultaneously;
D. server receives the authentication request that APP client sends, and preserves the characteristic information of active user, completes registration.
Wherein, APP client calls HttpPost request by HttpClient, and the encrypted result of the characteristic information of authentication request information and mobile terminal is delivered to server.The authentication request that APP user end to server sends this mobile terminal features information calls HttpPost request by HttpClient, solicited message comprises common request information and privately owned solicited message, described common request packets of information is containing interface parameters (channel), terminal iidentification (appId), terminal local timestamp (timestamp), terminal versions number (version) and interface version number (apiVersion), privately owned solicited message is with interface requests transmission of information, by interface parameters (channel), terminal iidentification (appId), terminal local timestamp (timestamp), terminal versions number (version), these five information formats of interface version number (apiVersion) are added and are encrypted.
HttpPost request is the one request submitting data to server to; Interface parameters (channel) can be terminal type, and when terminal is APP client, interface parameters is 0, and when terminal is micro-letter, interface parameters is 1; The openId that terminal iidentification (appId) is mobile phone IMEI number and micro-letter, openId is digital identity identification framework.
Preferably, steps d comprises the following steps:
D1. server catches the required parameter of APP client transmission by HttpServletRequest based on SpringMVC pattern;
D2. Data Analysis is passed through Business treatment (service) logical process, data processing is carried out in database alternation of bed (dao) calling data storehouse, generates user name and original password;
D3. user name and original password are returned to APP client by HttpServletResponse by server.
SpringMVC is the subsequent product belonging to SpringFrameWork, has merged inside Spring WebFlow.Spring framework provides the global function MVC module building web application.Use Spring insertable MVC framework, can select to be use built-in Spring Web framework can also be the such Web framework of Struts.
HttpServletRequest is common interface class, inherits the request sent from ServletRequest. client browser and is encapsulated into a HttpServletRequest object.All information comprises the address of request, the parameter of request, the data of submission, and the ip of the file client uploaded even client operating system is included in it.
Service is the Business treatment of SpringMVC, process applied logic.
As preferred embodiment, server judges whether this mobile terminal features information is registered after receiving the authentication request that APP client sends, if registered, then transfer existing characteristic information and response in APP client; If registration, then do not preserve the characteristic information of active user, complete registration.Avoid repeated registration, also conveniently forget that the user of user name can give existing subscriber's name for change in time.
In the present embodiment, if active user dials official 400 phone, server performs execute method by HttpClient, the json data of HttpResponse are returned to client, server distributes a request number to client, analogue mobile phone phone uses WIFI signal to dial, and uses wireless network signal to dial, does not collect any expense.
In the present embodiment, the characteristic information of described mobile terminal is International Mobile Equipment Identity code IMEI.International Mobile Equipment Identity code IMEI is unique sign that mobile terminal is produced, and has uniqueness, can avoid user's repeated registration.
The encryption method of APP client to the characteristic information of authentication request information and mobile terminal is: be added by the characteristic information form of authentication request information and mobile terminal, then after addition result, one 1 and multiple 0 is filled, until it is a nonnegative integer that its position covers with sufficient N*512+448, N; After the characteristic information of the mobile terminal after filling additional one with message length before the filling of 64 binary representations, make the position of its information long=N*512+448+64=(N+1) * 512.
This method also comprises step e.APP user end to server and sends inquiry request, and user profile is also saved in active user's account information by server response request automatically.Such as inquiring information of goods, positional information etc., can carry out shopping operation by the connection of the Internet, and retain shopping information in active user's account.
User downloads APP client, after successful installation, click enters initialization operation, telephonyManager.getDeviceId () is utilized to obtain user mobile phone IMEI number, obtain successfully, by interface parameters channel (the micro-letter of terminal type 0.app 1.), appId terminal iidentification (openId of mobile phone IMEI number and micro-letter), terminal local timestamp timestamp, terminal versions version, interface version number apiVersion 5 field formats are added and are encrypted, here md5 encryption can be adopted, such as { channel:0, appId:123456, timestamp:5938475983, version:v1.0, apiVsersion:v1.0.0, key:asdklj123asdkjpdfp}, this form is called HttpPost request with json data format by HttpClient, import data into server, server catches the required parameter of APP client transmission by HttpServletRequest based on SpringMVC pattern, by Data Analysis by service layer logical process, data processing is carried out in database alternation of bed and dao layer calling data storehouse, now user succeeds in registration, finally by HttpServletResponse, json data are returned to APP client notice to succeed in registration.
In the present embodiment, TelephonyManager class provides a series of get method for accessing the state relevant to mobile communication and information, comprising state and information, the state of communication network and the information of cellphone subscriber of mobile phone SIM.These get methods can be used in the application to obtain related data.TelephonyManager.getDeviceId () obtains user mobile phone IMEI number, i.e. unique identities identifier.
User, namely can completing user registration automatically when installing APP first, gets user name and original password, and manually inputs account without user and password is registered, and does not also need short message certification.Thus greatly saved the time of user, also bring larger convenience to user.
In the description of this specification, specific features, structure, material or feature that the description of reference term " embodiment ", " some embodiments ", " example ", " concrete example " or " some examples " etc. means to describe in conjunction with this embodiment or example are contained at least one embodiment of the present invention or example.In this manual, identical embodiment or example are not necessarily referred to the schematic representation of above-mentioned term.And the specific features of description, structure, material or feature can combine in an appropriate manner in any one or more embodiment or example.
Although illustrate and describe embodiments of the invention, those having ordinary skill in the art will appreciate that: can carry out multiple change, amendment, replacement and modification to these embodiments when not departing from principle of the present invention and aim, scope of the present invention is by claim and equivalents thereof.

Claims (9)

1. APP fast registration and a manner of execution, is characterized in that, described fast registration comprises the following steps:
A. APP client is installed on mobile terminal;
B. initialization data, APP client obtains the characteristic information of described mobile terminal;
C. start APP client, APP user end to server sends the authentication request of this mobile terminal features information, and APP client is delivered to server after being encrypted by the characteristic information of authentication request information and mobile terminal simultaneously;
D. server receives the authentication request that APP client sends, and preserves the characteristic information of active user, completes registration.
2. APP fast registration according to claim 1 and manner of execution, it is characterized in that, server judges whether this mobile terminal features information is registered after receiving the authentication request that APP client sends, if registered, then transfer existing characteristic information and respond in APP client; If registration, then do not preserve the characteristic information of active user, complete registration.
3. APP fast registration according to claim 1 and and manner of execution, it is characterized in that, if active user dials official 400 phone, server performs execute method by HttpClient, the json data of HttpResponse are returned to client, server distributes a request number to client, and analogue mobile phone phone uses WIFI signal to dial.
4. APP fast registration according to claim 1 and manner of execution, is characterized in that, the characteristic information of described mobile terminal is International Mobile Equipment Identity code IMEI.
5. APP fast registration according to claim 1 and manner of execution, it is characterized in that, the encryption method of APP client to the characteristic information of authentication request information and mobile terminal is: be added by the characteristic information form of authentication request information and mobile terminal, then after addition result, one 1 and multiple 0 is filled, until it is a nonnegative integer that its position covers with sufficient N*512+448, N; After the characteristic information of the mobile terminal after filling additional one with message length before the filling of 64 binary representations, make the position of its information long=N*512+448+64=(N+1) * 512.
6. a kind of APP fast registration according to claim 1 and manner of execution, is characterized in that, also comprise step e.APP user end to server and send inquiry request, user profile is also saved in active user's account information by server response request automatically.
7. a kind of APP fast registration according to claim 1 and manner of execution, it is characterized in that, the authentication request that APP user end to server sends this mobile terminal features information calls HttpPost request by HttpClient, solicited message comprises common request information and privately owned solicited message, described common request packets of information is containing interface parameters (channel), terminal iidentification (appId), terminal local timestamp (timestamp), terminal versions number (version) and interface version number (apiVersion), privately owned solicited message is with interface requests transmission of information, by interface parameters (channel), terminal iidentification (appId), terminal local timestamp (timestamp), terminal versions number (version), these five information formats of interface version number (apiVersion) are added and are encrypted.
8. a kind of APP fast registration according to claim 1 and manner of execution, is characterized in that, APP client calls HttpPost request by HttpClient, and the encrypted result of the characteristic information of authentication request information and mobile terminal is delivered to server.
9. a kind of APP fast registration according to claim 1 and manner of execution, it is characterized in that, steps d comprises the following steps:
D1. server catches the required parameter of APP client transmission by HttpServletRequest based on SpringMVC pattern;
D2. Data Analysis is passed through Business treatment (service) logical process, data processing is carried out in database alternation of bed (dao) calling data storehouse, generates user name and original password;
D3. user name and original password are returned to APP client by HttpServletResponse by server.
CN201510069782.9A 2015-02-10 2015-02-10 Rapid APP registration and execution method Pending CN104660595A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510069782.9A CN104660595A (en) 2015-02-10 2015-02-10 Rapid APP registration and execution method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510069782.9A CN104660595A (en) 2015-02-10 2015-02-10 Rapid APP registration and execution method

Publications (1)

Publication Number Publication Date
CN104660595A true CN104660595A (en) 2015-05-27

Family

ID=53251298

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510069782.9A Pending CN104660595A (en) 2015-02-10 2015-02-10 Rapid APP registration and execution method

Country Status (1)

Country Link
CN (1) CN104660595A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106303755A (en) * 2016-09-27 2017-01-04 天脉聚源(北京)传媒科技有限公司 A kind of interface ciphering method, device and Set Top Box login system
CN106998315A (en) * 2016-01-22 2017-08-01 阿里巴巴集团控股有限公司 A kind of method of authentication registration, apparatus and system
CN107566539A (en) * 2017-10-30 2018-01-09 江西博瑞彤芸科技有限公司 Information-pushing method and system
CN107730364A (en) * 2017-10-31 2018-02-23 北京麒麟合盛网络技术有限公司 user identification method and device
CN107786559A (en) * 2017-10-30 2018-03-09 江西博瑞彤芸科技有限公司 Terminal registration method and system
WO2020037957A1 (en) * 2018-08-23 2020-02-27 刘高峰 Client registration method, apparatus and system
CN113660201A (en) * 2021-07-08 2021-11-16 上海二三四五网络科技有限公司 Control method and control device for high-concurrency main key conflict
CN113724452A (en) * 2021-08-26 2021-11-30 深圳市丰巢网络技术有限公司 Letter and newspaper delivery authority management method and device, electronic equipment and storage medium
CN114221795A (en) * 2021-11-30 2022-03-22 麒麟软件有限公司 High-concurrency registration method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102238213A (en) * 2010-04-29 2011-11-09 腾讯科技(深圳)有限公司 Internet application login method and system
US8256664B1 (en) * 2010-04-09 2012-09-04 Google Inc. Out-of band authentication of browser sessions
CN102752405A (en) * 2012-07-27 2012-10-24 杭州瑟达智能科技有限公司 Conversation system and method between internet and telephone
CN103118358A (en) * 2012-11-16 2013-05-22 佳都新太科技股份有限公司 Unique identification mobile phone user registration method
CN103259795A (en) * 2013-05-14 2013-08-21 百度在线网络技术(北京)有限公司 Method for executing automatic register and login, mobile terminal and server

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8256664B1 (en) * 2010-04-09 2012-09-04 Google Inc. Out-of band authentication of browser sessions
CN102238213A (en) * 2010-04-29 2011-11-09 腾讯科技(深圳)有限公司 Internet application login method and system
CN102752405A (en) * 2012-07-27 2012-10-24 杭州瑟达智能科技有限公司 Conversation system and method between internet and telephone
CN103118358A (en) * 2012-11-16 2013-05-22 佳都新太科技股份有限公司 Unique identification mobile phone user registration method
CN103259795A (en) * 2013-05-14 2013-08-21 百度在线网络技术(北京)有限公司 Method for executing automatic register and login, mobile terminal and server

Non-Patent Citations (4)

* Cited by examiner, † Cited by third party
Title
SETH LADD等: "《Expert Spring MVC and Web Flow深入解析 Spring MVC与Web Flow》", 30 November 2008 *
徐婉珍: "HttpClient组件及其在Android开发中的应用探讨", 《数字技术与应用》 *
沈文轩 等: "《软件工程基础与使用教程——基于架构与MVC模式的一体化开发》", 30 September 2012 *
黄湫尧: "一个通用信息管理系统模板的设计与实例化应用", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106998315A (en) * 2016-01-22 2017-08-01 阿里巴巴集团控股有限公司 A kind of method of authentication registration, apparatus and system
CN106998315B (en) * 2016-01-22 2020-04-28 阿里巴巴集团控股有限公司 Method, device and system for registration authentication
CN106303755A (en) * 2016-09-27 2017-01-04 天脉聚源(北京)传媒科技有限公司 A kind of interface ciphering method, device and Set Top Box login system
CN107566539A (en) * 2017-10-30 2018-01-09 江西博瑞彤芸科技有限公司 Information-pushing method and system
CN107786559A (en) * 2017-10-30 2018-03-09 江西博瑞彤芸科技有限公司 Terminal registration method and system
CN107786559B (en) * 2017-10-30 2020-04-24 江西博瑞彤芸科技有限公司 Terminal registration method and system
CN107730364A (en) * 2017-10-31 2018-02-23 北京麒麟合盛网络技术有限公司 user identification method and device
WO2020037957A1 (en) * 2018-08-23 2020-02-27 刘高峰 Client registration method, apparatus and system
CN113660201A (en) * 2021-07-08 2021-11-16 上海二三四五网络科技有限公司 Control method and control device for high-concurrency main key conflict
CN113724452A (en) * 2021-08-26 2021-11-30 深圳市丰巢网络技术有限公司 Letter and newspaper delivery authority management method and device, electronic equipment and storage medium
CN114221795A (en) * 2021-11-30 2022-03-22 麒麟软件有限公司 High-concurrency registration method

Similar Documents

Publication Publication Date Title
CN104660595A (en) Rapid APP registration and execution method
US20200287896A1 (en) Method and apparatus for installing profile for euicc
US10057251B2 (en) Provisioning account credentials via a trusted channel
CN105122931B (en) Electronic equipment and the method that personal cloud device is registered in its portal user server
JP7411774B2 (en) Techniques for certificate handling in the core network domain
CN103618794B (en) Method, terminal and the server of automated log on
EP3592014B1 (en) Method and device for adding authentication algorithm program
CN106209726B (en) Mobile application single sign-on method and device
CN107249004B (en) Identity authentication method, device and client
CN104982072A (en) Online signup provisioning techniques for hotspot connections
WO2016045478A1 (en) Sim card reading and writing method, and terminal
CN105592065A (en) Method and system for website registration on the basis of mobile phone message
CN107241336B (en) Identity verification method and device
JP2018517367A (en) Service provider certificate management
CN106713004B (en) Router adaptation method and system
US10291613B1 (en) Mobile device authentication
CN113647113A (en) Network-based media processing security
WO2019221929A1 (en) Automatic communication device out of box configuration
AU2019270826B2 (en) Automatic device fulfillment configuration
WO2009153402A1 (en) Method, arrangement and computer program for authentication data management
CN102652439A (en) Smart card security feature profile in home subscriber server
CN108200046B (en) Registration method and device of terminal equipment, terminal equipment and proxy server
AU2019270881B2 (en) Automatic communication device onboarding
KR101643339B1 (en) Method and system for user certification
US20240114414A1 (en) Method and apparatus for providing network switching service in 5g communication system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20150527