From 48b1e8f46c35519cb83c332660e266f6392f65b6 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Wed, 13 Feb 2008 01:43:54 +0000 Subject: Update the design documentation to reflect the current protocol and implementation. --- docs/design-api | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/design-api') diff --git a/docs/design-api b/docs/design-api index cb4bfa6..8fa2374 100644 --- a/docs/design-api +++ b/docs/design-api @@ -154,3 +154,16 @@ ACL Verifier API granted, 0 if access is declined, and undef on error. On error, the method should pass the error to error() to store it in the object for retrieval by the caller. + +Registering New Implementations + + If you have developed a new object or ACL verifier implementation, you + must register that implementation in the database before objects of + that type or ACL lines of that scheme can be created. To do this, use + the wallet-admin command-line client: + + wallet-admin register object + wallet-admin register verifier + + where or is the object type or ACL scheme and + is the Perl class which implements that object type or ACL verifier. -- cgit v1.2.3