JPS63155252A - Quality check processing system by dyamic setting - Google Patents

Quality check processing system by dyamic setting

Info

Publication number
JPS63155252A
JPS63155252A JP61302372A JP30237286A JPS63155252A JP S63155252 A JPS63155252 A JP S63155252A JP 61302372 A JP61302372 A JP 61302372A JP 30237286 A JP30237286 A JP 30237286A JP S63155252 A JPS63155252 A JP S63155252A
Authority
JP
Japan
Prior art keywords
qualification
processing
registration
password
information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP61302372A
Other languages
Japanese (ja)
Other versions
JPH0451863B2 (en
Inventor
Koichi Imamura
今村 浩一
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 Ltd
Original Assignee
Fujitsu 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 Ltd filed Critical Fujitsu Ltd
Priority to JP61302372A priority Critical patent/JPS63155252A/en
Publication of JPS63155252A publication Critical patent/JPS63155252A/en
Publication of JPH0451863B2 publication Critical patent/JPH0451863B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity

Abstract

PURPOSE:To preclude wrong utilization by an improper process request part by deciding whether or not a password matches with dynamically determined control information. CONSTITUTION:When a quality check information registration part 14 is accessed by a quality registration request part 11, the quality check information registration part 14 combines a specified password 12 with various pieces of information on a process request origin 10 to generate quality check information, which is set and registered in a quality control table 15. A processing request part 13 when requesting a process execution part 18 to perform a process specifies a password having the same contents with those at the time of registration and control information which is reported at the time of the registration to call a quality check part 17. The quality check part 17 decides whether or not a processing functions can be used by the process execution part 18 according to the quality check information in the quality control table 15. Then the control is passed to the process execution part 18 according to the decision result.

Description

【発明の詳細な説明】 (概要〕 動的に設定される資格についてチェックする動的設定に
よる資格チェック処理方式において、パスワードの指定
による資格登録要求に対し、その資格チェック情報が格
納される資格管理簿における位置情報を、要求元へ通知
し、資格を必要とする処理要求時には、指定された位置
情報により資格管理簿を検索し、パスワードをチェック
することにより、要求元の正当性をチェックする。また
[Detailed Description of the Invention] (Summary) In a qualification check processing method using dynamic settings that checks qualifications that are dynamically set, qualification management is provided in which qualification check information is stored in response to a qualification registration request by specifying a password. Location information in the book is notified to the requester, and when a processing request that requires qualification is made, the validity of the requester is checked by searching the qualification management book using the specified position information and checking the password. Also.

これにより、システムとユーザプログラム間のインタフ
ェース域の破壊防止を可能とする。
This makes it possible to prevent destruction of the interface area between the system and the user program.

C産業上の利用分野〕 本発明は、システムが提供する処理機能について、動的
に使用資格を登録し、登録された使用資格に基づいて処
理を要求し、その処理機能を起動するようにされたデー
タ処理システムにおいて。
C. Industrial Application Field] The present invention dynamically registers usage qualifications for processing functions provided by a system, requests processing based on the registered usage qualifications, and activates the processing functions. In a data processing system.

処理要求元の正当性を保証できるようにした動的設定に
よる資格チェック処理方式に関するものである。
The present invention relates to a qualification check processing method using dynamic settings that can guarantee the validity of a processing request source.

システムが提供する処理機能を、応用処理プログラム(
ユーザプログラム)が使用する場合、誤用によって、他
のプログラムに悪影響を与えないようにすることが必要
とされる。
The processing functions provided by the system are applied to the application processing program (
When used by a user program, it is necessary to prevent other programs from being adversely affected by misuse.

〔従来の技術〕[Conventional technology]

例えば、オペレーティング・システムやデータベース管
理システム等と、応用処理プログラムとの間で、メツセ
ージの連絡手段を確立させる場合。
For example, when establishing a message communication means between an operating system, database management system, etc. and an application processing program.

そのメツセージの連絡処理に関する何らかの使用資格チ
ェック手段を設ける必要がある。
It is necessary to provide some kind of usage qualification check means for the communication processing of the message.

従来、このような特種な資格チェックを行う場合には、
事前登録する。走行キー制限を設ける。
Traditionally, when conducting such special qualification checks,
Pre-register. Set driving key restrictions.

走行モード制限を設けるなど、いわば静的な資格設定を
行っていた。しかしながら、サービス運用に柔軟性を持
たせるため、静的ではなく、システム立ち上げ後に、処
理要求元が動的に資格を登録できるようにすることが望
まれている。この場合。
In other words, static qualifications were set, such as setting driving mode restrictions. However, in order to provide flexibility in service operation, it is desired that the processing requester be able to register qualifications dynamically after system startup, rather than statically. in this case.

他の処理要求元による資格と区別できるようにするため
、処理要求元にパスワードを申告させることが考えられ
ている。
In order to be able to distinguish the qualifications from other processing requesters, it is considered that the processing requester should declare a password.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

処理要求元にパスワードを申告させることにより、その
パスワードによって資格チェックを行うとすると、他の
応用処理プログラムなどによって。
If a qualification check is performed by having the processing requester declare a password, then by other applied processing programs, etc.

そのパスワードがコピーされてしまった場合などには、
チェック自体が無効化するという問題がある。また、資
格チェック情報の登録場所を、いわゆるユーザのリージ
ョン域に設けた場合、応用処理プログラムのミスによっ
て、そのリージョンが破壊された場合に、システムが異
常終了することがある。
If the password has been copied,
The problem is that the check itself is invalidated. Furthermore, if the qualification check information is registered in a so-called user region, the system may terminate abnormally if the region is destroyed due to an error in the application processing program.

本発明は上記問題点の解決を図り、他の処理要求元から
、システムの処理機能に対する使用資格を誤用されない
ようにすると共に、リージョンが破壊された場合にも、
システムの暴走を未然に防ぐ方式を提供することを目的
としている。
The present invention aims to solve the above-mentioned problems, and prevents other processing request sources from misusing the entitlement to the processing functions of the system, and even if the region is destroyed,
The purpose is to provide a method to prevent the system from running out of control.

c問題点を解決するための手段〕 第1図は本発明の基本構成例を示す。c.Means for solving problems] FIG. 1 shows an example of the basic configuration of the present invention.

第1図において、10は処理要求元、11は資格登録を
動的に要求する資格登録要求部、12はパスワードが指
定されるパラメータ領域、13はパスワードおよび制御
情報を指定して特定の処理を要求する処理要求部、14
は資格登録要求部11によって起動される資格チェック
情報登録部。
In FIG. 1, 10 is a processing request source, 11 is a qualification registration requesting unit that dynamically requests qualification registration, 12 is a parameter area in which a password is specified, and 13 is a parameter area in which a password and control information are specified to perform a specific process. Requesting processing requesting unit, 14
is a qualification check information registration unit activated by the qualification registration request unit 11;

15は登録された資格チェック情報を記憶する資格管理
簿916は資格チェック情報の登録位置情報を含む制御
情報を処理要求元10へ通知する制御情報通知部、17
は処理要求部13がらの要求に対し使用資格をチェック
する資格チェック部。
15 is a qualification management book 916 that stores registered qualification check information; and 17 is a control information notification unit that notifies the processing request source 10 of control information including registration position information of qualification check information;
1 is a qualification check unit that checks the usage qualification in response to a request from the processing request unit 13;

18は要求された処理を実行する処理実行部、19はシ
ステムとユーザプログラム間のインタフェース域である
システム共通領域を表す。
Reference numeral 18 represents a processing execution unit that executes requested processing, and reference numeral 19 represents a system common area that is an interface area between the system and the user program.

処理実行部18は、システムが提供する特殊なサービス
処理実行機能を有する。処理実行部18を起動する場合
、予め動的に資格登録を行うことが必要となっており、
資格登録要求部11は、パラメータ領域12にパスワー
ドを措定して、動的に登録要求を行う。このパスワード
は、各処理要求元10が個別に用意する文字列である。
The processing execution unit 18 has a special service processing execution function provided by the system. When starting the processing execution unit 18, it is necessary to dynamically register qualifications in advance.
The qualification registration requesting unit 11 sets a password in the parameter area 12 and dynamically issues a registration request. This password is a character string prepared individually by each processing request source 10.

資格登録要求部11によって、vt格チェック情報登録
部14が呼び出されると、資格チェック情報登録部14
は5指定されたパスワード12(α)と、処理要求元1
0に関する諸情報とを組み合わせることにより、資格チ
ェック情報を生成する。そして、この資格チェック情報
を、資格管理簿15に設定し登録する。制御情報通知部
16は。
When the qualification registration request unit 11 calls the VT rating check information registration unit 14, the qualification check information registration unit 14
5 Specified password 12 (α) and processing request source 1
Qualification check information is generated by combining various information regarding 0. This qualification check information is then set and registered in the qualification management book 15. The control information notification section 16 is.

その資格チェックtfI報の登録位置情報を含む制御情
報Nを9例えば指定されたパラメータ領域12内に設定
する。
The control information N including the registration position information of the qualification check tfI information is set in the specified parameter area 12, for example.

処理要求部13は、処理実行部18に対し処理を依願す
る場合、登録時と同じ内容αを持つパスワードおよび登
録時に通知された制御情報Nを指定して、資格チェック
部17を呼び出す、資格チェック部17は、指定された
制御情報Nにより。
When requesting processing to the processing execution unit 18, the processing requesting unit 13 specifies a password having the same content α as at the time of registration and the control information N notified at the time of registration, and calls the qualification checking unit 17 to perform a qualification check. The unit 17 uses the specified control information N.

資格管理2!15における資格チェック情報にアクセス
し、資格チェック情報中のパスワードと、パラメータ領
域12内のパスワードとを照合することにより、処理実
行部18による処理機能の使用可否を判定する。
By accessing the qualification check information in the qualification management 2!15 and comparing the password in the qualification check information with the password in the parameter area 12, it is determined whether the processing function by the processing execution unit 18 can be used.

パスワードが一致すれば、「使用可」と判定し。If the passwords match, it is determined that it can be used.

処理実行部18へ制御を渡す。これにより、処理実行部
18による処理がなされる。一方、パスワードが不一致
であり、資格がない場合には、「使用不可」として、処
理実行部18を起動することなく、要求元へ直ちに制御
を戻す。
Control is passed to the processing execution unit 18. Thereby, the processing by the processing execution unit 18 is performed. On the other hand, if the passwords do not match and the qualification is not met, the process is determined to be "unusable" and control is immediately returned to the request source without activating the processing execution unit 18.

〔作用〕[Effect]

資格管理簿15には、動的に指定されたパスワードが登
録され、その登録位置情報を含む制御情報が、要求元へ
通知される。そして、パスワードによる資格チェックを
する場合には、パスワードと共に指定された制御情報に
より、資格管理簿15へのアクセスを行う。
A dynamically specified password is registered in the qualification management book 15, and control information including the registered position information is notified to the request source. When checking qualifications using a password, the qualification management book 15 is accessed using the control information specified together with the password.

従って、第1図に示すように1例えば処理要求元10と
異なる他の処理要求元10Xが、パスワード(α)をコ
ピーしたものを指定して、資格チェック部17を起動し
たとしても、制御情報が異なるため、資格管理l115
における資格チェック情報の登録場所が異なり、「使用
不可」と判定されることになる。I!pち、パスワード
が一致しても。
Therefore, as shown in FIG. 1, even if a processing requesting source 10X different from the processing requesting source 10 specifies a copy of the password (α) and starts the qualification checking section 17, the control information Qualification management l115
The registration location of the qualification check information is different, and it will be determined that it is "unusable". I! Pchi, even if the passwords match.

制御情報が正当でなければ、資格チェックに合格するこ
とはない。
If the control information is not valid, the qualification check will not pass.

これによって、正当な資格を有する処理要求元10だけ
が、処理実行部18によるサービスを享受できることと
なる。また、ユーザ領域であるリージョンが破壊されて
いれば、正しい制御情報の指定がなされないので、ユー
ザ領域のリージョン破壊に起因するシステム異常を防止
できることとなる。
As a result, only the process request source 10 with valid qualifications can enjoy the service provided by the process execution unit 18. Furthermore, if the region that is the user area is destroyed, correct control information will not be specified, so system abnormalities caused by the region destruction of the user area can be prevented.

〔実施例〕〔Example〕

第2図は本発明の一実施例を示す。 FIG. 2 shows an embodiment of the invention.

第2図において、第1図と同符号のものは、第1図図示
のものに対応し、20は応用処理タスク。
In FIG. 2, the same symbols as in FIG. 1 correspond to those shown in FIG. 1, and 20 is an applied processing task.

21ないし24はいわゆる私書箱によるシステムとの連
絡機能を持つマクロ、25は私書箱開設部。
21 to 24 are macros that have a function of communicating with the system using so-called postal mail boxes, and 25 is a post office box opening section.

26は私書箱(BOX)、27はメツセージが接続され
るキューターミナル、28はメソセージ。
26 is a post office box (BOX), 27 is a queue terminal to which messages are connected, and 28 is a message.

29はメツセージ取り出し部、30はメツセージ送出部
、31は私書箱閉鎖部、32はシステム・メツセージf
dl?W部、  33はシステム・コンソール。
29 is a message retrieval unit, 30 is a message sending unit, 31 is a post office box closing unit, and 32 is a system message f.
dl? Part W, 33 is the system console.

34Aないし34Cは各種処理タスクを表す。34A to 34C represent various processing tasks.

システム・メツセージ制御部32は1例えば「タスク異
常終了」、「ファイル障害発生」。
The system message control unit 32 sends a message such as ``Task abnormally terminated'' or ``File error occurred''.

「システム・データセット満杯」・・・というような。Something like "system dataset full".

各種処理タスク34A〜34Cの実行に伴う各種の運用
・操作メンセージを、システム・コンソール33に出力
する0本実施例では、私書箱26を予め動的に開設して
おくことにより、応用処理プログラムを動作させる応用
処理タスク20が、この運用・操作メツセージを授受で
きるようになっている。
In this embodiment, the application processing program is run by dynamically opening the post office box 26 in advance. The application processing task 20 that performs the operations is configured to be able to send and receive these operation/operation messages.

rOPEN  BOXJ 7クロ21は、私書箱26の
開設を、私書箱開設部25に要求するマクロである。こ
のとき、パラメータ領域12にパスワードを指定するこ
とにより、私書箱開設部25において、資格チェック情
報登録部14が動作する。
rOPEN BOXJ 7cro 21 is a macro that requests the post office box opening unit 25 to open a post office box 26. At this time, by specifying a password in the parameter area 12, the qualification check information registration section 14 operates in the private box opening section 25.

この資格チェック情報登録部14により、′R格管理W
i 15に、指定されたパスワード(α)および応用処
理タスク20のタスクIDや空間ID等の諸情報が登録
される。
By this qualification check information registration unit 14, 'R rating management W
i 15, various information such as the specified password (α) and the task ID and space ID of the applied processing task 20 are registered.

資格管理簿15は、私書、!26内に設けてもよく、ま
た他の領域に設けてもよい。制御情報通知部16は、パ
スワード(α)を含む資格チzツク情報の登録位置情報
を含む制御情報Nを、パラメータ領域12へ設定する。
Qualification management record 15 is a private letter! It may be provided within 26 or may be provided in another area. The control information notifying unit 16 sets the control information N including the registered position information of the qualification check information including the password (α) in the parameter area 12.

私書箱26の開設により、それ以後、メソセージが発生
すると、システム・メソセージ制御部32によって、そ
のメツセージは2キユーターミナル27に順次キューイ
ングされる。
When a message is generated after the opening of the post office box 26, the message is sequentially queued to the two queue terminals 27 by the system message control unit 32.

rGET  EV (イベント)コマクロ22は。The rGET EV (event) comacro 22 is.

応用処理タスク20が、私書箱26から1個のメツセー
ジ28を取り出すことを要求するマクロである。このマ
クロ22を発行する場合には、私書箱26の開設時に申
告したパスワード(α)および制御部f[lNを指定す
る。これによって、資格チェック部17は、資格管理簿
15に登録されている資格チェック情幸浸との照合を行
う、資格チェックに合格した場合、メツセージ取り出し
部29を起動し、これによって、キューターミナル27
の先頭から1個のメツセージ28をデキューイングする
Application processing task 20 is a macro that requests retrieval of one message 28 from post office box 26 . When issuing this macro 22, the password (α) declared at the time of opening the post office box 26 and the control unit f[lN are specified. As a result, the qualification check unit 17 performs a comparison with the qualification check registered in the qualification management book 15. If the qualification check is passed, the qualification check unit 17 activates the message retrieval unit 29, and thereby the queue terminal 27
One message 28 is dequeued from the beginning.

rPUT  EV (イベント)」マクロ23は。rPUT EV (event)" macro 23.

rGET  EVJマクロ22と反対に、メツセージを
書き出すことを要求するマクロである。これについても
同様に、資格チェック部17によって資格管理簿15に
よる資格チェックが行われ2合格した場合に、メツセー
ジ送出部30によって。
rGET This is a macro that requests to write a message in contrast to the EVJ macro 22. Similarly, when the qualification checking section 17 performs a qualification check using the qualification management book 15 and the qualification is passed, the message sending section 30 checks the qualification.

メツセージが送られる。A message is sent.

rcLO3E  BOXJマクロ24は、「0PEN 
 BOXJマクロ21によって開設した私書箱26を、
閉鎖することを要求するマクロである。
rcLO3E BOXJ macro 24 is “0PEN
P.O. Box 26 opened by BOXJ Macro 21,
This is a macro that requests closure.

これについても、パスワード(α)および制御情報Nの
指定に基づいて資格チェックが行われ1合格した場合に
のみ、私書箱閉鎖部31によって。
Regarding this as well, the qualification check is performed based on the password (α) and the control information N, and only when the qualification is passed, the private office box closing unit 31 performs the qualification check.

私書箱26の閉鎖処理がなされる。Post office box 26 is closed.

マクロ21およびマクロ24は、それぞれデータ管理等
で周知である0PENマクロ、CLO3Eマクロに相当
すると考えてよい、ただし、パラメータとして指定され
るパスワードαおよび制御情報Nの設定場所は、データ
管理における制御表等とは異なり、それらの内容が同じ
であれば、すべての関連マクロに共通である必要はない
。即ち。
Macro 21 and macro 24 can be considered to correspond to the 0PEN macro and CLO3E macro, respectively, which are well-known in data management etc. However, the password α and control information N specified as parameters are set in the control table in data management. etc., they do not need to be common to all related macros as long as their contents are the same. That is.

マクロ22.マクロ23等は、パスワードαおよび制御
情報Nをコピーした他のパラメータ領域を使用すること
もできる。なお、パラメータを複数個用意することによ
り、複数の資格を1つの処理タスクが得ることもできる
Macro 22. The macro 23 and the like can also use other parameter areas in which the password α and the control information N are copied. Note that by preparing a plurality of parameters, one processing task can obtain a plurality of qualifications.

〔発明の効果〕〔Effect of the invention〕

以上説明したように2本発明によれば、パスワードと動
的に定められた制御情報とが一致しなければ、使用資格
がないと判断されるので、他の処理要求部による誤った
利用を防止することができる。リージョン破壊により、
パスワードまたは動的に設定された制御情報が破壊され
たときには。
As explained above, according to the second aspect of the present invention, if the password and the dynamically determined control information do not match, it is determined that the user is not qualified to use the password, thereby preventing incorrect use by other processing requesting units. can do. Due to region destruction,
When a password or dynamically configured control information is destroyed.

資格チェック部により、チェックアウトできるので。Because it can be checked out by the qualification check department.

システムの暴走を未然に防ぐことができる。This can prevent the system from running out of control.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の基本構成例、第2図は本発明の一実施
例を示す。 図中、10は処理要求元、11は資格登録要求部、12
はパラメータ領域、13は処理要求部。 14は資格チェック情報登録部、15は資格管理簿、1
6は制御情報通知部、17は資格チェック部、18は処
理実行部、19はシステム共通領域を表す。
FIG. 1 shows an example of the basic configuration of the present invention, and FIG. 2 shows an embodiment of the present invention. In the figure, 10 is a processing request source, 11 is a qualification registration request unit, and 12
13 is a parameter area, and 13 is a processing request section. 14 is a qualification check information registration section, 15 is a qualification management book, 1
Reference numeral 6 represents a control information notification section, 17 a qualification check section, 18 a processing execution section, and 19 a system common area.

Claims (1)

【特許請求の範囲】 システムが提供する処理機能について、動的に使用資格
を登録し、登録された使用資格に基づいて処理を要求し
、その処理機能を起動するようにされたデータ処理シス
テムにおける資格チェック処理方式において、 資格登録要求毎に資格チェック情報が格納される資格管
理簿(15)と、 処理要求元が用意したパスワードを指定して、資格登録
を要求する資格登録要求手段(11)と、資格登録要求
により、指定されたパスワードを含む資格チェック情報
を上記資格管理簿(15)に登録する資格チェック情報
登録手段(14)と、資格チェック情報を登録した場合
に、その資格管理簿(15)における資格チェック情報
の登録位置情報を含む制御情報を、処理要求元へ通知す
る制御情報通知手段(16)と、 パスワードおよび上記通知された制御情報を指定した処
理要求に対して、該制御情報に含まれる位置情報に基づ
いて、上記資格管理簿(15)を参照し、パスワードを
含む資格チェック情報により、要求元の正当性をチェッ
クする資格チェック手段(17)とを備えたことを特徴
とする動的設定による資格チェック処理方式。
[Claims] A data processing system that dynamically registers entitlements for processing functions provided by the system, requests processing based on the registered entitlements, and activates the processing functions. In the qualification check processing method, there is a qualification management book (15) in which qualification check information is stored for each qualification registration request, and a qualification registration request means (11) for requesting qualification registration by specifying a password prepared by the processing requester. and a qualification check information registration means (14) for registering qualification check information including a designated password in the qualification management book (15) in response to a qualification registration request; control information notification means (16) for notifying the processing request source of the control information including the registration location information of the qualification check information in (15); A qualification check means (17) is provided for checking the validity of the request source by referring to the qualification management list (15) based on the location information included in the control information and checking the validity of the request source using the qualification check information including the password. Qualification check processing method with dynamic settings.
JP61302372A 1986-12-18 1986-12-18 Quality check processing system by dyamic setting Granted JPS63155252A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP61302372A JPS63155252A (en) 1986-12-18 1986-12-18 Quality check processing system by dyamic setting

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP61302372A JPS63155252A (en) 1986-12-18 1986-12-18 Quality check processing system by dyamic setting

Publications (2)

Publication Number Publication Date
JPS63155252A true JPS63155252A (en) 1988-06-28
JPH0451863B2 JPH0451863B2 (en) 1992-08-20

Family

ID=17908106

Family Applications (1)

Application Number Title Priority Date Filing Date
JP61302372A Granted JPS63155252A (en) 1986-12-18 1986-12-18 Quality check processing system by dyamic setting

Country Status (1)

Country Link
JP (1) JPS63155252A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0916523A (en) * 1995-06-30 1997-01-17 Fujitsu Ltd Security check system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0916523A (en) * 1995-06-30 1997-01-17 Fujitsu Ltd Security check system

Also Published As

Publication number Publication date
JPH0451863B2 (en) 1992-08-20

Similar Documents

Publication Publication Date Title
US4945468A (en) Trusted path mechanism for virtual terminal environments
US5720033A (en) Security platform and method using object oriented rules for computer-based systems using UNIX-line operating systems
EP0192243B1 (en) Method of protecting system files and data processing unit for implementing said method
US5867646A (en) Providing secure access for multiple processes having separate directories
US4780821A (en) Method for multiple programs management within a network having a server computer and a plurality of remote computers
US4135240A (en) Protection of data file contents
EP0803101B1 (en) A mechanism for linking together the files of emulated and host system for access by emulated system users
JP2739029B2 (en) How to control access to data objects
JPH0388052A (en) Secrecy protection processing system
BG63374B1 (en) Method of operating a computer system and a computer system
Wood Coordination with attributes
CN114244598A (en) Intranet data access control method, device, equipment and storage medium
JPH06214863A (en) Information resource managing device
Dannenberg Resource sharing in a network of personal computers
JPS63155252A (en) Quality check processing system by dyamic setting
EP0793184A2 (en) Method and apparatus for distributing work flow processes among a plurality of users
JPH07244639A (en) Access right management device
JPH0789351B2 (en) Security management processing method
JPS6365527A (en) Qualification check processing system by dynamic setting
JPH06222916A (en) On-line real-time processor
JPS62290956A (en) Protection system for on-line entry system
EP0426595A2 (en) Method of permitting access of shared resources using user set definition to support affinity and surrogate user relations
JP3448880B2 (en) Information processing device
National Computer Security Center (US) Trusted network interpretation of the trusted computer system evaluation criteria
JPH10254751A (en) Database managing system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees