A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
1. Field of the Invention
The present invention is directed to rights expression processing systems and methods for processing rights expressions. In particular, the present invention is directed to an extensible grammar based rights expression system and method to allow processing of new rights expressions.
2. Discussion of the Related Art
Digital distribution of content by content owners over the Internet is a way to reach out to a potentially large market of Internet users. However, such digital distribution comes with a risk of illegal, or otherwise unauthorized, distribution of the content. Rights Management helps reduce this risk thereby enabling content owners to protect and profit from their digital content. A Rights Management System is utilized to specify the usage rights for content, or other things and to enforce the usage rights. The term “content” is used broadly herein and includes digital works such as music, audio files, text files, books, reports, video, multimedia, pictures, executable code, or any combination thereof.
Various implementations of Rights Management Systems and rights associated with digital content are known as disclosed by U.S. Pat. No. 5,629,980, U.S. Pat. No. 5,634,012, U.S. Pat. No. 5,638,443, and U.S. Pat. No. 5,715,403. Hence, the details of Rights Management Systems are not discussed specifically herein. As evident from these references, a Rights Management system can take many forms, and can employ varying levels of complexity depending on the security required, the nature of the thing being managed, the complexity of associated rights and conditions, volume and other factors.
The Rights Management system 500 also includes a content preparation application 503 that protects clear content 501 through encryption or other protective mechanism to thereby provide protected content 508. The content preparation application 503 also specifies usage rights in a rights label 510 that is associated with protected content 508. The rights label 510 and specifies usage rights that are available to an end-user when corresponding conditions are satisfied. A rights expression language (herein after “REL”) such as XrML™ may be used to specify the rights and conditions set forth in the rights label 510. The rights label 510 and the appropriate encryption key that was used to encrypt the clear content 501 is then provided to the license server 512.
The license server 512 manages the encryption keys and issues license 514 that allows exercise of usage rights. For example, rights label 510 may include usage rights for viewing protected content 508 upon payment of a fee of five dollars, and viewing or printing protected content 508 upon payment of a fee of ten dollars. Client application 506 interprets and enforces the usage rights that have been specified in license 514 to provide clear content 516 that may be used by the end user.
The components and modules of the Rights Management system 500 can be located in one or more than one device. For example, the activation server 502 and the license server 512 could be the same server or other device, or plural separate devices. The protected content 508 may be any type of content including a document, image, audio file, video file, etc. Further details of Rights Management systems are set forth in further detail in the references noted above, and consequently, are not discussed specifically herein.
Thus, Rights Management systems not only protect content, but also enable content owners to manage the sale and use of their content by means of licenses. Licenses include rights expressions to articulate usage rights and to associate usage rights to a content. Licenses may be specified for different stages during the life cycle of digital content. For example, when digital content is released to a distributor, licenses may be specified by content owners to limit distribution of the digital content to a particular region or a period of time, or to restrict how content may be repackaged. Of course, licenses themselves must be protected as well since they are a controlling facet determinative of how content is used. In this regard, licenses are typically digitally signed by the issuers so that their integrity and authenticity may be verified before being interpreted.
A license typically includes a grant element, a principal element, a right element, a resource element, and optionally, a condition element. In particular, a license contains one or more grant elements which defines the details of the usage rights granted. The one or more grant elements may specify a principal element, a rights element, a resource element and, optionally, a condition element. The principal element identifies a principal (user) or a group of principals who is/are granted the right to access or use the protected resources, while the rights element names a specific right (e.g. play, view, print, copy) to be given to the principal with regards to accessing or using the protected resources. The resource element specifies the protected resources, and the optional condition element specifies any conditions that are imposed on the right to use the protected resource.
A license is typically embodied as a rights expression. A rights expression is a syntactically and semantically correct language construct, based on a defined grammar, to convey rights information. As noted, an example of a rights expression language is XrML™. It is important to note that the term “rights expression” as used herein is not be limited to licenses in particular, but refers to any expressions that may be used by the Rights Management system to convey information. Thus, the term “rights expression” and derivatives thereof as used herein generally refers to expression of licenses, license components and/or fragments (such as the grant element, principal element, right element, resource element, and/or condition element), as well as any other appropriate expressions. Moreover, rights expressions may be in a variety of different forms ranging from binary encoded sequences that target resource constrained applications, to multi-level REL construct that describes complex rights information for managed distribution of digital resources and rights granting paradigms.
In accordance with one aspect of the present invention, an extensible grammar-based rights expression system for processing one or more rights expressions is provided, the system comprising an interpreter adapted to evaluate the rights expressions, the interpreter including one or more plug-in subcomponents configured to allow evaluation of the rights expressions, a validator adapted to validate compliance with conditions set forth in the one or more rights expressions upon authorization by the interpreter, and a framework adapted provide an interface between the interpreter and the validator.
In accordance with another aspect of the present invention, an extensible grammar-based rights expression system is provided for processing one or more rights expressions, the system comprising a framework having an extensible architecture with one or more extensibility points for adding extensions to the grammar, and an interpreter adapted to evaluate the one or more rights expressions, wherein the extensions define semantics and syntax of new rights expressions to allow processing of the new rights expressions.
In accordance with still another aspect of the present invention, a method for processing one or more rights expressions is provided. The one or more rights expressions include a request that requests a usage right associated with a resource for a principal, and a grant that issues a usage right associated with a resource to a principal. The method comprises the steps of registering plug-in components with a framework, making a programmatic call to the framework to authorize requests for usage rights set forth in the one or more rights expressions, finding one or more appropriate plug-in components configured to evaluate each of the requests set forth in the one or more rights expressions, invoking the appropriate plug-in components, evaluating the request against the grant, and returning an authorization result that indicates whether the request is authorized by the grant.
Yet another aspect of the present invention is in providing a method for processing one or more rights expressions comprising the steps of providing an extensible grammar-based rights expression system having an extensible architecture with an interpreter adapted to evaluate the one or more rights expressions, evaluating the request against the grant using the interpreter, and returning an authorization result that indicates whether the request is authorized by the grant. Preferably, the method further includes the step of adding new extensions to the extensible grammar-based rights expression system to allow processing of new rights expressions, wherein the extensions define semantics and syntax of the new rights expressions.
Rights Management systems can be applied to digital content and other items, such as services, goods, and the like. For example, rights and conditions can be associated with any physical or non-physical thing, object, class, category, service, or other items for which access, distribution, execution, or other use is to be controlled, restricted, recorded, metered, charged, monitored or otherwise managed in some fashion. Thus, a Rights Management system can be used, for example, to specify and enforce usage rights and condition for any item such as content, service, software program, goods etc. In this regard, to extend the concept of rights management to tangible items, an item ticket can be used to associate usage rights with the item. A license or other rights expression is associated with the item ticket 600, illustrated in
As illustrated in
Regardless of the details of the item, and whether the item is a digital content, an object, a class, a category, a service, or other items, the task of writing valid licenses, and designing and implementing rights expression processing systems is complicated and difficult. Various challenges are encountered in supporting the dynamic aspects of rights expressions and application environments. In particular, rights expressions may be static or dynamic. Static rights expressions are statically defined to describe fixed rights information, and therefore, may not be extended. Dynamic rights expressions however, allow new syntaxes to be added without changing the semantics or grammars of the rights expressions. For example, vendors in the wireless content distribution industry may desire to create a new right, such as a “broadcast” right, to grant Rights Management supported distributors the right to “push” rights-managed contents onto subscribers' devices. Constantly changing technology and business paradigms drive the creation of new types of rights. Without an extensible rights expression processing system, different static systems must be designed and implemented to accommodate new rights expression extensions, variations, and derivations thereof.
Thus, a rights expression processing system should preferably be extensible to allow accommodation of new rights information that is not currently defined at the time the system is designed and implemented. Consequently, it is desirable to provide an extensible rights expression processing system implemented using an extensible architecture so that it can be used to generate, modify, authorize, and validate rights expressions, whether the rights expressions are static or dynamic without the requirement for a redesign of the rights expression or any underlying schema or data dictionary. As described herein, the extensible architecture of the extensible rights expression processing system allows dynamic processing of extended rights expressions and new rights expressions.
It should also be noted that the rights expression processing system 10 in accordance with one embodiment of the present invention is illustrated and discussed herein as having a plurality of components which perform particular functions. It should be understood that these components are merely schematically illustrated based on their function for clarity purposes only, and do not necessarily represent specific hardware or software. These components may be hardware and/or software implemented to substantially perform the particular functions explained. Moreover, two or more of these components may be combined together within the rights expression processing system 10, or divided into more components based on the particular function desired. Thus, the present invention as embodied in
In the illustrated embodiment, the rights expression processing system 10 includes a framework 12 that allows interfacing of the other components of the rights expression processing system 10. The framework 12 is the infrastructure component of the rights expression processing system 10 that orchestrates the interactions among all the other components of the system and the rights expression-processing functions performed by the various components. Preferably, the framework 12 of the rights expression processing system 10 is rights expression-agnostic, i.e. the framework 12 is not tied to any specific syntax or grammar of rights expressions. Moreover, the framework 12 has an extendible architecture with extensibility points that allows various other components to be added thereto to allow processing of new rights expressions. Of course, in other embodiments, the framework need not be provided with an extendible architecture with extensibility points, but instead, may be implemented with fixed components.
The rights expression processing system 10 of the illustrated embodiment also includes a parser 14 adapted to allow parsing and manipulation of data. In particular, the parser 14 is a component that carries out the underlying manipulation operations such as input, output, syntax validation, and manipulation of the rights expression 24 to be processed by the rights expression processing system 10. Preferably, the parser 14 is generic and implemented as a plug-in component that could be replaced by another parser of compatible capability without affecting the behavior of the rights expression processing system 10.
Again, the term “rights expression” as used herein is not be limited to licenses in particular, but refers to any expressions that may be used by the rights expression processing system 10 to convey information. Thus, the term “rights expression” and derivatives thereof as used herein generally refers to expressions of licenses, license components and/or fragments (such as the grant element, principal element, right element, resource element, and/or condition element), as well as any other appropriate expressions.
For example, the rights expression 24 may be a grant that comprises a usage right associated with the digital resources and a principal to whom the usage right is granted. The party to whom the grant has been issued is referred to as the “principal”, the object of the rights such as an e-book is referred to as the “digital resource”, and the rights to use this object the “usage right”. Alternatively, the rights expression 24 may be a request that comprises a usage right associated with digital resources, and a principal requesting use of the digital resources. Moreover, the rights expression 24 may include a grant as well as a request. The rights expression 24 may be expressed in any appropriate rights expression language (herein after “REL”) such as XML or XrML™. In the preferred embodiment, the underlying parser 14 hides all rights expression-specific syntaxes and grammars through the use of extensible definitions, for example, the XML or XrML™ schema.
The rights expression processing system 10 of the present embodiment also includes an interpreter 16 adapted to evaluate and/or authorize rights expressions 24, and to provide an authorization result. In particular, the interpreter 16 evaluates the rights expression 24 based on the grant and/or the request set forth in the rights expression 24. The interpreter then may authorize the rights expression 24 without condition thereby authorizing consumption of the digital resources identified in the rights expression 24. Alternatively, the interpreter 16 may conditionally authorize the rights expression 24 thereby authorizing consumption of the digital resources identified in the rights expression 24 only upon the satisfaction of one or more conditions that are set forth in the rights expression 24. Moreover, the interpreter 16 may not authorize the rights expression 24 so that consumption of the digital resources identified in the rights expression 24 cannot be consumed.
In accordance with the illustrated embodiment, the interpreter 16 is implemented as a plug-in component having a plurality of plug-in subcomponents 18 which are configured to allow evaluation and/or authorization of different rights expressions 24. In addition, new plug-in subcomponents may be added to the interpreter 16 to allow evaluation and/or authorization of new rights expressions thereby allowing the interpreter 16 to be extensible. Alternatively or in addition thereto, because the rights expression processing system 10 has an extensible architecture, new interpreters may be added to the rights expression processing system 10 that are configured to evaluate and/or authorize new rights expressions.
The rights expression processing system 10 further includes one or more validators 20 adapted to validate satisfaction of conditions, if any, that may be set forth in the rights expressions being evaluated. In particular, if the above described interpreter 16 conditionally authorizes the rights expression 24, the validators 20 verify the satisfaction of the conditions prior to allowing the consumption of the digital resources identified in the rights expression 24. In the illustrated embodiment of the rights expression processing system 10, validator A through validator M are provided, each validator being configured to evaluate a specific type of condition, by verifying the value of a state variable, for example. The extensible architecture of the rights expression processing system 10 allows new validators that are configured to evaluate and/or authorize new rights expressions to be added to the rights expression processing system 10. For example, a validator N (not shown) implemented as a plug-in component may be added later to allow validation of a new condition that may be expressed in the rights expression to be processed.
Furthermore, the rights expression processing system 10 also includes a rights expression enabled component referred to herein as an application 22. The application 22 component represents the “user” of the rights expression processing system 10. The user can be a creator, a distributor, or a consumer of rights expressions. Examples of application 22 include rights authoring applications and systems, rendering applications of digital content such as multimedia, video, picture images, and musical artwork, and/or web-service execution systems, etc. For example, if the application 22 is a consumer of rights expressions such as a digital content and/or service rendering application, the application 22 can utilize various components of the extensible rights expression processing system 10 to perform various processing operations such as parsing, validating, or evaluating rights expressions.
The application 22 passes the rights expression 24 with the information regarding the digital resource 26 to the framework 12. The framework 12 then locates the interpreter 16 that is capable of evaluating and/or authorizing the particular rights expression 24, and passes the rights expression 24 to the interpreter 16 for evaluation and/or authorization. The locating of the interpreter 16 that is capable of evaluating and/or authorizing the particular rights expression 24 may be implemented in various different ways. In one embodiment, when the interpreter 16 is provided to the rights expression processing system 10 via the framework 12, for instance, using the application 22, the interpreter 16 registers with the rights expression processing system 10, all the rights expressions of a specific namespace that may be evaluated and/or authorized by the interpreter 16. If the interpreter 16 is requested to evaluate and/or authorize a rights expression, the rights expression is looked up to determine if the rights expression was registered by the interpreter 16 which indicates that the interpreter 16 is capable of evaluating and/or authorizing the rights expression. If the rights expression has not been registered by the interpreter 16 thereby indicating that the interpreter cannot evaluate and/or authorize the rights expression, the interpreter 16 interacts with the framework 12 to locate a different interpreter that has registered the rights expression with the rights expression processing system 10, and passes the authorization request accordingly so that the rights expression can be evaluated and/or authorized. Of course, in other embodiments, other methods may be used to locate the appropriate interpreter for evaluating and/or authorizing rights expressions, and the above method is merely provided as one example.
The interpreter 16 evaluates the rights expression 24 using one or more plug-in subcomponents 18 which are configured to evaluate different types of rights expressions. As previously noted, the interpreter 16 provides an authorization result that may authorize the rights expression 24 without condition thereby indicating that the application 22 has a right to consume the digital resource 26 unencumbered. Alternatively, the interpreter 16 may conditionally authorize the rights expression 24 thereby indicating that the application 22 has a right to consume the digital resource 26 only upon the satisfaction of one or more conditions that are set forth in the rights expression 24. Moreover, the interpreter 16 may not authorize the rights expression 24 thereby indicating that the application 22 does not have the right to consume the digital resource 26. Of course, the result of the evaluation by the interpreter 16 is based on the grant and/or the request set forth in the rights expression 24.
In the example where the rights expression 24 includes both a grant and a request, the evaluation by the interpreter 16 is preferably attained by comparing the grant against the request. In particular, the usage right, the resource, and the principal set forth in the request are compared with the usage right, the resource, and the principal included in the grant. The interpreter 16 can then provide an authorization result based on this comparison. More specifically, the interpreter 16 authorizes the request if the usage right, the resource, and the principal of the request and the grant match one another. The interpreter 16 alternatively conditionally authorize the request if the usage right, the resource, and the principal of the request and the grant match one another, and the grant further includes one or more conditions. Alternatively, the interpreter 16 does not authorize the request if the usage right, the resource, and the principal of the request and the grant do not match one another.
If the interpreter 16 conditionally authorizes the rights expression 24, the validators 20 allow verification of the satisfaction of the conditions prior to allowing the consumption of the digital resource 26 identified in the rights expression 24. Each validator (validator A to validator M) is preferably configured to evaluate one or more specific types of conditions. Thus, the framework 12 searches and identifies the appropriate validator configured to verify the satisfaction of the condition set forth in the rights expression 24 prior to allowing the consumption of the digital resource 26. The search and identification of appropriate validators may be attained by a method of registering and looking up conditions in a manner similar to that of locating interpreters as described previously. Of course, other methods may alternatively be used as well.
As previously noted, the preferred embodiment of the rights expression processing system 10 has an extensible architecture with extensibility points and is capable of being extended to evaluate any present and future newly defined grammar-based rights expressions by implementing the various components of the rights expression processing system 10 as plug-in components. Thus, the interpreter 16 is implemented as a plug-in component having plug-in subcomponents 18 to allow additional interpreters and/or plug-in subcomponents to be added to allow evaluation of new rights expressions that are not initially supported by the rights expression processing system 10. In addition, the validators 20 are also implemented as plug-in components so that additional validators can be readily added to allow processing of new conditions. Thus, the rights expression processing system 10 is preferably readily expandable to process new rights expressions as they are developed in response to new rights granting paradigms and applications.
For example, Vendor A may launch a web-service intending to be the universal issuer and interpreter for rights vouchers, for example, licenses. One obvious challenge that Vendor A would be facing is that it is almost impossible to build such a universal system to accommodate all the possible rights granting paradigms at the time of the launch because further developments in technology and commerce will likely result in the need for new rights granting paradigms which will entail use of new rights expressions and/or new conditions. However, because the rights expression processing system 10 in accordance with the present embodiment is extensible in the manner described, Vendor A can build the rights expression processing system 10 using the interpreter 16, and validators 20 that process existing rights expressions. As the need for new rights expression and conditions associated thereto arises, Vendor A can build new components to process these new rights expressions. For example, new plug-in subcomponents for the interpreter 16, new interpreters, and/or new validators may be built and added to the rights expression processing system 10 to process the new rights expressions.
As previously noted, the interpreter 16 is a plug-in component that is adapted to allow evaluation and authorization of rights expression 24 thereby providing semantic meanings to rights expression 24. As an example, Appendix A shows an example license 50 for the rights expression 24. The license 50 grants a principal or other authorized person holding a valid key, the unlimited right to view, print, and copy the subject “eBook”, for a flat fee of $25.99.
Referring again to
The identified interpreter 16 performs various operations to evaluate the request against what is stated in the grant contained in the rights expression 24. The right, resource, and principal of the request are matched against the right, resource, and principal of the grant. The step of evaluating the grant may also include decrypting the grant if it is encrypted, verifying digital signature if it is signed, and/or authenticating the issuer of the grant. In addition, the step of evaluating the request may include authenticating that the principal is genuine, and verifying the resource. The interpreter 16 returns the authorization results to the application 22, indicating whether the request is authorized, conditionally authorized, or not authorized by the given rights expression 24.
If the interpreter conditionally authorizes the rights expression 24, the application 22 can then invoke the appropriate validator 20 through the framework 12 to validate the conditions required. This may be attained, for example, by having the application 22 provide context data required for validating the conditions set forth. Using the context data, the validator 20 validates compliance with the conditions set forth in the rights expression 24. If the appropriate context data is not provided, then the conditions may be deem to be not satisfied. Of course, the above described method is merely one example of how the validator 20 can validate compliance with the conditions of the rights expression 24 and in other embodiments, other methods may be used.
In the rights expression 24 example set forth in the license 50 of Appendix A, the fee element is a condition associated with all of the rights included in the grant to view, print, and copy the eBook. The fee condition states that the application 22 should only be allowed to exercise the rights if, and only if, a fee of $25.99 has been paid. As shown in the example, the validator 20 accesses a payment record service that provides the required context data to validate that this condition has been satisfied.
Of course, it should be noted that multiple conditions may be set forth in the rights expression which requires multiple validations. In this regard, plurality of validators 20 can validate these multiple conditions set forth in the rights expressions that represent conditions. The framework 12 manages the validators 20, and invokes them one by one based on, for example, the following validation rules:
Of course, the above validation rules are merely one example and other rules may be used instead.
As shown in
In the authorization process stage 130, the rights expression RE″ 124 and any supplementary information are received, and the exercising rights described in the rights expression RE′ 124 is evaluated and authorized, for example, in the manner described above relative to
It should be evident that each of the above described process stages have their own means for extensibility. In this regard, to facilitate illustration and understanding of each process stage clearly, the above example of an “eBook” is used to clarify how each process stage effect the rights expressions, and allow extensibility without the need to modify the core rights expression processing system. For example, a publisher of the eBook may wish to allow anyone holding a valid key that was issued by someone the publisher trusts, the unlimited right to view, print and copy the contents of the eBook, as long as they pay a flat fee of $25.99. While rights expressions as may be expressed using a variety of RELs, one REL may be XrML™. As noted previously, an enforceable set of rights of a license XrML™ can be found in the rights expression 24 as set forth in the license 50 of Appendix A. However, as previously noted, the term “rights expression” as used herein refers to any rights expression including fragments of licenses that are not enforceable by itself and should not be interpreted to mean enforceable licenses.
In order to generate the rights expression for the example eBook in the generation process stage 110, various pieces of information should be made available. For instance, the name of the eBook, the key that identifies the principal(s) wishing to use the eBook, and information regarding the payment service that will process the flat fee of $25.99 for use of the eBook should be made available. In
Note that the rights expression 104 may or may not be enforceable at this stage of the lifecycle 100. In this regard, the rights expression 104 may simply be a fragment of rights that can be merged with additional data in the next stage, i.e. the modification process stage 120, which together form a rights expression having enforceable rights. It is also possible that the rights data 102 is manipulated into rights expressions 104 manually, for instance, by someone coding the rights expression directly. Whether this process takes place in an automated or manual process, the end result is the generation of rights expression RE′ 114, which may be represented in any language or syntax.
The extensibility of the generation process stage 110 allows addition of rights expressions or manipulation of existing rights expressions without the need to change the core rights expression processing system 10 in any way. As previously noted, one example REL which allows this extensibility is the XrML™ rights expression language based on the W3C XML Schema standard. This standard allows the core schema which defines the language, to remain unchanged, while still allowing external schema references to utilize and expand the language.
Referring again to the example, if the publisher that offered the eBook wanted to charge the same $25.99 for its use, but was required by law to charge the applicable sales tax for its sale, the publisher, or someone on behalf of the publisher, may add a new rights expression named “tax”. This new rights expression would be added into their own schema, referencing the XrML™ core schema as a base. This allows the use all the rights expressions of XrML™ schema along with their new rights expression. The ability to allow manipulation of the rights expressions is most clearly illustrated in
This extensible capability is made possible by the abstraction of the parser 14 and the other components of the rights expression processing system 10. As shown in
Referring to the schematic diagram 200 of
Referring again to
In particular,
Once the key data has been merged with the rights template 304, the resulting enforceable rights 306 may resemble:
In other embodiments, another way that rights expressions may be modified during the modification process stage 120 is by applying digital signature requirements. Digital signatures are often used to ensure that the contents have not been tampered with. The signature can be used to not only identify the person who signed it, but also to ensure the integrity of the data within. Digital signatures are often a vital part of any Rights Management system, but are not mandatory and use of digital signatures (e.g. W3C's DSIG standard) depends on the level of security needed for the system application. Of course, a rights expression may be modified to require such digital signatures to ensure that the contents of the rights expressions have not been tampered with.
The authorization process stage 130 is the most complex process stage in the rights expression lifecycle 100 of
The sub-process of grant evaluation 410 performs a series of tasks to verify critical elements of the grant 402 including, but not limited to, digital signatures, issuer principal(s), digital resources, and exercising right. The sub-process of grant evaluation 410 may be performed by a replaceable component so that rights expressions with new syntaxes and/or semantics could be evaluated.
In the illustrated example embodiment, grants 402 and a request 404 are evaluated in an element matching step 412 in order to match various elements of the request 404 with the grants 402.In other words, in the element matching step 412, matching elements for various elements such as the right, digital resources, digital identities (such as key identifying the principal) set forth in the request 404 are sought for in the grants 402. If the elements do not match, the grants 402 is deemed invalid in step 416. In the above regard, the rights expression processing system 10 of the present invention is preferably adapted to use plug-ins capable of performing a variety of comparisons to achieve extensibility. Since the element matching step 450 and the supporting sub-components that provide this functionality are implemented as plug-ins, new matching functions could be designed and implemented to support matching of new elements.
If the elements do match in the element matching step 412, the signature evaluation step 414 is conducted in the present example in which the digital signature of the grants 402 are evaluated to verify that the grant's integrity is intact. This signature evaluation step 414 may also be performed by using a plug-in component. Such a plug-in component may be adapted to also deploy pluggable components to perform digital signature evaluation and verification functions such as crypto and message digest to maximize extensibility support. If the signature cannot be verified, the grant 402 is deemed invalid in step 416, and in turn, the request is not authorized in step 490 of authorization step 103 as shown in
Referring again to
In the instance data binding step 426 of the present example, the variations and mutations of the elements of the request 404 set forth as the element set 424 which may match one or more elements in grants 402 are bound based on the instance data and set apart in the matched and bound element set 428. As shown in the example embodiment of
It should be noted that the example sub-process of grant resolution 420 described does not necessarily require that the elements of the grants 402 have variables that need be resolved for authorization. The sub-process of grant resolution 420 may also be applied to grants that do not require variable resolution as well. It should also be noted that in the preferred embodiment, the component used to perform the above described sub-processes of mutating and matching 422, as well as instance data binding 426, are preferably implemented as plug-in components that can be replaced or added to support new rights expression extensions.
Referring again to the example embodiment of
Again, it should be kept in mind that the above described processes of
Referring again to
In this example, the validator 20 processes the $25.99 fee during the validation process stage 140 with a preferred payment service, using the identifier “D04951E4-332C-4693-B7DB-D3D1D1C20844” as designated with the serviceKey sub-element. Once the payment has been authorized, the validator 20 returns a positive result thereby indicating compliance with this condition of the grant. Once all of the other conditions have been validated by the validator 20 in a similar manner, the associated rights set forth in the grant are granted to the user. In this example license 50 set forth in Appendix A, the rights are as follows:
It should now be apparent in view of the discussion above, that the rights expression processing system in accordance with one embodiment of the present invention provides a novel and advantageous system that may be used to generate, modify, authorize, and validate grammar based rights expressions. As explained, the rights expression processing system may be implemented with an extensible architecture having extensibility points to allow new syntaxes to be added without changing semantics or grammars of rights expressions to thereby allow accommodation of new rights expressions. This extensibility is preferably realized by implementing the components of the rights expression processing system such as the interpreter and validator as plug-in components.
While various embodiments in accordance with the present invention have been shown and described, it is understood that the invention is not limited thereto. The present invention may be changed, modified and further applied by those skilled in the art. Therefore, this invention is not limited to the detail shown and described previously, but also includes all such changes and modifications as defined by the appended claims and legal equivalents.
This application claims priority to U.S. provisional applications Ser. No. 60/331,619 filed Nov. 20, 2001, Ser. No. 60/331,622 filed Nov. 20, 2001, Ser. No. 60/359,646 filed Feb. 27, 2002, and Ser. No. 60/359,661 filed Feb. 27, 2002, all of which are incorporated herein by reference in their entirety.
Number | Name | Date | Kind |
---|---|---|---|
4159468 | Barnes et al. | Jun 1979 | A |
4200700 | Mäder | Apr 1980 | A |
4361851 | Asip et al. | Nov 1982 | A |
4423287 | Zeidler | Dec 1983 | A |
4429385 | Cichelli et al. | Jan 1984 | A |
4621321 | Boebert et al. | Nov 1986 | A |
4736422 | Mason | Apr 1988 | A |
4740890 | William | Apr 1988 | A |
4796220 | Wolfe | Jan 1989 | A |
4816655 | Musyck et al. | Mar 1989 | A |
4888638 | Bohn | Dec 1989 | A |
4937863 | Robert et al. | Jun 1990 | A |
4953209 | Ryder et al. | Aug 1990 | A |
4977594 | Shear | Dec 1990 | A |
5014234 | Edwards | May 1991 | A |
5129083 | Cutler et al. | Jul 1992 | A |
5138712 | Corbin | Aug 1992 | A |
5174641 | Lim | Dec 1992 | A |
5204897 | Wyman | Apr 1993 | A |
5247575 | Sprague et al. | Sep 1993 | A |
5260999 | Wyman | Nov 1993 | A |
5276444 | McNair | Jan 1994 | A |
5287408 | Samson | Feb 1994 | A |
5291596 | Mita | Mar 1994 | A |
5293422 | Loiacono | Mar 1994 | A |
5335275 | Millar et al. | Aug 1994 | A |
5337357 | Chou et al. | Aug 1994 | A |
5386369 | Christiano | Jan 1995 | A |
5390297 | Barber et al. | Feb 1995 | A |
5414852 | Kramer et al. | May 1995 | A |
5438508 | Wyman | Aug 1995 | A |
5453601 | Rosen | Sep 1995 | A |
5485577 | Eyer et al. | Jan 1996 | A |
5504816 | Hamilton et al. | Apr 1996 | A |
5530235 | Stefik et al. | Jun 1996 | A |
5535276 | Ganesan | Jul 1996 | A |
5553143 | Ross et al. | Sep 1996 | A |
5557678 | Ganesan | Sep 1996 | A |
5564038 | Grantz et al. | Oct 1996 | A |
5619570 | Tsutsui | Apr 1997 | A |
5625690 | Michel et al. | Apr 1997 | A |
5629980 | Stefik et al. | May 1997 | A |
5636346 | Saxe | Jun 1997 | A |
5638443 | Stefik et al. | Jun 1997 | A |
5638513 | Ananda | Jun 1997 | A |
5708709 | Rose | Jan 1998 | A |
5715403 | Stefik | Feb 1998 | A |
5745879 | Wyman | Apr 1998 | A |
5764807 | Pearlman et al. | Jun 1998 | A |
5765152 | Erickson | Jun 1998 | A |
5787172 | Arnold | Jul 1998 | A |
5790677 | Fox et al. | Aug 1998 | A |
5812664 | Bernobich et al. | Sep 1998 | A |
5825876 | Peterson | Oct 1998 | A |
5825879 | Davis | Oct 1998 | A |
5838792 | Ganesan | Nov 1998 | A |
5848154 | Nishio et al. | Dec 1998 | A |
5848378 | Shelton et al. | Dec 1998 | A |
5850443 | Van Oorschot et al. | Dec 1998 | A |
5892900 | Ginter et al. | Apr 1999 | A |
5915019 | Ginter et al. | Jun 1999 | A |
5917912 | Ginter et al. | Jun 1999 | A |
5933498 | Schneck et al. | Aug 1999 | A |
5940504 | Griswold | Aug 1999 | A |
5982891 | Ginter et al. | Nov 1999 | A |
5987134 | Shin et al. | Nov 1999 | A |
5999624 | Hopkins | Dec 1999 | A |
6006332 | Rabne et al. | Dec 1999 | A |
6020882 | Kinghorn et al. | Feb 2000 | A |
6047067 | Rosen | Apr 2000 | A |
6073234 | Kigo et al. | Jun 2000 | A |
6091777 | Guetz et al. | Jul 2000 | A |
6112239 | Kenner et al. | Aug 2000 | A |
6135646 | Kahn et al. | Oct 2000 | A |
6141754 | Choy | Oct 2000 | A |
6157719 | Wasilewski et al. | Dec 2000 | A |
6169976 | Colosso | Jan 2001 | B1 |
6185683 | Ginter et al. | Feb 2001 | B1 |
6189037 | Adams et al. | Feb 2001 | B1 |
6189146 | Misra et al. | Feb 2001 | B1 |
6209092 | Linnartz | Mar 2001 | B1 |
6216112 | Fuller et al. | Apr 2001 | B1 |
6219652 | Carter et al. | Apr 2001 | B1 |
6236971 | Stefik et al. | May 2001 | B1 |
6307939 | Vigarie | Oct 2001 | B1 |
6353888 | Kakehi et al. | Mar 2002 | B1 |
6397333 | Söhne et al. | May 2002 | B1 |
6401211 | Brezak, Jr. et al. | Jun 2002 | B1 |
6405369 | Tsuria | Jun 2002 | B1 |
6424717 | Pinder et al. | Jul 2002 | B1 |
6424947 | Tsuria et al. | Jul 2002 | B1 |
6487659 | Kigo et al. | Nov 2002 | B1 |
6516052 | Voudouris | Feb 2003 | B2 |
6516413 | Aratani et al. | Feb 2003 | B1 |
6523745 | Tamori | Feb 2003 | B1 |
6796555 | Blahut | Sep 2004 | B1 |
6895392 | Stefik et al. | May 2005 | B2 |
20010009026 | Terao et al. | Jul 2001 | A1 |
20010011276 | Durst, Jr. et al. | Aug 2001 | A1 |
20010014206 | Artigalas et al. | Aug 2001 | A1 |
20010037467 | O'Toole, Jr. et al. | Nov 2001 | A1 |
20010039659 | Simmons et al. | Nov 2001 | A1 |
20020001387 | Dillon | Jan 2002 | A1 |
20020035618 | Mendez et al. | Mar 2002 | A1 |
20020044658 | Wasilewski et al. | Apr 2002 | A1 |
20020056118 | Hunter et al. | May 2002 | A1 |
20020069282 | Reisman | Jun 2002 | A1 |
20020099948 | Kocher et al. | Jul 2002 | A1 |
20020127423 | Kayanakis | Sep 2002 | A1 |
20030097567 | Terao et al. | May 2003 | A1 |
20040052370 | Katznelson | Mar 2004 | A1 |
20040172552 | Boyles et al. | Sep 2004 | A1 |
Number | Date | Country |
---|---|---|
9810967 | Oct 2001 | BR |
0 067 556 | Dec 1982 | EP |
0 257 585 | Mar 1988 | EP |
0 262 025 | Mar 1988 | EP |
0 332 304 | Sep 1989 | EP |
0 393 806 | Oct 1990 | EP |
0 450 841 | Oct 1991 | EP |
0 529 261 | Mar 1993 | EP |
0 613 073 | Aug 1994 | EP |
0 678 836 | Oct 1995 | EP |
0 679 977 | Nov 1995 | EP |
0 715 243 | Jun 1996 | EP |
0 715 244 | Jun 1996 | EP |
0 715 245 | Jun 1996 | EP |
0715246 | Jun 1996 | EP |
0 731 404 | Sep 1996 | EP |
0 763 936 | Mar 1997 | EP |
0 818 748 | Jan 1998 | EP |
0 840 194 | May 1998 | EP |
0 892 521 | Jan 1999 | EP |
0 934 765 | Aug 1999 | EP |
0 946 022 | Sep 1999 | EP |
0 964 572 | Dec 1999 | EP |
1 103 922 | May 2001 | EP |
1483282 | Aug 1977 | GB |
2022969 | Dec 1979 | GB |
2236604 | Apr 1991 | GB |
2309364 | Jul 1997 | GB |
2316503 | Feb 1998 | GB |
2354102 | Mar 2001 | GB |
3-063717 | Mar 1991 | JP |
5-100939 | Apr 1993 | JP |
5168039 | Jul 1993 | JP |
6-131371 | May 1994 | JP |
7-36768 | Feb 1995 | JP |
11031130 | Feb 1999 | JP |
11032037 | Feb 1999 | JP |
11205306 | Jul 1999 | JP |
11215121 | Aug 1999 | JP |
2000215165 | Aug 2000 | JP |
2005218143 | Aug 2005 | JP |
2005253109 | Sep 2005 | JP |
2006180562 | Jul 2006 | JP |
WO 8304461 | Dec 1983 | WO |
WO 9220022 | Nov 1992 | WO |
WO 9301550 | Jan 1993 | WO |
WO 9311480 | Jun 1993 | WO |
WO 9403003 | Feb 1994 | WO |
WO 9613814 | May 1996 | WO |
WO 9624092 | Aug 1996 | WO |
WO 9627155 | Sep 1996 | WO |
WO 9725800 | Jul 1997 | WO |
WO 9737492 | Oct 1997 | WO |
WO 9741661 | Nov 1997 | WO |
WO 9743761 | Nov 1997 | WO |
WO 9809209 | Mar 1998 | WO |
WO 9810561 | Mar 1998 | WO |
WO 9811690 | Mar 1998 | WO |
WO 9819431 | May 1998 | WO |
WO 9843426 | Oct 1998 | WO |
WO 9845768 | Oct 1998 | WO |
WO 9924928 | May 1999 | WO |
WO 9934553 | Jul 1999 | WO |
WO 9935782 | Jul 1999 | WO |
WO 9948296 | Sep 1999 | WO |
WO 9960461 | Nov 1999 | WO |
WO 9960750 | Nov 1999 | WO |
WO 0004727 | Jan 2000 | WO |
WO 0005898 | Feb 2000 | WO |
WO 0046994 | Aug 2000 | WO |
WO 0054128 | Sep 2000 | WO |
WO 0059152 | Oct 2000 | WO |
WO 0062260 | Oct 2000 | WO |
WO 0072118 | Nov 2000 | WO |
WO 0073922 | Dec 2000 | WO |
WO 0103044 | Jan 2001 | WO |
WO 0137209 | May 2001 | WO |
WO 2004034223 | Apr 2004 | WO |
WO 2004103843 | Dec 2004 | WO |
Number | Date | Country | |
---|---|---|---|
20030144869 A1 | Jul 2003 | US |
Number | Date | Country | |
---|---|---|---|
60331619 | Nov 2001 | US | |
60331622 | Nov 2001 | US | |
60359646 | Feb 2002 | US | |
60359661 | Feb 2002 | US |