JP2022162189A - Information processing device and program - Google Patents

Information processing device and program Download PDF

Info

Publication number
JP2022162189A
JP2022162189A JP2021066879A JP2021066879A JP2022162189A JP 2022162189 A JP2022162189 A JP 2022162189A JP 2021066879 A JP2021066879 A JP 2021066879A JP 2021066879 A JP2021066879 A JP 2021066879A JP 2022162189 A JP2022162189 A JP 2022162189A
Authority
JP
Japan
Prior art keywords
screen
identification information
list
registered
target screen
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.)
Granted
Application number
JP2021066879A
Other languages
Japanese (ja)
Other versions
JP6933826B1 (en
Inventor
聡司 稲毛
Satoshi Inage
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.)
Fujitsu Client Computing Ltd
Original Assignee
Fujitsu Client Computing 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 Fujitsu Client Computing Ltd filed Critical Fujitsu Client Computing Ltd
Priority to JP2021066879A priority Critical patent/JP6933826B1/en
Application granted granted Critical
Publication of JP6933826B1 publication Critical patent/JP6933826B1/en
Publication of JP2022162189A publication Critical patent/JP2022162189A/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Storage Device Security (AREA)

Abstract

To reduce a process load on an image analysis.SOLUTION: An information processing device 10 inputs, when identification information 2 on a subjected screen 1 is registered in a registered screen list 11a that registers a correspondence between the identification information on a login screen and login information, the login information corresponding to the identification information 2 in the subjected screen 1. When the identification information 2 is not registered in both of the registered screen list 11a and an analysis exclusion list 11b that registers the identification information on the screen, the information processing device 10 determines whether the subjected screen 1 includes a password input region or not. When the subjected screen 1 includes the password input region, the information processing device 10 registers the correspondence between the identification information 2 and the input login information in the registered screen list 11a. When the subjected screen 1 does not include the password input region, the information processing device 10 registers the identification information 2 in the analysis exclusion list 11b.SELECTED DRAWING: Figure 1

Description

本発明は、情報処理装置およびプログラムに関する。 The present invention relates to an information processing device and program.

ログインを簡便にする技術として、シングルサインオンがある。シングルサインオンソフトウェアは、あらかじめ登録されたログイン画面に対し、ユーザIDやパスワード等のログイン情報を自動入力する。 Single sign-on is a technology that facilitates login. The single sign-on software automatically inputs login information such as a user ID and password to a pre-registered login screen.

シングルサインオンに関する技術としては、例えば、Webアプリケーションへのなりすましを防ぐWebサーバが提案されている。 As a technology related to single sign-on, for example, a web server that prevents spoofing of web applications has been proposed.

特開2020-113006号公報Japanese Patent Application Laid-Open No. 2020-113006

表示された各画面を解析し、解析した画面がログイン画面であれば、当該画面をシングルサインオンの対象とするために自動登録することも考えられる。しかし、登録するか否か判定する対象の画面が複雑である場合、画面解析の処理負荷が大きくなる。 Each displayed screen may be analyzed, and if the analyzed screen is a login screen, the screen may be automatically registered for single sign-on. However, if the screen to be determined whether or not to be registered is complicated, the processing load of screen analysis increases.

1つの側面では、本件は、画面解析の処理負荷を軽減することを目的とする。 In one aspect, the object of the present invention is to reduce the processing load of screen analysis.

1つの案では、記憶部と処理部とを有する情報処理装置が提供される。記憶部は、ログイン画面の識別情報とログイン情報との対応関係が登録された登録画面リストと、画面の識別情報が登録された解析除外リストとを記憶する。処理部は、対象画面の識別情報が登録画面リストに登録されている場合、対象画面の識別情報に対応するログイン情報を対象画面に対して入力し、対象画面の識別情報が、登録画面リストおよび解析除外リストのいずれにも登録されていない場合、対象画面がパスワード入力領域を含むか否かを判定し、対象画面がパスワード入力領域を含む場合、対象画面の識別情報と入力ログイン情報との対応関係を登録画面リストに登録し、対象画面がパスワード入力領域を含まない場合、対象画面の識別情報を解析除外リストに登録する。 One proposal provides an information processing apparatus having a storage unit and a processing unit. The storage unit stores a registration screen list in which correspondence between identification information of login screens and login information is registered, and an analysis exclusion list in which identification information of screens is registered. When the identification information of the target screen is registered in the registered screen list, the processing unit inputs the login information corresponding to the identification information of the target screen to the target screen, and the identification information of the target screen is registered in the registered screen list and the login information. If it is not registered in any of the analysis exclusion list, determine whether the target screen includes a password input area or not, and if the target screen includes a password input area, the correspondence between the identification information of the target screen and the input login information If the relationship is registered in the registration screen list and the target screen does not include the password input area, the identification information of the target screen is registered in the analysis exclusion list.

1態様によれば、画面解析の処理負荷を軽減することができる。 According to one aspect, the processing load of screen analysis can be reduced.

第1の実施の形態に係る情報処理装置の一例を示す図である。1 illustrates an example of an information processing apparatus according to a first embodiment; FIG. 第2の実施の形態に係る情報処理システムの一例を示す図である。It is a figure which shows an example of the information processing system which concerns on 2nd Embodiment. 情報処理装置のハードウェアの一構成例を示す図である。It is a figure which shows one structural example of the hardware of an information processing apparatus. ログイン画面の自動登録の一例を示す図である。It is a figure which shows an example of the automatic registration of a login screen. 情報処理装置の機能例を示すブロック図である。2 is a block diagram showing an example of functions of an information processing device; FIG. 記憶部に記憶されている情報の一例を示す図である。It is a figure which shows an example of the information memorize|stored in a memory|storage part. 画面監視処理の手順の一例を示すフローチャートである。9 is a flow chart showing an example of a procedure of screen monitoring processing; 登録候補判定処理の手順の一例を示すフローチャートである。9 is a flowchart showing an example of a procedure of registration candidate determination processing; 画面解析処理の例を示すシーケンス図である。FIG. 11 is a sequence diagram showing an example of screen analysis processing;

以下、本実施の形態について図面を参照して説明する。なお各実施の形態は、矛盾のない範囲で複数の実施の形態を組み合わせて実施することができる。
〔第1の実施の形態〕
まず、第1の実施の形態について説明する。
Hereinafter, this embodiment will be described with reference to the drawings. It should be noted that each embodiment can be implemented by combining a plurality of embodiments within a consistent range.
[First embodiment]
First, a first embodiment will be described.

図1は、第1の実施の形態に係る情報処理装置の一例を示す図である。第1の実施の形態は、ログイン情報が自動入力されるログイン画面を登録するものである。
情報処理装置10は、ユーザが操作するコンピュータである。情報処理装置10は、記憶部11と処理部12とを有する。記憶部11は、情報処理装置10が実行する処理に用いられるデータを記憶する。記憶部11は、例えば、情報処理装置10が有するメモリまたはストレージ装置である。処理部12は、情報処理装置10を制御し、所要の処理を実行可能である。処理部12は、例えば、情報処理装置10が有するプロセッサまたは演算回路である。
1 is a diagram illustrating an example of an information processing apparatus according to a first embodiment; FIG. The first embodiment registers a login screen on which login information is automatically entered.
The information processing device 10 is a computer operated by a user. The information processing device 10 has a storage unit 11 and a processing unit 12 . The storage unit 11 stores data used for processing executed by the information processing device 10 . The storage unit 11 is, for example, a memory or a storage device that the information processing device 10 has. The processing unit 12 can control the information processing device 10 and execute required processing. The processing unit 12 is, for example, a processor or an arithmetic circuit included in the information processing device 10 .

記憶部11は、登録画面リスト11aと解析除外リスト11bとを記憶する。登録画面リスト11aには、ログイン画面の識別情報とログイン情報との対応関係が登録される。画面の識別情報は、画面(ウィンドウでもよい)を識別するための情報である。例えば、画面の識別情報は、当該画面のタイトルと、当該画面を表示するWebページのURL(Uniform Resource Locator)との組み合わせである。また、例えば、画面の識別情報は、当該画面のタイトルと、当該画面を表示するプロセス名との組み合わせである。 The storage unit 11 stores a registration screen list 11a and an analysis exclusion list 11b. Correspondence between the identification information of the login screen and the login information is registered in the registered screen list 11a. The screen identification information is information for identifying a screen (or window). For example, the screen identification information is a combination of the title of the screen and the URL (Uniform Resource Locator) of the web page displaying the screen. Also, for example, the screen identification information is a combination of the title of the screen and the name of the process that displays the screen.

ログイン情報は、ログインのためにログイン画面に入力される情報である。例えば、ログイン情報は、IDとパスワードとの組み合わせである。一例として、登録画面リスト11aには、「識別情報x」と「ログイン情報x」とが対応付けて登録されている。解析除外リスト11bには、画面の識別情報が登録される。一例として、解析除外リスト11bには、「識別情報y」が登録されている。 The login information is information entered on the login screen for login. For example, the login information is a combination of ID and password. As an example, "identification information x" and "login information x" are associated and registered in the registration screen list 11a. Screen identification information is registered in the analysis exclusion list 11b. As an example, "identification information y" is registered in the analysis exclusion list 11b.

処理部12は、登録画面リスト11aに登録されているログイン画面に対するログイン情報の自動入力と、登録画面リスト11aに登録されていないログイン画面の自動登録とを実行する。まず、処理部12は、対象画面1の識別情報である識別情報2を抽出する。対象画面1は、例えば、アクティブウィンドウである。また、対象画面1は、開かれている複数のウィンドウであってもよい。処理部12は、識別情報2が登録画面リスト11aに登録されているか否か(登録有無)を判定する。 The processing unit 12 automatically inputs login information for login screens registered in the registered screen list 11a and automatically registers login screens not registered in the registered screen list 11a. First, the processing unit 12 extracts the identification information 2 that is the identification information of the target screen 1 . The target screen 1 is, for example, an active window. Also, the target screen 1 may be a plurality of open windows. The processing unit 12 determines whether or not the identification information 2 is registered in the registration screen list 11a (presence or absence of registration).

処理部12は、識別情報2が登録画面リスト11aに登録されている場合、識別情報2に対応するログイン情報を対象画面1に対して入力する。一例として、識別情報2が「識別情報x」である場合、処理部12は、「ログイン情報x」を対象画面1に対して入力する。 If the identification information 2 is registered in the registered screen list 11a, the processing unit 12 inputs the login information corresponding to the identification information 2 to the target screen 1 . As an example, when the identification information 2 is “identification information x”, the processing unit 12 inputs “login information x” to the target screen 1 .

処理部12は、識別情報2が、登録画面リスト11aおよび解析除外リスト11bのいずれにも登録されていない場合、対象画面1がパスワード入力領域を含むか否か(パスワード入力領域有無)を判定する。なお、処理部12は、識別情報2が登録画面リスト11aに登録されておらず、解析除外リスト11bに登録されている場合、対象画面1に対するパスワード入力領域有無判定を実行しない。一例として、識別情報2が「識別情報y」である場合、処理部12は、パスワード入力領域有無判定を実行しない。 If the identification information 2 is not registered in either the registered screen list 11a or the analysis exclusion list 11b, the processing unit 12 determines whether or not the target screen 1 includes a password input area (whether or not there is a password input area). . If the identification information 2 is not registered in the registration screen list 11a but is registered in the analysis exclusion list 11b, the processing unit 12 does not perform password input area presence/absence determination for the target screen 1. FIG. As an example, when the identification information 2 is "identification information y", the processing unit 12 does not perform password input area presence/absence determination.

パスワード入力領域有無判定では、例えば、処理部12は、対象画面1に含まれるテキスト、入力フィールド、ボタン、ハイパーリンク、画像等の部品を抽出する。そして、処理部12は、パスワードを入力するための入力フィールド(パスワード属性の入力フィールド)が、対象画面1から抽出された部品に含まれている場合、対象画面1がパスワード入力領域を含むと判定する。 In the password input area presence/absence determination, for example, the processing unit 12 extracts components such as text, input fields, buttons, hyperlinks, and images included in the target screen 1 . Then, when an input field for entering a password (input field of password attribute) is included in the component extracted from the target screen 1, the processing unit 12 determines that the target screen 1 includes a password input area. do.

処理部12は、対象画面1がパスワード入力領域を含む場合、識別情報2と入力ログイン情報との対応関係を登録画面リスト11aに登録する。例えば、処理部12は、対象画面1がパスワード入力領域を含むと判定すると、対象画面1を登録するか否かの選択を受け付ける。そして、処理部12は、対象画面1を登録する選択を受け付けると、対象画面1にユーザが入力したログイン情報を入力させるための登録情報入力用画面を表示する。処理部12は、識別情報2と、登録情報入力用画面に入力されたログイン情報とを対応付けて登録画面リスト11aに登録する。なお、処理部12は、対象画面1にユーザが入力したログイン情報を特定し、識別情報2と特定したログイン情報とを対応付けて登録画面リスト11aに登録してもよい。また、処理部12は、対象画面1がパスワード入力領域を含まず、対象画面1がパスワード入力領域を含むか否かの判定にかかった時間が所定時間以上の場合、識別情報2を解析除外リスト11bに登録する。 If the target screen 1 includes a password input area, the processing unit 12 registers the correspondence relationship between the identification information 2 and the input login information in the registration screen list 11a. For example, when the processing unit 12 determines that the target screen 1 includes a password input area, the processing unit 12 accepts a selection as to whether or not to register the target screen 1 . When receiving a selection to register the target screen 1 , the processing unit 12 displays a registration information input screen for inputting the login information input by the user on the target screen 1 . The processing unit 12 associates the identification information 2 with the login information input on the registration information input screen and registers them in the registration screen list 11a. Note that the processing unit 12 may specify the login information input by the user to the target screen 1, associate the identification information 2 with the specified login information, and register them in the registration screen list 11a. If the target screen 1 does not include the password input area and the time taken to determine whether the target screen 1 includes the password input area is equal to or longer than a predetermined time, the processing unit 12 adds the identification information 2 to the analysis exclusion list. 11b.

第1の実施の形態によれば、情報処理装置10の記憶部11は、ログイン画面の識別情報とログイン情報との対応関係が登録された登録画面リスト11aと、画面の識別情報が登録された解析除外リスト11bとを記憶する。情報処理装置10の処理部12は、対象画面1の識別情報2が登録画面リスト11aに登録されている場合、識別情報2に対応するログイン情報を対象画面1に対して入力する。処理部12は、識別情報2が、登録画面リスト11aおよび解析除外リスト11bのいずれにも登録されていない場合、対象画面1がパスワード入力領域を含むか否かを判定する。処理部12は、対象画面1がパスワード入力領域を含む場合、識別情報2と入力ログイン情報との対応関係を登録画面リスト11aに登録し、対象画面1がパスワード入力領域を含まない場合、識別情報2を解析除外リスト11bに登録する。 According to the first embodiment, the storage unit 11 of the information processing apparatus 10 includes the registration screen list 11a in which the correspondence between the identification information of the login screen and the login information is registered, and the registration screen list 11a in which the identification information of the screen is registered. The analysis exclusion list 11b is stored. The processing unit 12 of the information processing apparatus 10 inputs login information corresponding to the identification information 2 to the target screen 1 when the identification information 2 of the target screen 1 is registered in the registered screen list 11a. If the identification information 2 is not registered in either the registered screen list 11a or the analysis exclusion list 11b, the processing unit 12 determines whether the target screen 1 includes a password input area. If the target screen 1 includes a password input area, the processing unit 12 registers the correspondence between the identification information 2 and the input login information in the registration screen list 11a. 2 is registered in the analysis exclusion list 11b.

このように、情報処理装置10は、パスワード入力領域が含まれる対象画面1の識別情報2を登録画面リスト11aに登録することで、次回以降、対象画面1にログイン情報を自動入力できる。ここで、対象画面1に対するパスワード入力領域有無判定には時間がかかることがある。そこで、情報処理装置10は、対象画面1がパスワード入力領域を含まない場合、識別情報2を解析除外リスト11bに登録することで、次回以降、対象画面1のパスワード入力領域有無判定を実行しない。これにより、情報処理装置10は、画面解析の処理負荷を軽減することができる。 In this way, the information processing apparatus 10 registers the identification information 2 of the target screen 1 including the password input area in the registered screen list 11a, thereby automatically inputting the login information to the target screen 1 from the next time onward. Here, it may take time to determine whether or not there is a password input area for the target screen 1 . Therefore, when the target screen 1 does not include a password input area, the information processing apparatus 10 registers the identification information 2 in the analysis exclusion list 11b so as not to execute password input area presence/absence determination for the target screen 1 from the next time onward. Thereby, the information processing apparatus 10 can reduce the processing load of screen analysis.

また、処理部12は、対象画面1がパスワード入力領域を含まず、対象画面1がパスワード入力領域を含むか否かの判定にかかった時間が所定時間以上の場合、識別情報2を解析除外リスト11bに登録する。ここで、ログイン画面でない画面と、当該画面が画面遷移して、ログイン画面となった画面とが同じ識別情報で示されることがある。よって、パスワード入力領域を含まないと判定した対象画面1の識別情報2をすべて解析除外リスト11bに登録すると、次回以降の自動登録の精度が低くなることがある。そこで、情報処理装置10は、パスワード入力領域有無判定が所定時間以上の場合に識別情報2を解析除外リスト11bに登録することで、対象画面1に対する処理負荷が大きい場合に、次回以降パスワード入力領域有無判定を実行しないようにできる。 If the target screen 1 does not include the password input area and the time taken to determine whether the target screen 1 includes the password input area is equal to or longer than a predetermined time, the processing unit 12 adds the identification information 2 to the analysis exclusion list. 11b. Here, a screen that is not a login screen and a screen that has become a login screen through screen transition may be indicated by the same identification information. Therefore, if all the identification information 2 of the target screen 1 determined not to include the password input area is registered in the analysis exclusion list 11b, the accuracy of automatic registration from the next time onwards may be lowered. Therefore, the information processing apparatus 10 registers the identification information 2 in the analysis exclusion list 11b when the presence or absence of the password input area is determined for a predetermined period of time or more. Presence/absence check can be disabled.

なお、記憶部11は、画面の識別情報と非登録判定回数との対応関係が登録された第1除外候補リストを記憶してもよい。処理部12は、対象画面1がパスワード入力領域を含まず、対象画面1がパスワード入力領域を含むか否かの判定にかかった時間が所定時間以上の場合、識別情報2に対応する非登録判定回数に1を加算してもよい。そして、処理部12は、識別情報2に対応する非登録判定回数が第1閾値以上の場合、識別情報2を解析除外リスト11bに登録してもよい。これにより、情報処理装置10は、画面遷移して、ログイン画面となる可能性の低い対象画面1の識別情報2を解析除外リスト11bに登録できる。 Note that the storage unit 11 may store a first exclusion candidate list in which the correspondence between the identification information of the screen and the number of non-registration determinations is registered. If the target screen 1 does not include a password input area and the time taken to determine whether the target screen 1 includes a password input area is equal to or longer than a predetermined time, the processing unit 12 determines non-registration corresponding to the identification information 2. You can add 1 to the count. Then, when the number of non-registration determinations corresponding to identification information 2 is equal to or greater than the first threshold, processing unit 12 may register identification information 2 in analysis exclusion list 11b. As a result, the information processing apparatus 10 can register the identification information 2 of the target screen 1, which is unlikely to become the login screen after screen transition, in the analysis exclusion list 11b.

また、記憶部11は、画面の識別情報と非登録選択回数との対応関係が登録された第2除外候補リストを記憶してもよい。処理部12は、対象画面1がパスワード入力領域を含む場合、対象画面1を登録するか否かの選択を受け付けてもよい。そして、処理部12は、対象画面1を登録する選択を受け付けた場合、識別情報2と入力ログイン情報との対応関係を登録画面リスト11aに登録してもよい。また、処理部12は、対象画面1を登録しない選択を受け付けた場合、識別情報2に対応する非登録選択回数に1を加算し、識別情報2に対応する非登録選択回数が第2閾値以上の場合、識別情報2を解析除外リスト11bに登録してもよい。これにより、情報処理装置10は、ユーザに登録不要とされた対象画面1に対して、次回以降パスワード入力領域有無判定を実行しないようにできる。 Further, the storage unit 11 may store a second exclusion candidate list in which a correspondence relationship between screen identification information and the number of non-registration selections is registered. The processing unit 12 may accept a selection as to whether or not to register the target screen 1 when the target screen 1 includes a password input area. Then, when receiving a selection to register the target screen 1, the processing unit 12 may register the correspondence relationship between the identification information 2 and the input login information in the registration screen list 11a. Further, when the processing unit 12 receives a selection not to register the target screen 1, the processing unit 12 adds 1 to the number of non-registration selections corresponding to the identification information 2, and the number of non-registration selections corresponding to the identification information 2 is equal to or greater than the second threshold. In this case, the identification information 2 may be registered in the analysis exclusion list 11b. As a result, the information processing apparatus 10 can prevent the target screen 1 for which registration by the user is not required from the next time onwards.

〔第2の実施の形態〕
次に、第2の実施の形態について説明する。第2の実施の形態は、シングルサインオンにおいて、ログイン画面を自動で登録するものである。
[Second embodiment]
Next, a second embodiment will be described. The second embodiment automatically registers a login screen in single sign-on.

図2は、第2の実施の形態に係る情報処理システムの一例を示す図である。第2の実施の形態の情報処理システムは、サーバ30および情報処理装置100を有する。サーバ30は、ログインユーザへのサービスを提供するサーバコンピュータである。サーバ30は、サーバ30にアクセスしたコンピュータにIDおよびパスワードを要求する。サーバ30は、正しいIDおよびパスワードの組を送信したコンピュータに対して、ログインユーザ向けのサービスを提供する。サーバ30は、ネットワーク20を介して情報処理装置100に接続されている。ネットワーク20は、例えば、インターネット等の広域ネットワークである。 FIG. 2 is a diagram illustrating an example of an information processing system according to the second embodiment. The information processing system of the second embodiment has a server 30 and an information processing device 100 . The server 30 is a server computer that provides services to logged-in users. The server 30 requests an ID and password from the computer that accessed the server 30 . The server 30 provides a service for login users to the computer that has sent the correct set of ID and password. Server 30 is connected to information processing apparatus 100 via network 20 . The network 20 is, for example, a wide area network such as the Internet.

情報処理装置100は、ユーザが操作するクライアントコンピュータである。情報処理装置100は、あらかじめ登録されているログイン画面が表示されると、表示されたログイン画面に対して、IDおよびパスワードを自動入力する。また、情報処理装置100は、未登録のログイン画面が表示されると、表示されたログイン画面にユーザが入力したIDおよびパスワードとログイン画面とを対応付けて登録する。 The information processing apparatus 100 is a client computer operated by a user. When a pre-registered login screen is displayed, the information processing apparatus 100 automatically inputs an ID and a password to the displayed login screen. Further, when an unregistered login screen is displayed, the information processing apparatus 100 associates and registers the ID and password input by the user with the login screen on the displayed login screen.

例えば、情報処理装置100は、サーバ30にアクセスすると、IDを入力するための入力フィールドとパスワードを入力するための入力フィールドとを含むログイン画面を表示する。情報処理装置100は、表示されたログイン画面が登録されている場合、ログイン画面に含まれる入力フィールドにIDおよびパスワードを自動入力する。また、情報処理装置100は、表示されたログイン画面が登録されていない場合、表示されたログイン画面にユーザが入力したIDおよびパスワードとログイン画面とを対応付けて登録する。これにより、情報処理装置100は、次回以降サーバ30にアクセスした場合、ログイン画面にIDおよびパスワードを自動入力できる。 For example, when accessing the server 30, the information processing apparatus 100 displays a login screen including an input field for entering an ID and an input field for entering a password. When the displayed login screen is registered, the information processing apparatus 100 automatically inputs the ID and password in the input fields included in the login screen. If the displayed login screen is not registered, the information processing apparatus 100 registers the ID and password input by the user on the displayed login screen in association with the login screen. As a result, when the information processing apparatus 100 accesses the server 30 from the next time onwards, the ID and password can be automatically entered in the login screen.

図3は、情報処理装置のハードウェアの一構成例を示す図である。情報処理装置100は、CPU(Central Processing Unit)101によって装置全体が制御されている。CPU101は、プログラムの命令を実行するプロセッサである。なお、CPU101は複数のプロセッサコアを含んでもよい。また、CPU101は、複数のプロセッサであってもよく、MPU(Micro Processing Unit)、またはDSP(Digital Signal Processor)等であってもよい。また、CPU101がプログラムを実行することで実現する機能の少なくとも一部を、ASIC(Application Specific Integrated Circuit)、PLD(Programmable Logic Device)等の電子回路で実現してもよい。CPU101には、バス109を介してRAM(Random Access Memory)102と複数の周辺機器が接続されている。 FIG. 3 is a diagram illustrating a configuration example of hardware of an information processing apparatus. The information processing apparatus 100 is entirely controlled by a CPU (Central Processing Unit) 101 . The CPU 101 is a processor that executes program instructions. Note that the CPU 101 may include multiple processor cores. Also, the CPU 101 may be a plurality of processors, an MPU (Micro Processing Unit), a DSP (Digital Signal Processor), or the like. Moreover, at least part of the functions realized by the CPU 101 executing a program may be realized by an electronic circuit such as an ASIC (Application Specific Integrated Circuit) or a PLD (Programmable Logic Device). A RAM (Random Access Memory) 102 and a plurality of peripheral devices are connected to the CPU 101 via a bus 109 .

RAM102は、情報処理装置100の主記憶装置である。RAM102には、CPU101に実行させるOS(Operating System)のプログラムやアプリケーションプログラムの少なくとも一部が一時的に格納される。また、RAM102には、CPU101による処理に利用する各種データが格納される。なお、情報処理装置100は、RAM以外の種類のメモリを備えてもよく、複数個のメモリを備えてもよい。 A RAM 102 is a main storage device of the information processing apparatus 100 . The RAM 102 temporarily stores at least part of an OS (Operating System) program and application programs to be executed by the CPU 101 . Further, the RAM 102 stores various data used for processing by the CPU 101 . Note that the information processing apparatus 100 may include a type of memory other than the RAM, or may include a plurality of memories.

バス109に接続されている周辺機器としては、HDD(Hard Disk Drive)103、GPU(Graphics Processing Unit)104、入力インタフェース105、光学ドライブ装置106、機器接続インタフェース107およびネットワークインタフェース108がある。 Peripheral devices connected to the bus 109 include a HDD (Hard Disk Drive) 103 , a GPU (Graphics Processing Unit) 104 , an input interface 105 , an optical drive device 106 , a device connection interface 107 and a network interface 108 .

HDD103は、情報処理装置100の補助記憶装置である。HDD103は、内蔵した磁気ディスクに対して、磁気的にデータの書き込みおよび読み出しを行う。HDD103には、OSのプログラム、アプリケーションプログラム、および各種データが格納される。なお、情報処理装置100は、フラッシュメモリやSSD(Solid State Drive)等の他の種類の補助記憶装置を備えてもよく、複数の補助記憶装置を備えてもよい。 The HDD 103 is an auxiliary storage device of the information processing device 100 . The HDD 103 magnetically writes data to and reads data from a built-in magnetic disk. The HDD 103 stores OS programs, application programs, and various data. The information processing apparatus 100 may include other types of auxiliary storage devices such as flash memory and SSD (Solid State Drive), or may include a plurality of auxiliary storage devices.

GPU104には、モニタ21が接続されている。GPU104は、CPU101からの命令に従って、画像をモニタ21の画面に表示させる。モニタ21としては、有機EL(Electro Luminescence)を用いた表示装置や液晶表示装置等がある。 A monitor 21 is connected to the GPU 104 . The GPU 104 displays an image on the screen of the monitor 21 according to instructions from the CPU 101 . Examples of the monitor 21 include a display device using an organic EL (Electro Luminescence), a liquid crystal display device, and the like.

入力インタフェース105には、キーボード22とマウス23とが接続されている。入力インタフェース105は、キーボード22やマウス23から送られてくる信号をCPU101に送信する。なお、マウス23は、ポインティングデバイスの一例であり、他のポインティングデバイスを使用することもできる。他のポインティングデバイスとしては、タッチパネル、タブレット、タッチパッド、トラックボール等がある。 A keyboard 22 and a mouse 23 are connected to the input interface 105 . The input interface 105 transmits signals sent from the keyboard 22 and the mouse 23 to the CPU 101 . Note that the mouse 23 is an example of a pointing device, and other pointing devices can also be used. Other pointing devices include touch panels, tablets, touch pads, trackballs, and the like.

光学ドライブ装置106は、レーザ光等を利用して、光ディスク24に記録されたデータの読み取りを行う。光ディスク24は、光の反射によって読み取り可能なようにデータが記録された可搬型の記録媒体である。光ディスク24には、DVD(Digital Versatile Disc)、DVD-RAM、CD-ROM(Compact Disc Read Only Memory)、CD-R(Recordable)/RW(ReWritable)等がある。 The optical drive device 106 uses laser light or the like to read data recorded on the optical disc 24 . The optical disc 24 is a portable recording medium on which data is recorded so as to be readable by light reflection. The optical disc 24 includes DVD (Digital Versatile Disc), DVD-RAM, CD-ROM (Compact Disc Read Only Memory), CD-R (Recordable)/RW (ReWritable), and the like.

機器接続インタフェース107は、情報処理装置100に周辺機器を接続するための通信インタフェースである。例えば機器接続インタフェース107には、メモリ装置25やメモリリーダライタ26を接続することができる。メモリ装置25は、機器接続インタフェース107との通信機能を搭載した記録媒体である。メモリリーダライタ26は、メモリカード27へのデータの書き込み、またはメモリカード27からのデータの読み出しを行う装置である。メモリカード27は、カード型の記録媒体である。 The device connection interface 107 is a communication interface for connecting peripheral devices to the information processing apparatus 100 . For example, the device connection interface 107 can be connected to the memory device 25 and the memory reader/writer 26 . The memory device 25 is a recording medium equipped with a communication function with the device connection interface 107 . The memory reader/writer 26 is a device that writes data to the memory card 27 or reads data from the memory card 27 . The memory card 27 is a card-type recording medium.

ネットワークインタフェース108は、ネットワーク20に接続されている。ネットワークインタフェース108は、ネットワーク20を介して、他のコンピュータまたは通信機器との間でデータの送受信を行う。 Network interface 108 is connected to network 20 . Network interface 108 transmits and receives data to and from other computers or communication devices via network 20 .

情報処理装置100は、以上のようなハードウェア構成によって、第2の実施の形態の処理機能を実現することができる。なお、サーバ30および第1の実施の形態に示した情報処理装置10も、図3に示した情報処理装置100と同様のハードウェアにより実現することができる。また、CPU101は、第1の実施の形態に示した処理部12の一例である。またRAM102またはHDD103は、第1の実施の形態に示した記憶部11の一例である。 The information processing apparatus 100 can implement the processing functions of the second embodiment with the hardware configuration described above. Note that the server 30 and the information processing apparatus 10 shown in the first embodiment can also be realized by hardware similar to the information processing apparatus 100 shown in FIG. Also, the CPU 101 is an example of the processing unit 12 shown in the first embodiment. Also, the RAM 102 or the HDD 103 is an example of the storage unit 11 shown in the first embodiment.

情報処理装置100は、例えばコンピュータ読み取り可能な記録媒体に記録されたプログラムを実行することにより、第2の実施の形態の処理機能を実現する。情報処理装置100に実行させる処理内容を記述したプログラムは、様々な記録媒体に記録しておくことができる。例えば、情報処理装置100に実行させるプログラムをHDD103に格納しておくことができる。CPU101は、HDD103内のプログラムの少なくとも一部をRAM102にロードし、プログラムを実行する。また、情報処理装置100に実行させるプログラムを、光ディスク24、メモリ装置25、メモリカード27等の可搬型記録媒体に記録しておくこともできる。可搬型記録媒体に格納されたプログラムは、例えばCPU101からの制御により、HDD103にインストールされた後、実行可能となる。また、CPU101が、可搬型記録媒体から直接プログラムを読み出して実行することもできる。 The information processing apparatus 100 implements the processing functions of the second embodiment by executing a program recorded in a computer-readable recording medium, for example. A program describing the contents of processing to be executed by the information processing apparatus 100 can be recorded in various recording media. For example, a program to be executed by the information processing apparatus 100 can be stored in the HDD 103 . CPU 101 loads at least part of the program in HDD 103 into RAM 102 and executes the program. Also, the program to be executed by the information processing apparatus 100 can be recorded in a portable recording medium such as the optical disc 24, the memory device 25, the memory card 27, or the like. A program stored in a portable recording medium can be executed after being installed in the HDD 103 under the control of the CPU 101, for example. Alternatively, the CPU 101 can read and execute the program directly from the portable recording medium.

次に、シングルサインオンにおけるログイン画面の自動登録について説明する。
図4は、ログイン画面の自動登録の一例を示す図である。表示画面40は、情報処理装置100がログイン画面を自動登録するときにモニタ21に表示させる画面である。表示画面40は、ウィンドウ41および登録誘導通知42を含む。
Next, automatic registration of a login screen in single sign-on will be described.
FIG. 4 is a diagram showing an example of automatic registration of a login screen. The display screen 40 is displayed on the monitor 21 when the information processing apparatus 100 automatically registers the login screen. Display screen 40 includes window 41 and registration guidance notification 42 .

ウィンドウ41は、未登録のログイン画面である。例えば、情報処理装置100は、ウィンドウ41がアクティブウィンドウになったときに、ウィンドウ41がパスワード入力領域を含むか否かを判定する。そして、情報処理装置100は、ウィンドウ41がパスワード入力領域を含むと判定した場合、ウィンドウ41がログイン画面であると判定し、登録誘導通知42を表示する。 A window 41 is an unregistered login screen. For example, the information processing apparatus 100 determines whether the window 41 includes a password input area when the window 41 becomes the active window. When the information processing apparatus 100 determines that the window 41 includes the password input area, the information processing apparatus 100 determines that the window 41 is the login screen, and displays the registration guidance notification 42 .

登録誘導通知42は、ウィンドウ41を登録するか否かの選択を受け付けるための通知である。登録誘導通知42は、例えば、登録誘導通知42をクリックすることで、ウィンドウ41を登録できることを示すメッセージを組む。情報処理装置100は、登録誘導通知42の選択操作を受け付けると、IDおよびパスワードを自動入力するログイン画面として、ウィンドウ41を登録する。 The registration guidance notification 42 is a notification for accepting a selection as to whether or not to register the window 41 . The registration guidance notice 42 composes a message indicating that the window 41 can be registered by clicking the registration guidance notice 42, for example. When the information processing apparatus 100 receives the selection operation of the registration guidance notification 42, the information processing apparatus 100 registers the window 41 as a login screen for automatically inputting the ID and password.

このようにして、情報処理装置100は、ログイン画面を登録する。なお、情報処理装置100は、ウィンドウ41に含まれるテキスト、入力フィールド、ボタン、ハイパーリンク、画像等の部品を抽出し、ウィンドウ41がパスワード入力のための入力フィールドを含んでいる場合、ウィンドウ41がログイン画面であると判定する。よって、ウィンドウ41が多くの部品を含んでいる場合、パスワード入力領域を含むか否かの判定処理は、時間がかかる。そこで、情報処理装置100は、パスワード入力領域を含まず、パスワード入力領域を含むか否かの判定に時間がかる画面については、次回以降、判定処理の対象から除外する。 Thus, the information processing apparatus 100 registers the login screen. Note that the information processing apparatus 100 extracts components such as text, input fields, buttons, hyperlinks, and images included in the window 41, and when the window 41 includes an input field for entering a password, the window 41 is It is determined that the screen is the login screen. Therefore, when the window 41 includes many parts, it takes time to determine whether or not the window 41 includes a password input area. Therefore, the information processing apparatus 100 excludes screens that do not include a password input area and that take time to determine whether or not they include a password input area from the targets of determination processing from the next time onward.

次に、情報処理装置100の機能について詳細に説明する。
図5は、情報処理装置の機能例を示すブロック図である。情報処理装置100は、記憶部110、監視部120、判定部130、API(Application Programming Interface)140および画面表示プロセス150を有する。記憶部110は、RAM102またはHDD103の記憶領域を用いて実現される。監視部120および判定部130は、RAM102に記憶されたプログラムをCPU101が実行することで実現される。
Next, functions of the information processing apparatus 100 will be described in detail.
FIG. 5 is a block diagram showing an example of functions of the information processing apparatus. The information processing apparatus 100 has a storage unit 110 , a monitoring unit 120 , a determination unit 130 , an API (Application Programming Interface) 140 and a screen display process 150 . Storage unit 110 is implemented using a storage area of RAM 102 or HDD 103 . Monitoring unit 120 and determination unit 130 are implemented by CPU 101 executing a program stored in RAM 102 .

記憶部110は、登録画面リスト111、解析除外リスト112および除外候補リスト113,114を記憶する。登録画面リスト111には、ログイン画面のタイトルとログイン画面を実行するプロセスのプロセス名との組み合わせと、IDおよびパスワードとの対応関係が登録される。また、登録画面リスト111には、ログイン画面のタイトルとログイン画面を表示するWebページのURLとの組み合わせと、IDおよびパスワードとの対応関係が登録される。なお、タイトルとプロセス名またはURLとの組み合わせは、第1の実施の形態に示した画面の識別情報の一例である。また、IDおよびパスワードは、第1の実施の形態に示したログイン情報の一例である。 Storage unit 110 stores registration screen list 111 , analysis exclusion list 112 , and exclusion candidate lists 113 and 114 . In the registered screen list 111, the correspondence relationship between the combination of the title of the login screen and the process name of the process executing the login screen, and the ID and password is registered. Also, in the registration screen list 111, the correspondence relationship between the combination of the title of the login screen and the URL of the web page displaying the login screen, and the ID and password is registered. Note that the combination of the title and process name or URL is an example of screen identification information described in the first embodiment. Also, the ID and password are an example of the login information shown in the first embodiment.

解析除外リスト112には、画面解析処理の対象から除外する画面のタイトルとプロセス名またはURLとの組み合わせが登録される。除外候補リスト113には、画面のタイトルとプロセス名またはURLとの組み合わせと、画面が非登録候補と判定された回数との対応関係が登録される。なお、除外候補リスト113は、第1の実施の形態に示した第1除外候補リストの一例である。また、除外候補リスト113に登録される回数は、第1の実施の形態に示した非登録判定回数の一例である。除外候補リスト114には、画面のタイトルとプロセス名またはURLとの組み合わせと、ユーザが画面を非登録と選択した回数との対応関係が登録される。なお、除外候補リスト114は、第1の実施の形態に示した第2除外候補リストの一例である。また、除外候補リスト114に登録される回数は、第1の実施の形態に示した非登録選択回数の一例である。 The analysis exclusion list 112 registers combinations of screen titles and process names or URLs to be excluded from screen analysis processing targets. The exclusion candidate list 113 registers a correspondence relationship between a combination of a screen title and a process name or URL and the number of times the screen is determined to be a non-registration candidate. Note that the exclusion candidate list 113 is an example of the first exclusion candidate list shown in the first embodiment. Also, the number of times of registration in exclusion candidate list 113 is an example of the number of times of non-registration determination shown in the first embodiment. The exclusion candidate list 114 registers a correspondence relationship between a combination of a screen title and a process name or URL and the number of times the user selects the screen as non-registration. Note that the exclusion candidate list 114 is an example of the second exclusion candidate list shown in the first embodiment. Also, the number of times of registration in exclusion candidate list 114 is an example of the number of times of non-registration selection shown in the first embodiment.

監視部120は、前回の処理から一定時間経過したまたはアクティブウィンドウが変更された場合、アクティブウィンドウに対するIDおよびパスワードの自動入力およびアクティブウィンドウの自動登録をする。なお、アクティブウィンドウは、第1の実施の形態に示した対象画面1の一例である。 Monitoring unit 120 automatically inputs the ID and password for the active window and automatically registers the active window when a certain period of time has elapsed since the previous process or the active window has been changed. Note that the active window is an example of the target screen 1 shown in the first embodiment.

まず、監視部120は、アクティブウィンドウのタイトルとプロセス名またはURLとの組み合わせが登録画面リスト111に登録されているか否かを判定する。なお、アクティブウィンドウのタイトルとプロセス名またはURLとの組み合わせは、第1の実施の形態に示した識別情報2の一例である。監視部120は、アクティブウィンドウのタイトルとプロセス名またはURLとの組み合わせが登録画面リスト111に登録されている場合、登録画面リスト111を参照し、当該組み合わせに対応するIDおよびパスワードを、アクティブウィンドウに入力する。 First, the monitoring unit 120 determines whether or not the combination of the title of the active window and the process name or URL is registered in the registered screen list 111 . Note that the combination of the title of the active window and the process name or URL is an example of the identification information 2 shown in the first embodiment. When the combination of the title of the active window and the process name or URL is registered in the registration screen list 111, the monitoring unit 120 refers to the registration screen list 111 and assigns the ID and password corresponding to the combination to the active window. input.

また、監視部120は、アクティブウィンドウのタイトルとプロセス名またはURLとの組み合わせが登録画面リスト111に登録されていない場合、判定部130に、登録候補判定処理を実行させる。監視部120は、判定部130による登録候補判定処理でアクティブウィンドウが登録候補と判定された場合、登録誘導通知42を表示し、アクティブウィンドウを登録するか否かの選択を受け付ける。 If the combination of the title of the active window and the process name or URL is not registered in the registration screen list 111, the monitoring unit 120 causes the determination unit 130 to execute registration candidate determination processing. When the determination unit 130 determines that the active window is a registration candidate in the registration candidate determination process, the monitoring unit 120 displays a registration guidance notice 42 and accepts a selection as to whether or not to register the active window.

そして、監視部120は、アクティブウィンドウを登録する選択を受け付けた場合、アクティブウィンドウのタイトルとプロセス名またはURLとの組み合わせと、IDおよびパスワードとの対応関係を登録画面リスト111に登録する。例えば、監視部120は、アクティブウィンドウに入力された内容をユーザに入力させるための登録情報入力用画面を表示し、IDおよびパスワードの入力を受け付ける。監視部120は、アクティブウィンドウのタイトルとプロセス名またはURLとの組み合わせと、登録情報入力用画面に入力されたIDおよびパスワードとの対応関係を登録画面リスト111に登録する。なお、登録情報入力用画面に入力されたIDおよびパスワードは、第1の実施の形態に示した入力ログイン情報の一例である。 Then, when the selection to register the active window is accepted, the monitoring unit 120 registers in the registered screen list 111 the correspondence relationship between the combination of the title of the active window and the process name or URL, and the ID and password. For example, the monitoring unit 120 displays a registration information input screen for allowing the user to input the content input to the active window, and accepts input of an ID and a password. The monitoring unit 120 registers in the registration screen list 111 the correspondence relationship between the combination of the title of the active window and the process name or URL and the ID and password input on the registration information input screen. Note that the ID and password entered on the registration information input screen are an example of the input login information shown in the first embodiment.

また、監視部120は、アクティブウィンドウを登録しない選択を受け付けた場合、除外候補リスト114の、アクティブウィンドウのタイトルとプロセス名またはURLとの組み合わせに対応する回数に1を加算する。監視部120は、除外候補リスト114の、アクティブウィンドウのタイトルとプロセス名またはURLとの組み合わせに対応する回数が5回以上の場合、当該組み合わせを解析除外リスト112に登録する。なお、5回は、第1の実施の形態に示した第2閾値の一例である。 When the monitoring unit 120 receives a selection not to register the active window, the monitoring unit 120 adds 1 to the number corresponding to the combination of the title of the active window and the process name or URL in the exclusion candidate list 114 . When the number of times corresponding to the combination of the title of the active window and the process name or URL in the exclusion candidate list 114 is five or more, the monitoring unit 120 registers the combination in the analysis exclusion list 112 . Note that 5 times is an example of the second threshold shown in the first embodiment.

判定部130は、監視部120からの指示に応じて、アクティブウィンドウが登録候補であるか否かを判定する処理(登録候補判定処理)を実行する。まず、判定部130は、アクティブウィンドウのタイトルとプロセス名またはURLとの組み合わせが解析除外リスト112に登録されているか否かを判定する。判定部130は、アクティブウィンドウのタイトルとプロセス名またはURLとの組み合わせが解析除外リスト112に登録されている場合、アクティブウィンドウを非登録候補と判定する。判定部130は、アクティブウィンドウのタイトルとプロセス名またはURLとの組み合わせが解析除外リスト112に登録されていない場合、画面解析処理を実行する。画面解析処理では、判定部130は、API140を介して、アクティブウィンドウを表示する画面表示プロセス150にパスワード入力領域を要求する。判定部130は、画面解析処理においてパスワード入力領域が検出された場合、アクティブウィンドウが登録候補であると判定する。 Determining unit 130 executes a process of determining whether or not the active window is a registration candidate (registration candidate determination process) in accordance with an instruction from monitoring unit 120 . First, the determination unit 130 determines whether or not the combination of the title of the active window and the process name or URL is registered in the analysis exclusion list 112 . If the combination of the title of the active window and the process name or URL is registered in the analysis exclusion list 112, the determination unit 130 determines the active window as a non-registration candidate. If the combination of the title of the active window and the process name or URL is not registered in the analysis exclusion list 112, the determination unit 130 executes screen analysis processing. In the screen analysis process, the determination unit 130 requests, via the API 140, the screen display process 150 that displays the active window for a password input area. When the password input area is detected in the screen analysis process, determination unit 130 determines that the active window is a registration candidate.

判定部130は、画面解析処理においてパスワード入力領域が検出されなかった場合、アクティブウィンドウが非登録候補であると判定する。また、判定部130は、画面解析処理においてパスワード入力領域が検出されなかった場合、画面解析処理にかかった時間が所定時間(例えば、2秒)以上か否かを判定する。判定部130は、画面解析処理にかかった時間が2秒以上であると判定した場合、除外候補リスト113の、アクティブウィンドウのタイトルとプロセス名またはURLとの組み合わせに対応する回数に1を加算する。判定部130は、除外候補リスト113の、アクティブウィンドウのタイトルとプロセス名またはURLとの組み合わせに対応する回数が3回以上である場合、当該組み合わせを解析除外リスト112に登録する。なお、3回は、第1の実施の形態に示した第1閾値の一例である。 Determination unit 130 determines that the active window is a non-registration candidate when the password input area is not detected in the screen analysis process. Further, when the password input area is not detected in the screen analysis process, the determination unit 130 determines whether or not the time required for the screen analysis process is equal to or longer than a predetermined time (for example, 2 seconds). If the determination unit 130 determines that the screen analysis process took two seconds or longer, the determination unit 130 adds 1 to the number of times corresponding to the combination of the title of the active window and the process name or URL in the exclusion candidate list 113 . . If the number of times corresponding to the combination of the title of the active window and the process name or URL in exclusion candidate list 113 is three or more, determination unit 130 registers the combination in analysis exclusion list 112 . Note that 3 times is an example of the first threshold shown in the first embodiment.

API140は、ウィンドウに対する解析を行うためのAPIである。API140は、判定部130からのアクティブウィンドウに含まれるパスワード入力領域の取得要求に応じて、アクティブウィンドウからパスワード入力領域を検出する。ここで、API140は、アクティブウィンドウに含まれる部品数だけ、部品の要求と画面表示プロセス150から返却された部品の解析とをする。例えば、API140は、返却された部品が、テキスト、入力フィールド、ボタン、ハイパーリンク、画像のうちのいずれの種別であるかを特定する。また、例えば、API140は、返却された部品が入力フィールドの場合、パスワード属性であるか否かを特定する。 The API 140 is an API for analyzing windows. The API 140 detects the password input area from the active window in response to the acquisition request from the determination unit 130 for the password input area included in the active window. Here, the API 140 requests parts and analyzes the parts returned from the screen display process 150 for the number of parts included in the active window. For example, API 140 identifies which type of returned component is text, input field, button, hyperlink, or image. Also, for example, when the returned part is an input field, the API 140 identifies whether it has a password attribute.

そして、API140は、パスワード属性の入力フィールド(パスワード入力領域)と判定された部品があった場合、パスワード入力領域と判定された部品を判定部130に返却する。また、API140は、パスワード入力領域と判定された部品がなかった場合、該当する部品がなかったことを判定部130に通知する。 Then, when there is a component determined to be a password attribute input field (password input area), the API 140 returns the component determined to be a password input area to the determining unit 130 . Also, when there is no component determined to be a password input area, the API 140 notifies the determination unit 130 that there is no corresponding component.

画面表示プロセス150は、アクティブウィンドウを表示しているプロセスである。画面表示プロセス150は、Webページを表示するためのブラウザであってもよい。画面表示プロセス150は、API140からの部品の情報の要求に応じて、アクティブウィンドウに含まれる部品の情報を返却する。 The screen display process 150 is the process of displaying the active window. Screen display process 150 may be a browser for displaying web pages. The screen display process 150 returns the information about the parts included in the active window in response to the request for the information about the parts from the API 140 .

なお、図5に示した各要素間を接続する線は通信経路の一部を示すものであり、図示した通信経路以外の通信経路も設定可能である。次に、記憶部110が記憶する情報について説明する。 The lines connecting the elements shown in FIG. 5 indicate part of the communication paths, and communication paths other than the illustrated communication paths can be set. Next, information stored in the storage unit 110 will be described.

図6は、記憶部に記憶されている情報の一例を示す図である。記憶部110は、登録画面リスト111、解析除外リスト112および除外候補リスト113,114を記憶する。 FIG. 6 is a diagram illustrating an example of information stored in a storage unit; Storage unit 110 stores registration screen list 111 , analysis exclusion list 112 , and exclusion candidate lists 113 and 114 .

登録画面リスト111は、ログイン画面のタイトルとプロセス名またはURLとの組み合わせと、IDおよびパスワードとの対応関係が登録される。登録画面リスト111は、タイトル、URL・プロセス名、IDおよびパスワードの項目を有する。タイトルの項目には、ログイン画面のタイトルが設定される。URL・プロセス名の項目には、ログイン画面のプロセス名またはURLが設定される。例えば、URL・プロセス名の項目には、Webページであるログイン画面を表示するためのURLが設定される。また、例えば、URL・プロセス名の項目には、Webページではないログイン画面を表示するプロセスのプロセス名が設定される。IDの項目には、ログイン画面に入力するIDが設定される。パスワードの項目には、ログイン画面に入力するパスワードが設定される。 The registered screen list 111 registers the correspondence between combinations of login screen titles, process names or URLs, and IDs and passwords. The registration screen list 111 has items of title, URL/process name, ID and password. The title of the login screen is set in the title item. The process name or URL of the login screen is set in the URL/process name item. For example, in the URL/process name item, a URL for displaying a login screen, which is a Web page, is set. Further, for example, the process name of a process that displays a login screen that is not a web page is set in the URL/process name item. An ID to be entered on the login screen is set in the ID item. A password to be entered in the login screen is set in the password item.

一例として、登録画面リスト111には、タイトルの項目が「AA」、URL・プロセス名の項目が「http://BB.com」、IDの項目が「1234」、パスワードの項目が「abcdef」であるレコードが登録されている。このレコードは、監視部120がタイトル「AA」、URL「http://BB.com」のWebページであるログイン画面に対して、ID「1234」、パスワード「abcdef」を自動入力することを示す。 As an example, in the registration screen list 111, the title item is "AA", the URL/process name item is "http://BB.com", the ID item is "1234", and the password item is "abcdef". A record is registered. This record indicates that the monitoring unit 120 automatically inputs ID "1234" and password "abcdef" to the login screen, which is a Web page with title "AA" and URL "http://BB.com". .

解析除外リスト112には、画面解析処理の対象から除外する画面のタイトルとプロセス名またはURLとの組み合わせが登録される。一例として、解析除外リスト112には、「Title=EEE,URL=http://FFF.com」が登録されている。これは、判定部130がタイトル「EEE」、URL「http://FFF.com」のWebページに対して、画面解析処理をしないことを示す。 The analysis exclusion list 112 registers combinations of screen titles and process names or URLs to be excluded from screen analysis processing targets. As an example, “Title=EEE, URL=http://FFF.com” is registered in the analysis exclusion list 112 . This indicates that the determination unit 130 does not perform screen analysis processing on the Web page with the title "EEE" and the URL "http://FFF.com".

除外候補リスト113には、画面のタイトルとプロセス名またはURLとの組み合わせと、非登録候補と判定された回数との対応関係が登録される。一例として、除外候補リスト113には、「Title=II,URL=http://JJJ.com,Count=1」が登録されている。これは、判定部130がタイトル「II」、URL「http://JJJ.com」のWebページに対する画面解析処理において、非登録候補と判定された回数が「1」回であることを示す。 The exclusion candidate list 113 registers a correspondence relationship between a combination of a screen title, a process name or a URL, and the number of times it is determined as a non-registration candidate. As an example, “Title=II, URL=http://JJJ.com, Count=1” is registered in the exclusion candidate list 113 . This indicates that the determination unit 130 determined that the Web page with the title "II" and the URL "http://JJJ.com" was "1" in screen analysis processing.

除外候補リスト114には、画面のタイトルとプロセス名またはURLとの組み合わせと、ユーザが非登録と選択した回数との対応関係が登録される。一例として、除外候補リスト113には、「Title=MM,URL=http://NN.com,Count=1」が登録されている。これは、タイトル「MM」、URL「http://NN.com」のWebページの登録を促す登録誘導通知42に対して、ユーザが非登録と選択した回数が「1」回であることを示す。 The exclusion candidate list 114 registers a correspondence relationship between a combination of a screen title, a process name or a URL, and the number of times the user selects non-registration. As an example, “Title=MM, URL=http://NN.com, Count=1” is registered in the exclusion candidate list 113 . This indicates that the number of times the user has selected non-registration is "1" in response to the registration guidance notification 42 prompting registration of the Web page with the title "MM" and the URL "http://NN.com". show.

以下、情報処理装置100が実行する処理の手順について、詳細に説明する。
図7は、画面監視処理の手順の一例を示すフローチャートである。以下、図7に示す処理をステップ番号に沿って説明する。
The procedure of the processing executed by the information processing apparatus 100 will be described in detail below.
FIG. 7 is a flowchart illustrating an example of the procedure of screen monitoring processing. The processing shown in FIG. 7 will be described below in accordance with step numbers.

[ステップS11]監視部120は、監視を終了するか否かを判定する。監視部120は、監視を終了すると判定した場合、処理を終了する。また、監視部120は、監視を終了しないと判定した場合、処理をステップS12に進める。 [Step S11] The monitoring unit 120 determines whether or not to end monitoring. When the monitoring unit 120 determines to end the monitoring, the monitoring unit 120 ends the process. If the monitoring unit 120 determines not to end the monitoring, the process proceeds to step S12.

[ステップS12]監視部120は、前回のステップS13の実行から一定時間経過したまたはアクティブウィンドウが変更されたか否かを判定する。監視部120は、一定時間経過したまたはアクティブウィンドウが変更されたと判定した場合、処理をステップS13に進める。また、監視部120は、一定時間経過しておらず、アクティブウィンドウが変更されていないと判定した場合、処理をステップS11に進める。 [Step S12] The monitoring unit 120 determines whether a certain period of time has elapsed since step S13 was last executed, or whether the active window has been changed. If the monitoring unit 120 determines that the predetermined time has passed or the active window has been changed, the process proceeds to step S13. On the other hand, when the monitoring unit 120 determines that the predetermined time has not elapsed and the active window has not been changed, the process proceeds to step S11.

[ステップS13]監視部120は、アクティブウィンドウが登録画面リスト111に登録されているか否かを判定する。例えば、監視部120は、アクティブウィンドウのタイトルを特定する。また、監視部120は、アクティブウィンドウを表示するプロセス名またはアクティブウィンドウを表示するためのURLを特定する。そして、監視部120は、タイトルの項目に特定したタイトルが設定され、URL・プロセス名の項目に特定したプロセス名またはURLが設定されているレコードが登録画面リスト111に登録されているか否かを判定する。監視部120は、アクティブウィンドウが登録画面リスト111に登録されていると判定した場合、処理をステップS14に進める。また、監視部120は、アクティブウィンドウが登録画面リスト111に登録されていないと判定した場合、処理をステップS15に進める。 [Step S<b>13 ] The monitoring unit 120 determines whether or not the active window is registered in the registered screen list 111 . For example, the monitoring unit 120 identifies the title of the active window. Also, the monitoring unit 120 identifies the process name for displaying the active window or the URL for displaying the active window. Then, the monitoring unit 120 checks whether or not a record in which a specified title is set in the title field and a specified process name or URL is set in the URL/process name field is registered in the registration screen list 111 . judge. When monitoring unit 120 determines that the active window is registered in registered screen list 111, the process proceeds to step S14. If the monitoring unit 120 determines that the active window is not registered in the registration screen list 111, the process proceeds to step S15.

[ステップS14]監視部120は、IDおよびパスワードをアクティブウィンドウに入力する。例えば、監視部120は、登録画面リスト111を参照し、タイトルの項目にステップS13で特定したタイトルが設定され、URL・プロセス名の項目にステップS13で特定したプロセス名またはURLが設定されているレコードを特定する。そして、監視部120は、特定したレコードのIDの項目に設定されたIDおよびパスワードの項目に設定されたパスワードをアクティブウィンドウに入力する。そして、処理がステップS11に進む。 [Step S14] The monitoring unit 120 inputs the ID and password to the active window. For example, the monitoring unit 120 refers to the registration screen list 111, the title specified in step S13 is set in the title item, and the process name or URL specified in step S13 is set in the URL/process name item. Identify records. Then, the monitoring unit 120 inputs the ID set in the ID item of the identified record and the password set in the password item into the active window. Then, the process proceeds to step S11.

[ステップS15]判定部130は、登録候補判定処理を実行する。登録候補判定処理の詳細については後述する(図8参照)。
[ステップS16]監視部120は、ステップS15で、アクティブウィンドウが登録候補と判定されたか否かを判定する。監視部120は、アクティブウィンドウが登録候補と判定された場合、処理をステップS17に進める。また、監視部120は、アクティブウィンドウが非登録候補と判定された場合、処理をステップS11に進める。
[Step S15] The determination unit 130 executes registration candidate determination processing. Details of the registration candidate determination process will be described later (see FIG. 8).
[Step S16] The monitoring unit 120 determines whether or not the active window was determined as a registration candidate in step S15. If the active window is determined to be a registration candidate, monitoring unit 120 advances the process to step S17. If the active window is determined to be a non-registration candidate, monitoring unit 120 advances the process to step S11.

[ステップS17]監視部120は、登録誘導通知42を表示する。
[ステップS18]監視部120は、アクティブウィンドウを登録する選択を受け付けたか否かを判定する。例えば、監視部120は、登録誘導通知42がクリックされた場合、アクティブウィンドウを登録する選択を受け付けたと判定する。監視部120は、アクティブウィンドウを登録する選択を受け付けたと判定した場合、処理をステップS19に進める。また、監視部120は、アクティブウィンドウを登録しない選択を受け付けたと判定した場合、処理をステップS20に進める。
[Step S<b>17 ] The monitoring unit 120 displays the registration guidance notice 42 .
[Step S18] The monitoring unit 120 determines whether or not a selection to register an active window has been received. For example, when the registration guidance notification 42 is clicked, the monitoring unit 120 determines that the selection to register the active window has been accepted. When monitoring unit 120 determines that the selection to register the active window has been received, the process proceeds to step S19. When monitoring unit 120 determines that a selection not to register an active window has been received, the process proceeds to step S20.

[ステップS19]監視部120は、アクティブウィンドウを登録画面リスト111に登録する。例えば、監視部120は、アクティブウィンドウに入力された内容をユーザに入力させるための登録情報入力用画面を表示し、IDおよびパスワードの入力を受け付ける。そして、監視部120は、登録画面リスト111にレコードを生成し、生成したレコードのタイトルの項目に、ステップS13で特定したタイトルを設定し、URL・プロセス名の項目にステップS13で特定したプロセス名またはURLを設定する。また、監視部120は生成したレコードのIDの項目に、ユーザが登録情報入力用画面に入力したIDを設定し、パスワードの項目に、ユーザが登録情報入力用画面に入力したパスワードを設定する。そして、処理がステップS11に進む。 [Step S<b>19 ] The monitoring unit 120 registers the active window in the registration screen list 111 . For example, the monitoring unit 120 displays a registration information input screen for allowing the user to input the content input to the active window, and accepts input of an ID and a password. Then, the monitoring unit 120 creates a record in the registration screen list 111, sets the title specified in step S13 in the title field of the created record, and sets the process name specified in step S13 in the URL/process name field. Or set the URL. The monitoring unit 120 sets the ID entered by the user on the registration information input screen in the ID field of the generated record, and sets the password entered by the user on the registration information input screen in the password field. Then, the process proceeds to step S11.

[ステップS20]監視部120は、非登録と選択された回数が5回以上であるか否かを判定する。例えば、監視部120は、除外候補リスト114の、ステップS13で特定したタイトルとプロセス名またはURLとの組み合わせに対応する回数に1を加算する。なお、監視部120は、ステップS13で特定したタイトルとプロセス名またはURLとの組み合わせが除外候補リスト114に未登録の場合、当該組み合わせに対応する回数を1として除外候補リスト114に登録する。監視部120は、除外候補リスト114のステップS13で特定したタイトルとプロセス名またはURLとの組み合わせに対応する回数が5回以上である場合、非登録と選択された回数が5回以上であると判定する。監視部120は、非登録と選択された回数が5回以上であると判定した場合、処理をステップS21に進める。また、監視部120は、非登録と選択された回数が5回未満であると判定した場合、処理をステップS11に進める。 [Step S20] The monitoring unit 120 determines whether or not the number of times non-registration is selected is five or more. For example, the monitoring unit 120 adds 1 to the number of times corresponding to the combination of the title and process name or URL identified in step S13 in the exclusion candidate list 114 . If the combination of the title and process name or URL specified in step S13 is not registered in the exclusion candidate list 114, the monitoring unit 120 registers the combination in the exclusion candidate list 114 as 1 as the number of times corresponding to the combination. If the number of times corresponding to the combination of the title and the process name or the URL identified in step S13 in the exclusion candidate list 114 is five or more, the monitoring unit 120 determines that the number of non-registration selections is five or more. judge. If the monitoring unit 120 determines that the non-registration is selected five times or more, the process proceeds to step S21. If the monitoring unit 120 determines that the non-registration is selected less than five times, the process proceeds to step S11.

[ステップS21]監視部120は、アクティブウィンドウを解析除外リスト112に登録する。例えば、監視部120は、ステップS13で特定したタイトルとプロセス名またはURLとの組み合わせを解析除外リスト112に登録する。また、監視部120は、ステップS13で特定したタイトルとプロセス名またはURLとの組み合わせを除外候補リスト114から削除する。そして、処理がステップS11に進む。 [Step S<b>21 ] The monitoring unit 120 registers the active window in the analysis exclusion list 112 . For example, the monitoring unit 120 registers in the analysis exclusion list 112 the combination of the title and process name or URL identified in step S13. Also, the monitoring unit 120 deletes from the exclusion candidate list 114 the combination of the title and process name or URL specified in step S13. Then, the process proceeds to step S11.

このようにして、監視部120は、アクティブウィンドウが登録画面リスト111に登録されている場合、IDおよびパスワードをアクティブウィンドウに自動入力する。これにより、監視部120は、ログイン時のユーザの手間を削減できる。また、監視部120は、アクティブウィンドウが登録画面リスト111に登録されておらず、登録候補と判定された場合、登録誘導通知42を表示する。そして、監視部120は、登録誘導通知42に対して、アクティブウィンドウを登録する選択がされた場合、アクティブウィンドウを登録画面リスト111に登録する。これにより、監視部120は、登録した画面に対して、次回以降IDおよびパスワードを自動入力することができる。 In this way, when the active window is registered in the registration screen list 111, the monitoring unit 120 automatically inputs the ID and password to the active window. As a result, the monitoring unit 120 can reduce the user's trouble during login. In addition, when the active window is not registered in the registration screen list 111 and is determined to be a registration candidate, the monitoring unit 120 displays a registration guidance notification 42 . Then, when a selection to register an active window is made in response to the registration guidance notification 42 , the monitoring unit 120 registers the active window in the registration screen list 111 . As a result, the monitoring unit 120 can automatically input the ID and password to the registered screen from the next time onward.

また、監視部120は、5回以上非登録と選択されたアクティブウィンドウを解析除外リスト112に登録する。これにより、監視部120は、ユーザが登録不要と判断した画面については、後述の画面解析処理の対象から除外することができる。 In addition, the monitoring unit 120 registers in the analysis exclusion list 112 active windows that have been selected as non-registered five or more times. As a result, the monitoring unit 120 can exclude screens that the user has determined do not need to be registered from targets of screen analysis processing, which will be described later.

次に、登録候補判定処理の手順について、詳細に説明する。
図8は、登録候補判定処理の手順の一例を示すフローチャートである。以下、図8に示す処理をステップ番号に沿って説明する。
Next, the procedure of registration candidate determination processing will be described in detail.
FIG. 8 is a flowchart illustrating an example of a procedure of registration candidate determination processing. The processing shown in FIG. 8 will be described below along with the step numbers.

[ステップS31]判定部130は、アクティブウィンドウを表示している画面表示プロセス150から、画面情報を取得する。例えば、判定部130は、アクティブウィンドウのタイトルと、アクティブウィンドウを表示するプロセス名またはアクティブウィンドウを表示するためのURLとをAPI140を介して画面表示プロセス150から取得する。 [Step S31] The determination unit 130 acquires screen information from the screen display process 150 displaying the active window. For example, the determination unit 130 acquires the title of the active window and the name of the process that displays the active window or the URL for displaying the active window from the screen display process 150 via the API 140 .

[ステップS32]判定部130は、画面情報が解析除外リスト112に登録されているか否かを判定する。例えば、判定部130は、ステップS31で取得したタイトルとプロセス名またはURLとの組み合わせが解析除外リスト112に登録されている場合、画面情報が解析除外リスト112に登録されていると判定する。判定部130は、画面情報が解析除外リスト112に登録されていると判定した場合、処理をステップS40に進める。また、判定部130は、画面情報が解析除外リスト112に登録されていないと判定した場合、処理をステップS33に進める。 [Step S<b>32 ] The determination unit 130 determines whether screen information is registered in the analysis exclusion list 112 . For example, the determination unit 130 determines that the screen information is registered in the analysis exclusion list 112 when the combination of the title and process name or URL acquired in step S31 is registered in the analysis exclusion list 112 . If determining unit 130 determines that the screen information is registered in analysis exclusion list 112, the process proceeds to step S40. If determining unit 130 determines that the screen information is not registered in analysis exclusion list 112, the process proceeds to step S33.

[ステップS33]判定部130は、画面解析処理を実行する。画面解析処理の詳細については後述する(図9参照)。
[ステップS34]判定部130は、アクティブウィンドウにパスワード入力領域が含まれているか否かを判定する。例えば、判定部130は、ステップS33の画面解析処理においてパスワード入力領域が検出された場合、アクティブウィンドウにパスワード入力領域が含まれていると判定する。判定部130は、アクティブウィンドウにパスワード入力領域が含まれていると判定した場合、処理をステップS35に進める。また、判定部130は、アクティブウィンドウにパスワード入力領域が含まれていないと判定した場合、処理をステップS36に進める。
[Step S33] The determination unit 130 executes screen analysis processing. Details of the screen analysis processing will be described later (see FIG. 9).
[Step S34] The determination unit 130 determines whether or not the active window includes a password input area. For example, when the password input area is detected in the screen analysis process of step S33, the determination unit 130 determines that the password input area is included in the active window. If determining unit 130 determines that the active window includes the password input area, the process proceeds to step S35. If determination unit 130 determines that the active window does not include a password input area, the process proceeds to step S36.

[ステップS35]判定部130は、アクティブウィンドウが登録候補であると判定する。そして、処理が終了する。
[ステップS36]判定部130は、画面解析処理にかかった時間が所定時間(例えば、2秒)以上か否かを判定する。判定部130は、画面解析処理にかかった時間が2秒以上であると判定した場合、処理をステップS37に進める。また、判定部130は、画面解析処理にかかった時間が2秒未満であると判定した場合、処理をステップS40に進める。
[Step S35] The determination unit 130 determines that the active window is a registration candidate. Then the process ends.
[Step S36] The determination unit 130 determines whether or not the time required for the screen analysis process is equal to or longer than a predetermined time (for example, 2 seconds). If determining unit 130 determines that the screen analysis process took 2 seconds or more, the process proceeds to step S37. Further, when determining unit 130 determines that the time required for the screen analysis process is less than 2 seconds, the process proceeds to step S40.

[ステップS37]判定部130は、除外候補リスト113の、ステップS31で取得したタイトルとプロセス名またはURLとの組み合わせに対応する回数に1を加算する。なお、判定部130は、ステップS31で取得したタイトルとプロセス名またはURLとの組み合わせが除外候補リスト113に未登録の場合、当該組み合わせに対応する回数を1として除外候補リスト113に登録する。 [Step S37] The determination unit 130 adds 1 to the number of times corresponding to the combination of the title and process name or URL acquired in step S31 in the exclusion candidate list 113 . If the combination of the title and the process name or the URL acquired in step S31 is not registered in the exclusion candidate list 113, the determination unit 130 registers the combination in the exclusion candidate list 113 as 1 as the number of times corresponding to the combination.

[ステップS38]判定部130は、除外候補リスト113の、ステップS31で取得したタイトルとプロセス名またはURLとの組み合わせに対応する回数が3回以上であるか否かを判定する。判定部130は、回数が3回以上であると判定した場合、処理をステップS39に進める。また、判定部130は、回数が3回未満であると判定した場合、処理をステップS40に進める。 [Step S38] The determination unit 130 determines whether or not the number of times corresponding to the combination of the title and process name or URL acquired in step S31 in the exclusion candidate list 113 is three or more. When determining unit 130 determines that the number of times is 3 or more, it advances the process to step S39. If determining unit 130 determines that the number of times is less than 3, the process proceeds to step S40.

[ステップS39]判定部130は、アクティブウィンドウを解析除外リスト112に登録する。例えば、判定部130は、ステップS31で取得したタイトルとプロセス名またはURLとの組み合わせを解析除外リスト112に登録する。また、判定部130は、ステップS31で取得したタイトルとプロセス名またはURLとの組み合わせを除外候補リスト113から削除する。 [Step S<b>39 ] The determination unit 130 registers the active window in the analysis exclusion list 112 . For example, the determination unit 130 registers in the analysis exclusion list 112 the combination of the title and process name or URL acquired in step S31. Further, the determination unit 130 deletes from the exclusion candidate list 113 the combination of the title and the process name or the URL acquired in step S31.

[ステップS40]判定部130は、アクティブウィンドウが非登録候補であると判定する。
このようにして、判定部130は、アクティブウィンドウが解析除外リスト112に登録されていない場合、画面解析処理を実行する。そして、判定部130は、アクティブウィンドウがパスワード入力領域を含む場合、登録候補と判定し、パスワード入力領域を含まない場合、非登録候補と判定する。ここで、判定部130は、アクティブウィンドウがパスワード入力領域を含まず、画面解析処理時間が所定時間以上の場合、除外候補リスト113の、アクティブウィンドウに対応する回数に1を加算する。そして、判定部130は、回数が3回以上となった場合、アクティブウィンドウを解析除外リスト112に登録する。
[Step S40] The determination unit 130 determines that the active window is a non-registration candidate.
In this manner, determination unit 130 executes screen analysis processing when the active window is not registered in analysis exclusion list 112 . If the active window includes a password input area, determination unit 130 determines it as a registration candidate, and if it does not include a password input area, determines it as a non-registration candidate. Here, if the active window does not include a password input area and the screen analysis processing time is equal to or longer than a predetermined time, determination unit 130 adds 1 to the number of times corresponding to the active window in exclusion candidate list 113 . Then, when the number of times is three or more, determination unit 130 registers the active window in analysis exclusion list 112 .

これにより、判定部130は、処理負荷が大きく、ログイン画面ではない可能性が高い画面については、次回以降の画面解析処理の対象から除外することができる。よって、判定部130は、画面解析の処理負荷を軽減できる。 As a result, the determination unit 130 can exclude screens that have a high processing load and are highly likely not to be login screens from the next and subsequent screen analysis processing targets. Therefore, the determination unit 130 can reduce the processing load of screen analysis.

なお、ログイン画面でない画面と、当該画面が画面遷移して、ログイン画面となった画面とが同じタイトルとプロセス名またはURLとの組み合わせで示されることがある。よって、パスワード入力領域を含まないと判定したアクティブウィンドウをすべて解析除外リスト112に登録すると、次回以降の自動登録の精度が低くなることがある。そこで、判定部130は、処理負荷が大きく、ログイン画面ではない可能性が高い場合に、アクティブウィンドウを解析除外リスト112に登録することで、自動登録の精度の低下を抑制できる。 It should be noted that a screen that is not a login screen and a screen that has changed from that screen to become a login screen may be indicated by a combination of the same title and process name or URL. Therefore, if all active windows determined not to include a password input area are registered in the analysis exclusion list 112, the precision of automatic registration from the next time onwards may be lowered. Therefore, the determination unit 130 registers the active window in the analysis exclusion list 112 when the processing load is large and the possibility that the screen is not the login screen is high, thereby suppressing a decrease in accuracy of automatic registration.

次に、画面解析処理をシーケンス図を用いて説明する。
図9は、画面解析処理の例を示すシーケンス図である。画面解析処理では、判定部130は、API140を介して、アクティブウィンドウを表示する画面表示プロセス150にパスワード入力領域を要求する。
Next, screen analysis processing will be described using a sequence diagram.
FIG. 9 is a sequence diagram showing an example of screen analysis processing. In the screen analysis process, the determination unit 130 requests, via the API 140, the screen display process 150 that displays the active window for a password input area.

まず、判定部130は、アクティブウィンドウにアクセスするためのオブジェクト(アクセス用オブジェクト)をAPI140に要求する(ステップS51)。API140は、アクセス用オブジェクトを画面表示プロセス150に要求する(ステップS52)。画面表示プロセス150は、API140からの要求に応じて、アクセス用オブジェクトをAPI140に返却する(ステップS53)。API140は、画面表示プロセス150から返却されたアクセス用オブジェクトを判定部130に返却する(ステップS54)。 First, the determination unit 130 requests the API 140 for an object (access object) for accessing the active window (step S51). The API 140 requests an access object from the screen display process 150 (step S52). The screen display process 150 returns the access object to the API 140 in response to the request from the API 140 (step S53). The API 140 returns the access object returned from the screen display process 150 to the determination unit 130 (step S54).

判定部130は、アクセス用オブジェクトを用いてアクティブウィンドウを指定し、パスワード入力領域の取得をAPI140に要求する(ステップS55)。すると、以下のステップS56~ステップS58の処理がアクティブウィンドウに含まれる部品数だけ繰り返される。なお、API140は、パスワード属性の入力フィールド(パスワード入力領域)が検出された場合、ステップS56~ステップS58の処理の繰り返しを終了してもよい。 The determination unit 130 specifies the active window using the access object and requests the API 140 to acquire the password input area (step S55). Then, the following steps S56 to S58 are repeated by the number of parts included in the active window. It should be noted that the API 140 may terminate the repetition of the processing of steps S56 to S58 when the password attribute input field (password input area) is detected.

API140は、アクティブウィンドウに含まれる部品を1つ画面表示プロセス150に要求する(ステップS56)。画面表示プロセス150は、アクティブウィンドウに含まれる部品の情報を1つ返却する(ステップS57)。そして、API140は、画面表示プロセス150から返却された部品を解析する(ステップS58)。例えば、API140は、返却された部品が、テキスト、入力フィールド、ボタン、ハイパーリンク、画像のうちのいずれの種別であるかを特定する。また、例えば、API140は、返却された部品が入力フィールドの場合、パスワード属性であるか否かを特定する。また、例えば、API140は、返却された部品の名前、アクティブウィンドウにおける座標、部品ID、読み取り専用か否かの情報、フォーカスがあるか否かの情報、表示状態であるか否かの情報および部品に対して可能な操作等を特定してもよい。 The API 140 requests one component included in the active window from the screen display process 150 (step S56). The screen display process 150 returns one piece of information on the component included in the active window (step S57). The API 140 then analyzes the parts returned from the screen display process 150 (step S58). For example, API 140 identifies which type of returned component is text, input field, button, hyperlink, or image. Also, for example, when the returned part is an input field, the API 140 identifies whether it has a password attribute. In addition, for example, the API 140 provides the name of the returned component, the coordinates in the active window, the component ID, information on whether it is read-only, information on whether it is focused, information on whether it is in a display state, and information on whether it is in a display state. You may specify the operation etc. which can be performed with respect to.

API140は、ステップS56~ステップS58において、パスワード入力領域と判定された部品があった場合、パスワード入力領域と判定された部品を判定部130に返却する(ステップS59)。また、API140は、ステップS56~ステップS58において、パスワード入力領域と判定された部品がなかった場合、該当する部品がなかったことを判定部130に通知する(ステップS60)。 In steps S56 to S58, if there is a component determined to be a password input area, the API 140 returns the component determined to be a password input area to the determination unit 130 (step S59). In addition, when there is no component determined to be a password input area in steps S56 to S58, the API 140 notifies the determination unit 130 that there is no corresponding component (step S60).

このようにして、判定部130は、アクティブウィンドウにパスワード入力領域が含まれるか否かを特定できる。このような画像解析処理は、ステップS56~ステップS58がアクティブウィンドウに含まれる部品数だけ繰り返されるため、時間がかかる。そこで、判定部130は、前述のように、パスワード入力領域を含まないアクティブウィンドウを解析除外リスト112に登録することで次回以降の処理負荷を軽減できる。 In this manner, determination unit 130 can identify whether or not the active window includes a password input area. Such image analysis processing takes a long time because steps S56 to S58 are repeated by the number of parts included in the active window. Therefore, the determination unit 130 can reduce the processing load from the next time onward by registering the active window that does not include the password input area in the analysis exclusion list 112 as described above.

第2の実施の形態によれば、情報処理装置100の記憶部110は、ログイン画面のタイトルとURLまたはプロセス名との組み合わせと、IDおよびパスワードとの対応関係が登録された登録画面リスト111と、画面のIDおよびパスワードが登録された解析除外リスト112とを記憶する。情報処理装置100の監視部120は、アクティブウィンドウのタイトルとURLまたはプロセス名との組み合わせが登録画面リスト111に登録されている場合、アクティブウィンドウのタイトルとURLまたはプロセス名との組み合わせに対応するIDおよびパスワードをアクティブウィンドウに対して入力する。情報処理装置100の判定部130は、アクティブウィンドウのタイトルとURLまたはプロセス名との組み合わせが、登録画面リスト111および解析除外リスト112のいずれにも登録されていない場合、アクティブウィンドウがパスワード入力領域を含むか否かを判定する。判定部130は、アクティブウィンドウがパスワード入力領域を含む場合、アクティブウィンドウのタイトルとURLまたはプロセス名との組み合わせと、登録情報入力用画面に入力されたIDおよびパスワードとの対応関係を登録画面リスト111に登録する。判定部130は、アクティブウィンドウがパスワード入力領域を含まない場合、アクティブウィンドウのタイトルとURLまたはプロセス名との組み合わせを解析除外リスト112に登録する。 According to the second embodiment, the storage unit 110 of the information processing apparatus 100 includes a registration screen list 111 in which correspondence relationships between combinations of login screen titles, URLs or process names, and IDs and passwords are registered. , and an analysis exclusion list 112 in which screen IDs and passwords are registered. When the combination of the title of the active window and the URL or the process name is registered in the registration screen list 111, the monitoring unit 120 of the information processing apparatus 100 detects the ID corresponding to the combination of the title of the active window and the URL or the process name. and password for the active window. If the combination of the title of the active window and the URL or process name is not registered in either registration screen list 111 or analysis exclusion list 112, determination unit 130 of information processing apparatus 100 determines that the active window does not occupy the password input area. It is determined whether or not it is included. If the active window includes a password input area, the determining unit 130 stores the correspondence relationship between the combination of the title of the active window and the URL or process name and the ID and password input on the registration information input screen in the registration screen list 111. to register. If the active window does not include a password input area, determination unit 130 registers the combination of the title of the active window and the URL or process name in analysis exclusion list 112 .

このように、情報処理装置100は、パスワード入力領域が含まれるアクティブウィンドウを登録画面リスト111に登録することで、次回以降、IDおよびパスワードを自動入力できる。また、情報処理装置100は、アクティブウィンドウがパスワード入力領域を含まない場合、解析除外リスト112に登録することで、次回以降、画面解析処理の対象から除外できる。これにより、情報処理装置100は、画面解析の処理負荷を軽減することができる。 In this way, the information processing apparatus 100 registers the active window including the password input area in the registration screen list 111, so that the ID and password can be automatically input from the next time onward. In addition, when the active window does not include the password input area, the information processing apparatus 100 can exclude the active window from the target of screen analysis processing from the next time onward by registering it in the analysis exclusion list 112 . Thereby, the information processing apparatus 100 can reduce the processing load of screen analysis.

また、判定部130は、アクティブウィンドウがパスワード入力領域を含まず、アクティブウィンドウがパスワード入力領域を含むか否かの判定にかかった時間が所定時間以上の場合、アクティブウィンドウのタイトルとURLまたはプロセス名との組み合わせを解析除外リスト112に登録する。これにより、情報処理装置100は、アクティブウィンドウに対する画面解析処理の処理負荷が大きい場合に、次回以降、画面解析処理の対象から除外できる。 If the active window does not include the password input area and the time taken to determine whether the active window includes the password input area is equal to or longer than a predetermined time, the determination unit 130 determines whether the active window title and URL or process name are registered in the analysis exclusion list 112 . As a result, when the processing load of the screen analysis process on the active window is large, the information processing apparatus 100 can exclude the active window from the target of the screen analysis process from the next time onward.

また、記憶部110は、タイトルとURLまたはプロセス名との組み合わせと回数との対応関係が登録された除外候補リスト113を記憶する。判定部130は、アクティブウィンドウがパスワード入力領域を含まず、アクティブウィンドウがパスワード入力領域を含むか否かの判定にかかった時間が所定時間以上の場合、アクティブウィンドウのタイトルとURLまたはプロセス名との組み合わせに対応する回数に1を加算する。そして、判定部130は、アクティブウィンドウのタイトルとURLまたはプロセス名との組み合わせに対応する回数が3回以上の場合、アクティブウィンドウのタイトルとURLまたはプロセス名との組み合わせを解析除外リスト112に登録する。これにより、情報処理装置100は、画面遷移してログイン画面となる可能性の低いアクティブウィンドウを解析除外リスト112に登録できる。 Further, the storage unit 110 stores an exclusion candidate list 113 in which correspondence relationships between combinations of titles, URLs or process names, and the number of times are registered. If the active window does not include the password input area and the time taken to determine whether the active window includes the password input area is equal to or longer than a predetermined time, determination unit 130 determines whether the title of the active window and the URL or process name are matched. Add 1 to the number of times corresponding to the combination. If the number of times corresponding to the combination of the active window title and URL or process name is three or more, determination unit 130 registers the combination of the active window title and URL or process name in analysis exclusion list 112. . As a result, the information processing apparatus 100 can register in the analysis exclusion list 112 an active window that is unlikely to transition to a login screen.

また、記憶部110は、タイトルとURLまたはプロセス名との組み合わせと回数との対応関係が登録された除外候補リスト114を記憶する。監視部120は、アクティブウィンドウがパスワード入力領域を含む場合、アクティブウィンドウを登録するか否かの選択を受け付ける。監視部120は、アクティブウィンドウを登録する選択を受け付けた場合、アクティブウィンドウのタイトルとURLまたはプロセス名との組み合わせと登録情報入力用画面に入力されたIDおよびパスワードとの対応関係を登録画面リスト111に登録する。監視部120は、アクティブウィンドウを登録しない選択を受け付けた場合、アクティブウィンドウのタイトルとURLまたはプロセス名との組み合わせに対応する回数に1を加算する。監視部120は、アクティブウィンドウのタイトルとURLまたはプロセス名との組み合わせに対応する回数が5回以上の場合、アクティブウィンドウのタイトルとURLまたはプロセス名との組み合わせを解析除外リスト112に登録する。これにより、情報処理装置100は、ユーザに登録不要とされたアクティブウィンドウに対して、次回以降画面解析処理を実行しないようにできる。 Further, the storage unit 110 stores an exclusion candidate list 114 in which correspondence relationships between combinations of titles, URLs or process names, and the number of times are registered. If the active window includes a password entry area, monitoring unit 120 accepts a selection as to whether or not to register the active window. When the selection to register the active window is accepted, the monitoring unit 120 stores the correspondence relationship between the combination of the title of the active window, the URL or the process name, and the ID and password input on the registration information input screen in the registration screen list 111 . to register. When receiving a selection not to register the active window, the monitoring unit 120 adds 1 to the number of times corresponding to the combination of the title of the active window and the URL or process name. If the number of times corresponding to the combination of the active window title and URL or process name is five or more, monitoring unit 120 registers the combination of the active window title and URL or process name in analysis exclusion list 112 . As a result, the information processing apparatus 100 can prevent the screen analysis process from being performed next time on the active window that is not required to be registered by the user.

以上、実施の形態を例示したが、実施の形態で示した各部の構成は同様の機能を有する他のものに置換することができる。また、他の任意の構成物や工程が付加されてもよい。さらに、前述した実施の形態のうちの任意の2以上の構成(特徴)を組み合わせたものであってもよい。 Although the embodiment has been illustrated above, the configuration of each unit shown in the embodiment can be replaced with another one having the same function. Also, any other components or steps may be added. Furthermore, any two or more configurations (features) of the above-described embodiments may be combined.

1 対象画面
2 識別情報
10 情報処理装置
11 記憶部
11a 登録画面リスト
11b 解析除外リスト
12 処理部
REFERENCE SIGNS LIST 1 target screen 2 identification information 10 information processing device 11 storage unit 11a registration screen list 11b analysis exclusion list 12 processing unit

Claims (5)

ログイン画面の識別情報とログイン情報との対応関係が登録された登録画面リストと、画面の識別情報が登録された解析除外リストとを記憶する記憶部と、
対象画面の識別情報が前記登録画面リストに登録されている場合、前記対象画面の識別情報に対応するログイン情報を前記対象画面に対して入力し、前記対象画面の識別情報が、前記登録画面リストおよび前記解析除外リストのいずれにも登録されていない場合、前記対象画面がパスワード入力領域を含むか否かを判定し、前記対象画面がパスワード入力領域を含む場合、前記対象画面の識別情報と入力ログイン情報との対応関係を前記登録画面リストに登録し、前記対象画面がパスワード入力領域を含まない場合、前記対象画面の識別情報を前記解析除外リストに登録する処理部と、
を有する情報処理装置。
a storage unit for storing a registration screen list in which correspondence between login screen identification information and login information is registered, and an analysis exclusion list in which screen identification information is registered;
When the identification information of the target screen is registered in the registered screen list, login information corresponding to the identification information of the target screen is input to the target screen, and the identification information of the target screen is registered in the registered screen list. and the analysis exclusion list, determine whether or not the target screen includes a password input area, and if the target screen includes a password input area, input identification information of the target screen a processing unit that registers a correspondence relationship with login information in the registration screen list, and registers identification information of the target screen in the analysis exclusion list when the target screen does not include a password input area;
Information processing device having
前記処理部は、前記対象画面がパスワード入力領域を含まず、前記対象画面がパスワード入力領域を含むか否かの判定にかかった時間が所定時間以上の場合、前記対象画面の識別情報を前記解析除外リストに登録する、
請求項1記載の情報処理装置。
The processing unit analyzes the identification information of the target screen when the target screen does not include the password input area and the time taken to determine whether the target screen includes the password input area is equal to or longer than a predetermined time. be on the exclusion list,
The information processing apparatus according to claim 1.
前記記憶部は、画面の識別情報と非登録判定回数との対応関係が登録された第1除外候補リストを記憶し、
前記処理部は、前記対象画面がパスワード入力領域を含まず、前記対象画面がパスワード入力領域を含むか否かの判定にかかった時間が所定時間以上の場合、前記対象画面の識別情報に対応する非登録判定回数に1を加算し、前記対象画面の識別情報に対応する非登録判定回数が第1閾値以上の場合、前記対象画面の識別情報を前記解析除外リストに登録する、
請求項2記載の情報処理装置。
The storage unit stores a first exclusion candidate list in which a correspondence relationship between screen identification information and the number of non-registration determinations is registered;
If the target screen does not include a password input area and the time taken to determine whether or not the target screen includes a password input area is equal to or longer than a predetermined time, the processing unit corresponds to the identification information of the target screen. adding 1 to the number of non-registration determinations, and registering the identification information of the target screen in the analysis exclusion list when the number of non-registration determinations corresponding to the identification information of the target screen is equal to or greater than a first threshold;
3. The information processing apparatus according to claim 2.
前記記憶部は、画面の識別情報と非登録選択回数との対応関係が登録された第2除外候補リストを記憶し、
前記処理部は、前記対象画面がパスワード入力領域を含む場合、前記対象画面を登録するか否かの選択を受け付け、前記対象画面を登録する選択を受け付けた場合、前記対象画面の識別情報と入力ログイン情報との対応関係を前記登録画面リストに登録し、前記対象画面を登録しない選択を受け付けた場合、前記対象画面の識別情報に対応する非登録選択回数に1を加算し、前記対象画面の識別情報に対応する非登録選択回数が第2閾値以上の場合、前記対象画面の識別情報を前記解析除外リストに登録する、
請求項1ないし3のいずれかに記載の情報処理装置。
The storage unit stores a second exclusion candidate list in which a correspondence relationship between screen identification information and the number of non-registration selections is registered,
The processing unit receives a selection as to whether or not to register the target screen when the target screen includes a password input area, and inputs identification information of the target screen when a selection to register the target screen is received. When the correspondence with the login information is registered in the registration screen list, and the selection not to register the target screen is accepted, 1 is added to the number of non-registration selections corresponding to the identification information of the target screen, and the number of non-registration selections corresponding to the identification information of the target screen is registering the identification information of the target screen in the analysis exclusion list when the number of non-registration selections corresponding to the identification information is equal to or greater than a second threshold;
4. The information processing apparatus according to any one of claims 1 to 3.
コンピュータに、
対象画面の識別情報がログイン画面の識別情報とログイン情報との対応関係が登録された登録画面リストに登録されている場合、前記対象画面の識別情報に対応するログイン情報を前記対象画面に対して入力し、
前記対象画面の識別情報が、前記登録画面リストおよび画面の識別情報が登録された解析除外リストのいずれにも登録されていない場合、前記対象画面がパスワード入力領域を含むか否かを判定し、
前記対象画面がパスワード入力領域を含む場合、前記対象画面の識別情報と入力ログイン情報との対応関係を前記登録画面リストに登録し、
前記対象画面がパスワード入力領域を含まない場合、前記対象画面の識別情報を前記解析除外リストに登録する、
処理を実行させるプログラム。
to the computer,
When the identification information of the target screen is registered in the registration screen list in which the correspondence relationship between the identification information of the login screen and the login information is registered, the login information corresponding to the identification information of the target screen is sent to the target screen. Input,
determining whether or not the target screen includes a password input area when the identification information of the target screen is registered neither in the registered screen list nor in the analysis exclusion list in which the screen identification information is registered;
if the target screen includes a password input area, registering a correspondence relationship between identification information of the target screen and input login information in the registration screen list;
registering identification information of the target screen in the analysis exclusion list when the target screen does not include a password input area;
A program that causes an action to take place.
JP2021066879A 2021-04-12 2021-04-12 Information processing equipment and programs Active JP6933826B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021066879A JP6933826B1 (en) 2021-04-12 2021-04-12 Information processing equipment and programs

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021066879A JP6933826B1 (en) 2021-04-12 2021-04-12 Information processing equipment and programs

Publications (2)

Publication Number Publication Date
JP6933826B1 JP6933826B1 (en) 2021-09-08
JP2022162189A true JP2022162189A (en) 2022-10-24

Family

ID=77550003

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021066879A Active JP6933826B1 (en) 2021-04-12 2021-04-12 Information processing equipment and programs

Country Status (1)

Country Link
JP (1) JP6933826B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7477801B1 (en) 2023-04-03 2024-05-02 富士通クライアントコンピューティング株式会社 Display program, display method and information processing device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7477801B1 (en) 2023-04-03 2024-05-02 富士通クライアントコンピューティング株式会社 Display program, display method and information processing device

Also Published As

Publication number Publication date
JP6933826B1 (en) 2021-09-08

Similar Documents

Publication Publication Date Title
US7594176B1 (en) Automated retrieval, evaluation, and presentation of context-sensitive user support
US7716596B2 (en) Dynamic input field protection
KR101292632B1 (en) Method of recommending content, method of creating recommendation information, computer-readable medium storing content recommendation program, content recommendation server, and content-providing system
US8943585B2 (en) Access monitoring method, information processing apparatus, and computer-readable medium storing access monitoring program
US9176938B1 (en) Document referencing system
JP5110122B2 (en) Content collection apparatus, content collection method, and content collection program
JP2006330973A (en) Server device, management method and program
US20160004676A1 (en) Displaying web pages
JP6933826B1 (en) Information processing equipment and programs
US10243942B2 (en) Displaying the accessibility of hyperlinked files
RU2272318C2 (en) Computer-readable data carrier, on which image file is recorded, device for making a data carrier, carrier on which program is recorded for forming an image file, device for transferring image file, device for processing image file and carrier, on which program for processing an image file is recorded
JP2003216869A (en) Contents provision mediation service system and its log analysis information providing method, program, and recording medium
US8375457B2 (en) Document management device, document management method and storage medium
CN114270345A (en) Licensed user facilitation and control system
JP2010237836A (en) Security audit period derivation device, security audit period derivation program, and recording medium
US10691515B2 (en) Testing in serverless system with autostop of endless loop
US11323476B1 (en) Prevention of credential phishing based upon login behavior analysis
JP2014191766A (en) Lending management system, lending management device and lending management method
US20230377290A1 (en) System and system control method
JP2018195171A (en) Information processing apparatus, information processing system, control method thereof, and program
EP3910506A1 (en) System and method for providing service, and carrier means
KR102097125B1 (en) Method for clipping web page and terminal device using the same
JP3721046B2 (en) Password display method and method
JP6283321B2 (en) Image management server and image management method
JP2021189518A (en) Program, electronic commerce system, electronic commerce support method, and electronic commerce method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210413

A871 Explanation of circumstances concerning accelerated examination

Free format text: JAPANESE INTERMEDIATE CODE: A871

Effective date: 20210415

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20210720

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210802

R150 Certificate of patent or registration of utility model

Ref document number: 6933826

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250