US6662181B1 - Mechanism for selection using access control structures for authoring systems - Google Patents

Mechanism for selection using access control structures for authoring systems Download PDF

Info

Publication number
US6662181B1
US6662181B1 US09/567,409 US56740900A US6662181B1 US 6662181 B1 US6662181 B1 US 6662181B1 US 56740900 A US56740900 A US 56740900A US 6662181 B1 US6662181 B1 US 6662181B1
Authority
US
United States
Prior art keywords
roles
access
authoring system
attributes
authoring
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.)
Expired - Lifetime
Application number
US09/567,409
Inventor
Donald A. Icken
Neal M. Keller
Lisa M. Ungar
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.)
Google LLC
Original Assignee
International Business Machines Corp
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 International Business Machines Corp filed Critical International Business Machines Corp
Priority to US09/567,409 priority Critical patent/US6662181B1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ICKEN, DONALD A., KELLER, NEAL M., UNGAR, LISA M.
Application granted granted Critical
Publication of US6662181B1 publication Critical patent/US6662181B1/en
Assigned to GOOGLE INC. reassignment GOOGLE INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: INTERNATIONAL BUSINESS MACHINES CORPORATION
Assigned to GOOGLE LLC reassignment GOOGLE LLC CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: GOOGLE INC.
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/23Updating
    • G06F16/2308Concurrency control
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/953Organization of data
    • Y10S707/954Relational
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/953Organization of data
    • Y10S707/962Entity-attribute-value
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10TECHNICAL SUBJECTS COVERED BY FORMER USPC
    • Y10STECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y10S707/00Data processing: database and file management or data structures
    • Y10S707/99931Database or file accessing
    • Y10S707/99939Privileged access

Definitions

  • the present invention relates to the field of distributed authoring systems, and more particularly pertains to the implementing of authoring controls within the authoring system. Moreover, the invention is specifically directed to providing a selection mechanism which employs control structures for dynamically selecting content and display components of an authoring system.
  • authoring systems which may also be known as authoring tools or authorware in technological and commercial applications, may be programs existing in hypertext and multimedia applications.
  • the authoring systems may be scripting language or graphics elements, or may even represent a mixture of textual (teaching tools, printed works and the like) material, graphical representations, audio data and numerous, practically unlimited types of objects or programs.
  • These authorizing systems are ordinarily developed and designed by authors who define the relationships of the foregoing aspects with each other, and sequencing the programs in an appropriate order for data storage.
  • authoring systems are adapted to control authoring access, generally to an authoring system utilizing various control parameters such as check-in/check-out, access control lists, profiles and predefined roles which are assigned to various authors of the system.
  • the access control mechanisms which facilitate access to the authoring system are specified or predefined by the system itself; whereas, other authoring systems do not provide access control systems or similar arrangements.
  • a primary aspect of the present invention resides in the provision of an improved selection mechanism employed in authoring systems, which utilizes control structures for dynamically selecting content and display components present in the authoring systems.
  • the authoring system incorporates an access control engine having the selection mechanism operatively connected therewith.
  • An authoring control mechanism enables one or more users such as readers or authors to gain access to the authoring system, whereby multiple users may be afforded serial access the authoring system; or users may access the authoring system simultaneously or in an overlapping order in accordance with predetermined criteria or conditions established by the access control engine and enforced by the control mechanism for the authoring systems.
  • the authoring system utilizes different parameters or criteria in order to provide reader or author (user) access thereto through the improved access control engine pursuant to the invention.
  • these parameters or criteria include:
  • Userid (User identification)—which is designed to uniquely identify a user or numbers of users intending to gain permission for access to the authoring system;
  • Active flag providing for indication that a particular user is logged into the authoring system
  • Role is utilized to group users by related functionality, which is implemented by attributes, logic and values, as defined hereinbelow;
  • Attribute is a named field which is associated with content, display components, and/other system elements; and is utilized to tag or impart a set of values with a specific meaning or meanings;
  • Logic utilizes boolean logic in order to test a given value against the value of a corresponding in content, display component and/or other system element;
  • Choice components defined a list of that display component or those display components available to a role for both selection and display mechanisms, and which ties specific display logic to content attributes;
  • the access control engine pursuant to the invention resolves access control or privileges in the authoring system, utilizing information from both an active user table and an access control structure table.
  • the roles are a membership structure utilized to group common functionality and to tie logic to attributes and values.
  • the roles set forth in an access control table eliminate the need for author profiles in the authoring system, and by introducing logic and display components in the access control engine it is possible to obviate the need for having to execute logic subsequently, as do databases with their views.
  • there is no distinction between authors and readers, and a person designed to multiple roles is imparted the combined functionality of all of the roles.
  • functionality is defined by the attributes, logic and values, and wherein every access is conveyed to the inventive access control engine, imparting the authoring system with the ability to dynamically reflect changes in the system.
  • the selection mechanism is used to select both content and display components based on resolved control structures sent by the access control engine.
  • the initiating service request to the access control engine is associated with a userid. Once the userid is associated with a role or roles, the userid is no longer needed for processing.
  • Each role is associated with attributes, values and logic used to control content selection and how the selected content is displayed.
  • the access control engine resolves overlapping and conflicting role logic and returns a single consistent set of logic to the selection mechanism.
  • the selection mechanism uses this logic to select the content and display components.
  • a further object of the present invention resides in the provision of an authoring system which includes an access control engine incorporating a novel selecting mechanism for dynamically selecting content and display components of the authoring system through the use of control structures.
  • FIG. 1 illustrates in a generally diagrammatic representation, an authoring system including selection mechanism which is operatively integrated with other components of the system pursuant to the invention
  • FIG. 2 illustrates the selection mechanism using access control structures for dynamically selecting content and display components of the system
  • FIG. 3 illustrates an active user (multiuser) table
  • FIG. 4 illustrates a display component table
  • FIG. 5 illustrates a data flow scenario effected with the selection mechanism of the invention.
  • FIG. 6 illustrates a data flow scenario representation of the relationship between the selection mechanism and display mechanism.
  • an authoring system 10 including an access control engine 12 .
  • the access control engine 12 resolves access control or privileges imparted to a user or plurality of users in the authoring system, utilizing information data, from both an active user table 14 and an access control structure table 16 , and with the data flow represented by the arrows shown between the components 12 and 14 , and respectively, components 12 and 16 of the authoring system 10 .
  • a build mechanism 18 provides for appropriate variable data information and instructions to be imparted to and exchanged with the access control engine 12 from an external source, and is adapted to introduce logic and display components into the access control engine.
  • a novel selection mechanism 20 derives appropriate information, for subsequent transmission to a display mechanism 22 , from a data store 24 having attribute contents stored therein, and from a further data store 26 having display components stored therein for selectively relaying the foregoing data to the display mechanism 22 .
  • the latter conveys displaying information to a multi-user processing system 28 in the access control engine 12 .
  • a user i.e. reader, author
  • an Active Flag indicating that the user has been logged into the authoring system 10 responsive to the Userid (User identification) assigned to the user.
  • the foregoing user assignment may be for any number of users U 1 , U 2 , - - - U x , who may be assigned different roles imparting access to the authoring system 10 , which may be used to group users by related functionality, as defined by attributes, logic and values.
  • the active user table 14 which identifies the Userid, Active Flag and Role, leads to boolean logic to test a given value against a corresponding Attribute value in the content, display component and/or other authoring system constituents.
  • the role assigned to a particular user may be predetermined by the data supplied to the access control engine 12 by the build mechanism 18 , so as to impart to the user specific types of authorities, such as being capable of only reading the author material, or editing the author material at any particular site or sites.
  • the access control structure table 16 assigns to the particular user or users a role, various attributes, (boolean) logic values, choice components and permission for accessing which define the different types of access the user may have by means of the access control engine 12 , wherein the table contains the foregoing information which has been imparted thereto through the access control engine 12 by data from the build mechanism 18 , which was imputted from an external source or authority.
  • the build mechanism 18 assembles or builds the informative/data elements which are needed by the access control engine 12 to provide the required information and criteria to the remaining operative components of the authoring system 10 .
  • the selection mechanism 20 selects the content and display components based on information which is provided thereto by the access control engine 12 .
  • the display mechanism 22 builds or formulates a display, as may be shown the Display Component Table of FIG. 4, which is based on information provided thereto by the selection mechanism 20 .
  • the multi-user process 28 of the authoring system utilizes the access control engine 12 in order to determine the relationship between the multiple authors to which access is to be gained.
  • the user provides data through the selection mechanism which is represented in the active user table, wherein the role which is assigned to the user is represented, subsequent to approval of the user identification.
  • the data is then transmitted to the access control structure wherein the roles assigned to the user are represented and the attributes and logic values are transmitted to the content data store, whereas the choice components are transmitted to the display component data store, upon permission particular access being represented in the access control structure table.
  • the user inputs data as shown in the active user table which is then transmitted to the access control structure representing the role assigned to the particular user, the attribute and logic value being conveyed to the data store for the content, and the choice components to the data store for the display components.
  • the display components are then represented in the display component table, as shown in FIG. 4 of the drawings, setting forth the choice components the attributes and which display components is to be represented on the display, whereas further data is transmitted from the content data store to a subset of contents; and the contents of the display components from the data store thereof to a subset of the display components. These in turn are then represented in a temporary attribute and value table.
  • Step 1) The selection mechanism shown in FIG. 1 receives information from the access control engine 12 which had previously received a service request;
  • Step 2 The selection mechanism, based on information received in Step 1), accesses the content data store to select relevant content;
  • Step 3) The selected content from Step 2) is returned to the requesting service;
  • Step 4) The selection mechanism, based on the information received in Step 1), accesses the display components table of FIG. 4, and selects the relevant display components;
  • Step 5 The selected display components from Step 4) are returned to the requesting service.

Abstract

The field of distributed authoring systems, and more particularly to the implementing of authoring controls within the authoring system. Moreover, there is provided a selection mechanism which employs control structures for dynamically selecting content and display components of an authoring system.

Description

BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates to the field of distributed authoring systems, and more particularly pertains to the implementing of authoring controls within the authoring system. Moreover, the invention is specifically directed to providing a selection mechanism which employs control structures for dynamically selecting content and display components of an authoring system.
In essence, authoring systems, which may also be known as authoring tools or authorware in technological and commercial applications, may be programs existing in hypertext and multimedia applications. Pursuant to more sophisticated applications,-in internet, on-line or CD-ROM programs, the authoring systems may be scripting language or graphics elements, or may even represent a mixture of textual (teaching tools, printed works and the like) material, graphical representations, audio data and numerous, practically unlimited types of objects or programs. These authorizing systems are ordinarily developed and designed by authors who define the relationships of the foregoing aspects with each other, and sequencing the programs in an appropriate order for data storage.
2. Discussion of the Prior Art
In the present state of the technology and industry, authoring systems are adapted to control authoring access, generally to an authoring system utilizing various control parameters such as check-in/check-out, access control lists, profiles and predefined roles which are assigned to various authors of the system.
In various of the presently developed and known authoring systems, the access control mechanisms which facilitate access to the authoring system are specified or predefined by the system itself; whereas, other authoring systems do not provide access control systems or similar arrangements.
SUMMARY OF THE INVENTION
In order to obviate and overcome the limitations encountered in present authoring systems a primary aspect of the present invention resides in the provision of an improved selection mechanism employed in authoring systems, which utilizes control structures for dynamically selecting content and display components present in the authoring systems. The authoring system incorporates an access control engine having the selection mechanism operatively connected therewith. An authoring control mechanism enables one or more users such as readers or authors to gain access to the authoring system, whereby multiple users may be afforded serial access the authoring system; or users may access the authoring system simultaneously or in an overlapping order in accordance with predetermined criteria or conditions established by the access control engine and enforced by the control mechanism for the authoring systems.
In essence, the authoring system utilizes different parameters or criteria in order to provide reader or author (user) access thereto through the improved access control engine pursuant to the invention. Basically, these parameters or criteria include:
a) Userid (User identification)—which is designed to uniquely identify a user or numbers of users intending to gain permission for access to the authoring system;
b) Active flag—providing for indication that a particular user is logged into the authoring system;
c) Role—is utilized to group users by related functionality, which is implemented by attributes, logic and values, as defined hereinbelow;
d) Attribute—is a named field which is associated with content, display components, and/other system elements; and is utilized to tag or impart a set of values with a specific meaning or meanings;
e) Logic—utilizes boolean logic in order to test a given value against the value of a corresponding in content, display component and/or other system element;
f) Value—defines a constant which is utilized in tabled logic, which is compared with corresponding constants which are assigned to content, display component or system element attributes;
g) Choice components—defines a list of that display component or those display components available to a role for both selection and display mechanisms, and which ties specific display logic to content attributes;
h) Which display component—list of which particular set of logic is to be used against the attribute in the display mechanism;
i) Permissions—to implement the “access authority of the system” for a specific role as set forth in c) hereinabove.
The foregoing parameters or criteria are employed in that the access control engine pursuant to the invention resolves access control or privileges in the authoring system, utilizing information from both an active user table and an access control structure table. In that instance, the roles are a membership structure utilized to group common functionality and to tie logic to attributes and values. Thus, the roles set forth in an access control table eliminate the need for author profiles in the authoring system, and by introducing logic and display components in the access control engine it is possible to obviate the need for having to execute logic subsequently, as do databases with their views. In the present authoring system, there is no distinction between authors and readers, and a person designed to multiple roles is imparted the combined functionality of all of the roles. Hereby, functionality is defined by the attributes, logic and values, and wherein every access is conveyed to the inventive access control engine, imparting the authoring system with the ability to dynamically reflect changes in the system.
Inventively, the selection mechanism is used to select both content and display components based on resolved control structures sent by the access control engine. The initiating service request to the access control engine is associated with a userid. Once the userid is associated with a role or roles, the userid is no longer needed for processing. Each role is associated with attributes, values and logic used to control content selection and how the selected content is displayed. The access control engine resolves overlapping and conflicting role logic and returns a single consistent set of logic to the selection mechanism. The selection mechanism uses this logic to select the content and display components. By introducing logic and display components in the access control engine, we do not need to have to execute logic later as databases do with their views.
Accordingly, it is an object of the present invention to provide an improved and novel selection mechanism which employs control structures to dynamically select content and display components in an authoring system.
A further object of the present invention resides in the provision of an authoring system which includes an access control engine incorporating a novel selecting mechanism for dynamically selecting content and display components of the authoring system through the use of control structures.
BRIEF DESCRIPTION OF THE DRAWINGS
Reference may now be had to the following detailed description of a preferred embodiment of selection mechanism in an authoring system pursuant to the invention, taken in conjunction with the accompanying drawings; in which:
FIG. 1 illustrates in a generally diagrammatic representation, an authoring system including selection mechanism which is operatively integrated with other components of the system pursuant to the invention;
FIG. 2 illustrates the selection mechanism using access control structures for dynamically selecting content and display components of the system;
FIG. 3 illustrates an active user (multiuser) table;
FIG. 4 illustrates a display component table;
FIG. 5 illustrates a data flow scenario effected with the selection mechanism of the invention; and
FIG. 6 illustrates a data flow scenario representation of the relationship between the selection mechanism and display mechanism.
DETAILED DESCRIPTION OF A PREFERRED EMBODIMENT
Referring in detail to the drawings, and particularly FIG. 1, there is illustrated an authoring system 10 including an access control engine 12. The access control engine 12 resolves access control or privileges imparted to a user or plurality of users in the authoring system, utilizing information data, from both an active user table 14 and an access control structure table 16, and with the data flow represented by the arrows shown between the components 12 and 14, and respectively, components 12 and 16 of the authoring system 10.
A build mechanism 18 provides for appropriate variable data information and instructions to be imparted to and exchanged with the access control engine 12 from an external source, and is adapted to introduce logic and display components into the access control engine.
A novel selection mechanism 20, as discussed hereinbelow and as shown in FIG. 2, derives appropriate information, for subsequent transmission to a display mechanism 22, from a data store 24 having attribute contents stored therein, and from a further data store 26 having display components stored therein for selectively relaying the foregoing data to the display mechanism 22. The latter conveys displaying information to a multi-user processing system 28 in the access control engine 12.
Thus, as shown in particular, through the Active User Table 14 shown in FIG. 3, a user (i.e. reader, author) U may be assigned an active status by setting an Active Flag, indicating that the user has been logged into the authoring system 10 responsive to the Userid (User identification) assigned to the user.
The foregoing user assignment, as shown in the table 14 in FIG. 3, may be for any number of users U1, U2, - - - Ux, who may be assigned different roles imparting access to the authoring system 10, which may be used to group users by related functionality, as defined by attributes, logic and values. Thus, the active user table 14 which identifies the Userid, Active Flag and Role, leads to boolean logic to test a given value against a corresponding Attribute value in the content, display component and/or other authoring system constituents. The role assigned to a particular user may be predetermined by the data supplied to the access control engine 12 by the build mechanism 18, so as to impart to the user specific types of authorities, such as being capable of only reading the author material, or editing the author material at any particular site or sites.
Moreover, by way of example a user or users or may be imparted further roles enabling him or them to access author material at different geographic locations; for instance, a user in New York may be empowered to gain access to author material in New York, Chicago or Los Angeles. Moreover, the user may possibly be empowered to only “read” material in Chicago and Los Angeles, while being able to “edit” the author material in New York, although numerous permutations and different attributes may be assigned to any particular user or users at any specific location or locations in accordance with data supplied to the active user table 14 from the access control engine 12.
As illustrated in FIG. 1 of the drawings, the access control structure table 16 assigns to the particular user or users a role, various attributes, (boolean) logic values, choice components and permission for accessing which define the different types of access the user may have by means of the access control engine 12, wherein the table contains the foregoing information which has been imparted thereto through the access control engine 12 by data from the build mechanism 18, which was imputted from an external source or authority. In that instance, the build mechanism 18 assembles or builds the informative/data elements which are needed by the access control engine 12 to provide the required information and criteria to the remaining operative components of the authoring system 10. The selection mechanism 20, in turn, selects the content and display components based on information which is provided thereto by the access control engine 12. In turn, the display mechanism 22 builds or formulates a display, as may be shown the Display Component Table of FIG. 4, which is based on information provided thereto by the selection mechanism 20. The multi-user process 28 of the authoring system utilizes the access control engine 12 in order to determine the relationship between the multiple authors to which access is to be gained.
As shown in FIG. 5 of the drawings, representing data flow obtained with the selection mechanism 20, the user provides data through the selection mechanism which is represented in the active user table, wherein the role which is assigned to the user is represented, subsequent to approval of the user identification. The data is then transmitted to the access control structure wherein the roles assigned to the user are represented and the attributes and logic values are transmitted to the content data store, whereas the choice components are transmitted to the display component data store, upon permission particular access being represented in the access control structure table.
As illustrated in FIG. 6 of the drawing representing the relationship between the selection mechanism 20 and the display mechanism 22, again, the user inputs data as shown in the active user table which is then transmitted to the access control structure representing the role assigned to the particular user, the attribute and logic value being conveyed to the data store for the content, and the choice components to the data store for the display components.
The display components are then represented in the display component table, as shown in FIG. 4 of the drawings, setting forth the choice components the attributes and which display components is to be represented on the display, whereas further data is transmitted from the content data store to a subset of contents; and the contents of the display components from the data store thereof to a subset of the display components. These in turn are then represented in a temporary attribute and value table.
The foregoing provides a simple and readily implemented dynamically selected content and display components mechanism employing the novel selection mechanism 20 pursuant to the invention.
Reverting to a typical scenario in the application of the authoring system 10 through intermediary of the inventive selection mechanism 20, the following process flow thereof is set forth hereinbelow:
Step 1) The selection mechanism shown in FIG. 1 receives information from the access control engine 12 which had previously received a service request;
Step 2) The selection mechanism, based on information received in Step 1), accesses the content data store to select relevant content;
Step 3) The selected content from Step 2) is returned to the requesting service;
Step 4) The selection mechanism, based on the information received in Step 1), accesses the display components table of FIG. 4, and selects the relevant display components;
Step 5) The selected display components from Step 4) are returned to the requesting service.
While the invention has been particularly shown and described with respect to preferred embodiments thereof, it will be understood by those skilled in the art that the foregoing and other changes in form and details may be made therein without departing form the spirit and scope of the invention.

Claims (11)

What is claimed is:
1. An authoring system including mechanisms for enforcing authoring controls so as to selectively impart access to one or more authors to said authoring system predicated on specific criteria, said system comprising:
a) an access control engine wherein boolean logic changes dynamically in response to multiple roles and existing attributes and values to enable a single pass access;
b) a build mechanism operatively connected which connects to said access control engine for the purpose of building customized roles, attributes and logic which comprise the control elements required by the selection mechanism of said engine; and
c) a selection mechanism which uses dynamic boolean logic combined with the control structures, the relationship of one or more roles, and the state of the other parts of the authoring system to select content and display components.
2. An authoring system as in claim 1, wherein roles interact with control structures, existing relationships with other authors and boolean logic to generate dynamic selections of content and display components.
3. An authoring system as in claim 2, wherein a single role or multiple roles are affiliated with one or more authors and attributes.
4. An authoring system as in claim 1, wherein the boolean logic changes dynamically in response to multiple roles and existing attributes and values to enable a single pass access to content and display components.
5. An authoring system as in claim 1, wherein single or multiple attributes with one or more values are names associated with content, display components, roles and control structures for customized access.
6. A method of utilizing an authoring system including mechanisms for enforcing authoring controls so as to selectively impart access to one or more authors to said authoring system predicated on specific criteria, said method comprising:
a) an access control engine wherein boolean logic changes dynamically in response to multiple roles and existing attributes and values to enable single pass access;
b) a build mechanism operatively connected which connects to said access control engine for the purpose of building customized roles, attributes and logic which comprise the control elements required by the selection mechanism of said engine; and
c) a selection mechanism which uses dynamic boolean logic combined with the control structures, the relationship of one or more roles, and the state of the other parts of the authoring system to select content and display components.
7. A method as claimed in claim 6, wherein roles interact with control structures, existing relationships with other authors and boolean logic to generate dynamic selection of content and display components.
8. A method as claimed in claim 7, wherein a single role or multiple roles are affiliated with one or more authors and attributes.
9. A method as claimed in claim 6, wherein the boolean logic changes dynamically in response to multiple roles and existing attributes and values to enable a single pass access to content and display components.
10. A method as claimed in claim 6, wherein single or multiple attributes with one or more values are names associated with content, display components, roles and control structures for customized access.
11. A program storage device readable by machine tangibly embodying a program of instructions executable by machine to perform a method for an authoring system including mechanisms for enforcing authoring controls so as to selectively impart access to one or more authors to said authoring system predicated on specific criteria, said method comprising:
a) providing an access control engine wherein boolean logic changes dynamically in response to multiple roles and existing attributes and values to enable single pass access
b) having a build mechanism operatively connected which connects to said access control engine for the purpose of building customized roles, attributes and logic which comprises the control elements required by the selection mechanism of said engine; and
c) having a selection mechanism which uses dynamic boolean logic combined with the control structures, the relationship of one or more roles, and the state of the other parts of the authoring system to select content and display components.
US09/567,409 2000-05-08 2000-05-08 Mechanism for selection using access control structures for authoring systems Expired - Lifetime US6662181B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US09/567,409 US6662181B1 (en) 2000-05-08 2000-05-08 Mechanism for selection using access control structures for authoring systems

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US09/567,409 US6662181B1 (en) 2000-05-08 2000-05-08 Mechanism for selection using access control structures for authoring systems

Publications (1)

Publication Number Publication Date
US6662181B1 true US6662181B1 (en) 2003-12-09

Family

ID=29712444

Family Applications (1)

Application Number Title Priority Date Filing Date
US09/567,409 Expired - Lifetime US6662181B1 (en) 2000-05-08 2000-05-08 Mechanism for selection using access control structures for authoring systems

Country Status (1)

Country Link
US (1) US6662181B1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20010037379A1 (en) * 2000-03-31 2001-11-01 Noam Livnat System and method for secure storage of information and grant of controlled access to same
US20030055991A1 (en) * 2001-09-20 2003-03-20 Sun Microsystems, Inc. Access control for an e-commerce application
US6839878B1 (en) * 2000-05-08 2005-01-04 International Business Machines Corporation Mechanism for displaying content using control structure for authoring systems
US20070038662A1 (en) * 2005-08-04 2007-02-15 Peter Bendel Method and system for managing external routines in a database management system
US7263523B1 (en) * 1999-11-24 2007-08-28 Unisys Corporation Method and apparatus for a web application server to provide for web user validation
US20070282890A1 (en) * 2006-05-31 2007-12-06 Fuji Xerox Co., Ltd. Information processing apparatus, information processing method, computer readable medium, and computer data signal

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4805134A (en) * 1986-01-09 1989-02-14 International Business Machines Corporation Electronic system for accessing graphical and textual information
US5278979A (en) * 1990-12-20 1994-01-11 International Business Machines Corp. Version management system using pointers shared by a plurality of versions for indicating active lines of a version
US5610857A (en) * 1996-03-25 1997-03-11 Tektronix, Inc. Memory element with multibit storage
US5953718A (en) * 1997-11-12 1999-09-14 Oracle Corporation Research mode for a knowledge base search and retrieval system
US6080202A (en) * 1997-07-10 2000-06-27 Nortel Networks Corporation Universal compatibility software system for services in communication and information processing networks
US6119122A (en) * 1997-09-17 2000-09-12 Novell, Inc. Method and apparatus for generically viewing and editing objects
US6163785A (en) * 1992-09-04 2000-12-19 Caterpillar Inc. Integrated authoring and translation system
US6182115B1 (en) * 1998-03-06 2001-01-30 International Business Machines Corp. Method and system for interactive sharing of text in a networked environment
US6182140B1 (en) * 1998-07-23 2001-01-30 International Business Machines Corporation Hot objects with multiple links in web browsers
US6278448B1 (en) * 1998-02-17 2001-08-21 Microsoft Corporation Composite Web page built from any web content
US6314409B2 (en) * 1996-01-11 2001-11-06 Veridian Information Solutions System for controlling access and distribution of digital property

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4805134A (en) * 1986-01-09 1989-02-14 International Business Machines Corporation Electronic system for accessing graphical and textual information
US5278979A (en) * 1990-12-20 1994-01-11 International Business Machines Corp. Version management system using pointers shared by a plurality of versions for indicating active lines of a version
US6163785A (en) * 1992-09-04 2000-12-19 Caterpillar Inc. Integrated authoring and translation system
US6314409B2 (en) * 1996-01-11 2001-11-06 Veridian Information Solutions System for controlling access and distribution of digital property
US5610857A (en) * 1996-03-25 1997-03-11 Tektronix, Inc. Memory element with multibit storage
US6080202A (en) * 1997-07-10 2000-06-27 Nortel Networks Corporation Universal compatibility software system for services in communication and information processing networks
US6119122A (en) * 1997-09-17 2000-09-12 Novell, Inc. Method and apparatus for generically viewing and editing objects
US5953718A (en) * 1997-11-12 1999-09-14 Oracle Corporation Research mode for a knowledge base search and retrieval system
US6278448B1 (en) * 1998-02-17 2001-08-21 Microsoft Corporation Composite Web page built from any web content
US6182115B1 (en) * 1998-03-06 2001-01-30 International Business Machines Corp. Method and system for interactive sharing of text in a networked environment
US6182140B1 (en) * 1998-07-23 2001-01-30 International Business Machines Corporation Hot objects with multiple links in web browsers

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7263523B1 (en) * 1999-11-24 2007-08-28 Unisys Corporation Method and apparatus for a web application server to provide for web user validation
US20010037379A1 (en) * 2000-03-31 2001-11-01 Noam Livnat System and method for secure storage of information and grant of controlled access to same
US6839878B1 (en) * 2000-05-08 2005-01-04 International Business Machines Corporation Mechanism for displaying content using control structure for authoring systems
US20030055991A1 (en) * 2001-09-20 2003-03-20 Sun Microsystems, Inc. Access control for an e-commerce application
US7120698B2 (en) * 2001-09-20 2006-10-10 Sun Microsystems, Inc. Access control for an e-commerce application
US20070038662A1 (en) * 2005-08-04 2007-02-15 Peter Bendel Method and system for managing external routines in a database management system
US20080270455A1 (en) * 2005-08-04 2008-10-30 International Business Machines Corporation Method for managing external routines in a database management system
US20080288553A1 (en) * 2005-08-04 2008-11-20 International Business Machines Corporation Medium and system for managing external routines in a database management system
US8024357B2 (en) 2005-08-04 2011-09-20 International Business Machines Corporation Medium and system for managing external routines in a database management system
US20070282890A1 (en) * 2006-05-31 2007-12-06 Fuji Xerox Co., Ltd. Information processing apparatus, information processing method, computer readable medium, and computer data signal
US7769780B2 (en) * 2006-05-31 2010-08-03 Fuji Xerox Co., Ltd. Information processing apparatus, information processing method, computer readable medium, and computer data signal

Similar Documents

Publication Publication Date Title
US6816906B1 (en) Mechanism for building access control structures for authoring systems
US6839878B1 (en) Mechanism for displaying content using control structure for authoring systems
US6240455B1 (en) Internet server providing link destination deletion, alteration, and addition
US6571256B1 (en) Method and apparatus for providing pre-screened content
US9430670B2 (en) Method, system, and computer program product for locating network files
US7860852B2 (en) Systems and apparatuses for seamless integration of user, contextual, and socially aware search utilizing layered approach
US20020046244A1 (en) Content management application for an interactive environment
US20010039002A1 (en) System and method for implementing and managing training programs over a network of computers
US6101532A (en) Electronic conference system
CN103368986B (en) Information recommendation method and information recommendation device
US7302431B1 (en) Configurable architecture for managing corporate and industry knowledgebases
US20040210532A1 (en) Access control apparatus
US6976078B1 (en) Process for simultaneous user access using access control structures for authoring systems
CN107562887B (en) Resource reference system and method for assisting PPT course preparation
US20060271625A1 (en) Selective monitoring and publishing of discussion threads with membership linking
US6662181B1 (en) Mechanism for selection using access control structures for authoring systems
US20040104933A1 (en) Dynamic role creation
US20010034765A1 (en) Content management application for an interactive environment
Egan Bridging the gap between the student and the library
US20140201611A1 (en) Contextual mapping based learning by converting information
Johnston Teaching with a Weblog: How to post student work online
Jenkins et al. Automating questionnaire design and construction
Goh et al. Evaluating open source portals
Taylor A quick guide to… Z39. 50
Sullivan et al. Who Are the National APE TOYs?

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ICKEN, DONALD A.;KELLER, NEAL M.;UNGAR, LISA M.;REEL/FRAME:010806/0105

Effective date: 20000505

STCF Information on status: patent grant

Free format text: PATENTED CASE

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

AS Assignment

Owner name: GOOGLE INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:INTERNATIONAL BUSINESS MACHINES CORPORATION;REEL/FRAME:026664/0866

Effective date: 20110503

FPAY Fee payment

Year of fee payment: 12

AS Assignment

Owner name: GOOGLE LLC, CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:GOOGLE INC.;REEL/FRAME:044127/0735

Effective date: 20170929