JP2019160097A - 情報処理システム、情報処理装置、情報処理方法及びプログラム - Google Patents
情報処理システム、情報処理装置、情報処理方法及びプログラム Download PDFInfo
- Publication number
- JP2019160097A JP2019160097A JP2018048628A JP2018048628A JP2019160097A JP 2019160097 A JP2019160097 A JP 2019160097A JP 2018048628 A JP2018048628 A JP 2018048628A JP 2018048628 A JP2018048628 A JP 2018048628A JP 2019160097 A JP2019160097 A JP 2019160097A
- Authority
- JP
- Japan
- Prior art keywords
- user
- identification information
- information
- operation request
- unit
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/44—Program or device authentication
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/31—User authentication
- G06F21/316—User authentication by observing the pattern of computer usage, e.g. typical user behaviour
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/0807—Network architectures or network communication protocols for network security for authentication of entities using tickets, e.g. Kerberos
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/083—Network architectures or network communication protocols for network security for authentication of entities using passwords
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/0876—Network architectures or network communication protocols for network security for authentication of entities based on the identity of the terminal or configuration, e.g. MAC address, hardware or software configuration or device fingerprint
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/10—Network architectures or network communication protocols for network security for controlling access to devices or network resources
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2141—Access rights, e.g. capability lists, access control lists, access tables, access matrices
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/10—Network architectures or network communication protocols for network security for controlling access to devices or network resources
- H04L63/108—Network architectures or network communication protocols for network security for controlling access to devices or network resources when the policy decisions are valid for a limited amount of time
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computing Systems (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Social Psychology (AREA)
- Power Engineering (AREA)
- Facsimiles In General (AREA)
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
Abstract
Description
11 共通API部
12 固有部
13 機器情報記憶部
14 認証設定記憶部
15 認証情報記憶部
16 ロールマッピング情報記憶部
17 ロールトークン記憶部
18 アカウントマッピング情報記憶部
20 機器
30 端末
31 機器利用アプリ
40 認証装置
50 ロールグループ管理装置
51 ロールグループ記憶部
100 ドライブ装置
101 記録媒体
102 補助記憶装置
103 メモリ装置
104 CPU
105 インタフェース装置
121 検出部
122a A操作部
122b B操作部
122c C操作部
B バス
Claims (7)
- 複数種類の機器と、前記機器にネットワークを介して接続される情報処理装置とを含む情報処理システムであって、
前記情報処理装置は、
前記複数種類の機器のうちのいずれかの機器を対象とする、機器の種別に依存しない操作要求に応じ、前記操作要求の要求元のユーザに係るユーザ識別情報に基づいて、当該機器に対する前記ユーザの利用権限を示す権限識別情報を取得する取得部と、
前記取得部が取得した権限識別情報に基づいて、前記操作要求に係る機器に対する前記ユーザのアカウント情報を特定する特定部と、
前記特定部が特定したアカウント情報に基づいて、当該機器に応じたインタフェースを介して、前記操作要求に対応する処理を当該機器に実行させる操作部と、
を有することを特徴とする情報処理システム。 - 前記取得部は、各ユーザ識別情報に対応付けて、前記種別ごとの前記権限識別情報の集合に対する識別情報を記憶した第1の記憶部から、前記要求元のユーザに係るユーザ識別情報に対応する識別情報を取得し、当該識別情報に対応付けて前記種別ごとに第2の記憶部に記憶されている前記権限識別情報の集合の中から、前記操作要求に係る機器の種別に対応する前記権限識別情報を取得する、
ことを特徴とする請求項1記載の情報処理システム。 - 前記特定部は、前記種別及び前記権限識別情報の組み合わせごとに、前記アカウント情報を記憶した第3の記憶部を参照して、前記操作要求に係る機器に対する前記ユーザのアカウント情報を特定する、
ことを特徴とする請求項1又は2記載の情報処理システム。 - 前記操作要求に応じ、前記操作要求の要求元のユーザに対しユーザ識別情報の入力を要求し、入力されたユーザ識別情報の認証処理を制御する認証制御部を有し、
前記認証制御部は、前記ユーザ識別情報の認証に成功した場合に、前記ユーザ識別情報と、前記操作要求の要求元を識別する第1の識別情報とを関連付けて第4の記憶部に記憶し、前記第4の記憶部において前記ユーザ識別情報に関連付けられて記憶されている前記第1の識別情報に係る要求元から前記複数種類の機器のいずれかを対象とする操作要求を受け付けた場合には、当該要求元へユーザ識別情報の入力を要求しない、
ことを特徴とする請求項1乃至3いずれか一項記載の情報処理システム。 - 複数種類の機器とネットワークを介して接続される情報処理装置であって、
前記複数種類の機器のうちのいずれかの機器を対象とする、機器の種別に依存しない操作要求に応じ、前記操作要求の要求元のユーザに係るユーザ識別情報に基づいて、当該機器に対する前記ユーザの利用権限を示す権限識別情報を取得する取得部と、
前記取得部が取得した権限識別情報に基づいて、前記操作要求に係る機器に対する前記ユーザのアカウント情報を特定する特定部と、
前記特定部が特定したアカウント情報に基づいて、当該機器に応じたインタフェースを介して、前記操作要求に対応する処理を当該機器に実行させる操作部と、
を有することを特徴とする情報処理装置。 - 複数種類の機器とネットワークを介して接続される情報処理装置が、
前記複数種類の機器のうちのいずれかの機器を対象とする、機器の種別に依存しない操作要求に応じ、前記操作要求の要求元のユーザに係るユーザ識別情報に基づいて、当該機器に対する前記ユーザの利用権限を示す権限識別情報を取得する取得手順と、
前記取得手順において取得した権限識別情報に基づいて、前記操作要求に係る機器に対する前記ユーザのアカウント情報を特定する特定手順と、
前記特定手順において特定したアカウント情報に基づいて、当該機器に応じたインタフェースを介して、前記操作要求に対応する処理を当該機器に実行させる操作手順と、
を実行することを特徴とする情報処理方法。 - 複数種類の機器とネットワークを介して接続される情報処理装置に、
前記複数種類の機器のうちのいずれかの機器を対象とする、機器の種別に依存しない操作要求に応じ、前記操作要求の要求元のユーザに係るユーザ識別情報に基づいて、当該機器に対する前記ユーザの利用権限を示す権限識別情報を取得する取得手順と、
前記取得手順において取得した権限識別情報に基づいて、前記操作要求に係る機器に対する前記ユーザのアカウント情報を特定する特定手順と、
前記特定手順において特定したアカウント情報に基づいて、当該機器に応じたインタフェースを介して、前記操作要求に対応する処理を当該機器に実行させる操作手順と、
を実行させることを特徴とするプログラム。
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018048628A JP7077688B2 (ja) | 2018-03-15 | 2018-03-15 | 情報処理システム、情報処理装置、情報処理方法及びプログラム |
EP19159167.6A EP3540619B1 (en) | 2018-03-15 | 2019-02-25 | Information processing apparatus, system, method, and carrier means |
CN201910175347.2A CN110278182B (zh) | 2018-03-15 | 2019-03-07 | 信息处理系统、信息处理装置、信息处理方法及记录介质 |
US16/351,583 US11157608B2 (en) | 2018-03-15 | 2019-03-13 | Information processing system allowing a target device to process an operation request using a common API |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018048628A JP7077688B2 (ja) | 2018-03-15 | 2018-03-15 | 情報処理システム、情報処理装置、情報処理方法及びプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2019160097A true JP2019160097A (ja) | 2019-09-19 |
JP7077688B2 JP7077688B2 (ja) | 2022-05-31 |
Family
ID=65628567
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018048628A Active JP7077688B2 (ja) | 2018-03-15 | 2018-03-15 | 情報処理システム、情報処理装置、情報処理方法及びプログラム |
Country Status (4)
Country | Link |
---|---|
US (1) | US11157608B2 (ja) |
EP (1) | EP3540619B1 (ja) |
JP (1) | JP7077688B2 (ja) |
CN (1) | CN110278182B (ja) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2021174481A (ja) * | 2020-04-30 | 2021-11-01 | 株式会社リコー | サービス提供システム、利用権限割当方法、情報処理システム |
JP2021179677A (ja) * | 2020-05-11 | 2021-11-18 | 株式会社リコー | サービス提供システム、サービス提供方法、情報処理システム |
JP7569746B2 (ja) | 2021-04-27 | 2024-10-18 | 株式会社東海理化電機製作所 | 処理装置およびプログラム |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP7042914B2 (ja) * | 2018-07-25 | 2022-03-28 | 株式会社Nttドコモ | ユーザ装置及び外部装置 |
CN113794652B (zh) * | 2021-09-27 | 2024-08-02 | 上海领世通信技术发展有限公司 | 数据处理方法、装置、电子设备及存储介质 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2011089712A1 (ja) * | 2010-01-22 | 2011-07-28 | 富士通株式会社 | 認証方法、認証システムおよび認証プログラム |
JP2011529609A (ja) * | 2008-07-28 | 2011-12-08 | ソニー株式会社 | ネットワークサービスにアクセスするクライアントデバイス、情報処理システム、及び関連方法 |
JP2015111408A (ja) * | 2013-10-29 | 2015-06-18 | 株式会社リコー | 情報処理システム及び情報処理方法 |
Family Cites Families (31)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8488135B2 (en) | 2005-03-14 | 2013-07-16 | Ricoh Company, Ltd. | Easy modification to method of controlling applications in image forming apparatus |
US8264717B2 (en) | 2005-07-11 | 2012-09-11 | Ricoh Company, Ltd. | Image forming apparatus, information processing apparatus, information processing method, information processing program and storage medium |
JP4757712B2 (ja) * | 2006-05-31 | 2011-08-24 | シャープ株式会社 | 複合機、複合機の制御方法、制御装置、制御装置の制御方法、複合機制御システム、制御プログラム、およびコンピュータ読み取り可能な記録媒体 |
US20070280206A1 (en) * | 2006-05-31 | 2007-12-06 | Samsung Electronics Co., Ltd. | Method for consuming heterogeneous services on heterogeneous devices using script plugins |
EP2495680A3 (en) | 2007-02-28 | 2012-10-31 | Ricoh Company, Ltd. | Information processing system, information processor, image forming apparatus, and information processing method |
JP4336721B2 (ja) * | 2007-04-10 | 2009-09-30 | シャープ株式会社 | 制御システム、プログラム、コンピュータ読み取り可能な記録媒体、画像装置制御システム |
JP5482011B2 (ja) | 2009-08-11 | 2014-04-23 | 株式会社リコー | 画像形成装置、プログラム管理システム、プログラム管理方法、及びプログラム管理プログラム |
JP5447030B2 (ja) | 2010-03-12 | 2014-03-19 | 株式会社リコー | 電子機器、情報処理方法、及び情報処理プログラム |
US20110231864A1 (en) * | 2010-03-19 | 2011-09-22 | Thinxtream Technologies Pte. Ltd. | Systems and Methods for Dynamic Configuration and Control of Multi Function Peripherals |
JP5685981B2 (ja) | 2011-02-23 | 2015-03-18 | 株式会社リコー | 画像形成装置、情報処理システム、課金方法、プログラム、及び記録媒体 |
JP5880017B2 (ja) | 2011-02-23 | 2016-03-08 | 株式会社リコー | 機器、省電力制御方法、省電力制御プログラム、及び記録媒体 |
US8578398B2 (en) * | 2011-05-31 | 2013-11-05 | Conexant Systems, Inc. | Regular expression selection for configurable application data steering |
JP5879911B2 (ja) * | 2011-10-18 | 2016-03-08 | 株式会社リコー | システム、情報処理装置、プログラムおよび情報処理方法 |
JP6056384B2 (ja) * | 2012-10-31 | 2017-01-11 | 株式会社リコー | システム及びサービス提供装置 |
JP6255858B2 (ja) * | 2012-10-31 | 2018-01-10 | 株式会社リコー | システム及びサービス提供装置 |
JP2014170515A (ja) | 2013-02-08 | 2014-09-18 | Ricoh Co Ltd | 機器、情報記録プログラム、及び情報記録方法 |
JP6115293B2 (ja) | 2013-05-02 | 2017-04-19 | 株式会社リコー | 機器、情報処理端末、情報処理システム、表示制御方法、及びプログラム |
JP6217266B2 (ja) | 2013-09-12 | 2017-10-25 | 株式会社リコー | 機器、情報処理端末、情報処理システム、情報処理方法、及びプログラム |
JP6467869B2 (ja) * | 2013-11-05 | 2019-02-13 | 株式会社リコー | 情報処理システム及び情報処理方法 |
WO2015118751A1 (ja) * | 2014-02-06 | 2015-08-13 | ソニー株式会社 | 情報処理装置、情報処理方法、プログラム、及びサーバ |
JP6390123B2 (ja) | 2014-03-11 | 2018-09-19 | 株式会社リコー | 情報処理システム及び認証情報提供方法 |
JP6390126B2 (ja) | 2014-03-14 | 2018-09-19 | 株式会社リコー | 情報処理システム、情報処理装置、情報処理方法、及びプログラム |
JP2016042327A (ja) | 2014-08-19 | 2016-03-31 | 株式会社リコー | 情報処理システム及び認証方法 |
JP2016130902A (ja) | 2015-01-13 | 2016-07-21 | 株式会社リコー | 機器、情報処理システム、情報処理方法、及び情報処理プログラム |
JP6547357B2 (ja) | 2015-03-20 | 2019-07-24 | 株式会社リコー | 機器、認証システム、認証処理方法及び認証処理プログラム |
US9930103B2 (en) * | 2015-04-08 | 2018-03-27 | Amazon Technologies, Inc. | Endpoint management system providing an application programming interface proxy service |
JP2016218825A (ja) | 2015-05-22 | 2016-12-22 | 株式会社野村総合研究所 | シングルサインオンシステム、シングルサインオン方法およびコンピュータプログラム |
JP2017107307A (ja) | 2015-12-08 | 2017-06-15 | 株式会社リコー | 機器、情報処理システム、情報処理方法、及びプログラム |
JP2017191355A (ja) | 2016-04-11 | 2017-10-19 | 株式会社リコー | 情報処理装置、情報処理システム、情報処理方法、及び情報処理プログラム |
JP6834234B2 (ja) | 2016-08-10 | 2021-02-24 | 株式会社リコー | 情報処理装置、情報処理方法、及びプログラム |
JP6891563B2 (ja) | 2017-03-16 | 2021-06-18 | 株式会社リコー | 情報処理システム、機器、情報処理装置、情報処理方法及びプログラム |
-
2018
- 2018-03-15 JP JP2018048628A patent/JP7077688B2/ja active Active
-
2019
- 2019-02-25 EP EP19159167.6A patent/EP3540619B1/en active Active
- 2019-03-07 CN CN201910175347.2A patent/CN110278182B/zh active Active
- 2019-03-13 US US16/351,583 patent/US11157608B2/en active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2011529609A (ja) * | 2008-07-28 | 2011-12-08 | ソニー株式会社 | ネットワークサービスにアクセスするクライアントデバイス、情報処理システム、及び関連方法 |
WO2011089712A1 (ja) * | 2010-01-22 | 2011-07-28 | 富士通株式会社 | 認証方法、認証システムおよび認証プログラム |
JP2015111408A (ja) * | 2013-10-29 | 2015-06-18 | 株式会社リコー | 情報処理システム及び情報処理方法 |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2021174481A (ja) * | 2020-04-30 | 2021-11-01 | 株式会社リコー | サービス提供システム、利用権限割当方法、情報処理システム |
JP7443918B2 (ja) | 2020-04-30 | 2024-03-06 | 株式会社リコー | サービス提供システム、利用権限割当方法、情報処理システム |
JP2021179677A (ja) * | 2020-05-11 | 2021-11-18 | 株式会社リコー | サービス提供システム、サービス提供方法、情報処理システム |
JP7443923B2 (ja) | 2020-05-11 | 2024-03-06 | 株式会社リコー | サービス提供システム、サービス提供方法、情報処理システム |
JP7569746B2 (ja) | 2021-04-27 | 2024-10-18 | 株式会社東海理化電機製作所 | 処理装置およびプログラム |
Also Published As
Publication number | Publication date |
---|---|
JP7077688B2 (ja) | 2022-05-31 |
EP3540619A1 (en) | 2019-09-18 |
EP3540619B1 (en) | 2022-09-07 |
US11157608B2 (en) | 2021-10-26 |
CN110278182B (zh) | 2022-03-18 |
CN110278182A (zh) | 2019-09-24 |
US20190286809A1 (en) | 2019-09-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7077688B2 (ja) | 情報処理システム、情報処理装置、情報処理方法及びプログラム | |
JP5987656B2 (ja) | 情報処理システム、情報処理装置、情報処理方法、及び情報処理プログラム | |
US9185245B2 (en) | Method and apparatus for remotely controlling a camera connected to a multi-function device | |
US10257388B2 (en) | Image forming apparatus, control method for image forming apparatus, and storage medium for setting user authentication | |
US8976402B2 (en) | Method of controlling communication system | |
US8788594B2 (en) | Data processing apparatus and data processing system | |
US9967427B2 (en) | Communication system, information processing apparatus, print control apparatus, methods of respectively controlling them, and storage medium | |
KR20120101274A (ko) | 액세스 제공 메커니즘을 이용한 소셜 네트워크 시스템 및 그 작동 방법 | |
CN108958669A (zh) | 信息处理系统、控制方法及存储介质 | |
JP2014059717A (ja) | 情報処理システム、情報処理装置、機器、情報処理方法、及び情報処理プログラム | |
US10554831B2 (en) | Remote maintenance system for image processing apparatus, capable of reducing user's time and effort, communication establishment method, and storage medium | |
JP6269006B2 (ja) | 情報処理装置、情報処理方法、及び情報処理プログラム | |
US11159697B2 (en) | Control apparatus, control method, and non-transitory computer-readable storage medium | |
JP6160753B2 (ja) | 情報処理システム、情報処理装置、情報処理方法、及び情報処理プログラム | |
US20140359701A1 (en) | Device, information processing terminal, information processing system, display control method, and recording medium | |
JP2016015580A (ja) | 連携処理システム、及び連携処理方法 | |
JP6965653B2 (ja) | 情報処理装置、情報処理システム、情報処理方法及びプログラム | |
JP6135480B2 (ja) | 情報処理プログラムおよび情報処理装置 | |
US20200097233A1 (en) | Information processing system, information processing apparatus, and non-transitory computer readable medium | |
US10891096B2 (en) | Communication device, non-transitory computer-readable recording medium storing computer-readable instructions for communication device, and method performed by communication device | |
JP2011061543A (ja) | 情報処理装置、情報処理方法、及びプログラム | |
JP6958176B2 (ja) | 情報処理装置、情報処理システム、制御方法およびプログラム | |
JP2014160390A (ja) | 出力制御装置、出力システム及びプログラム | |
JP7524937B2 (ja) | 情報処理装置、システム、プログラム、情報処理方法 | |
JP2018056751A (ja) | 中継サーバ及びシステム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20210118 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20211130 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20211207 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20220126 |
|
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: 20220419 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20220502 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 7077688 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |