summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/authentication.rst13
-rw-r--r--docs/api/authorization.rst9
-rw-r--r--docs/api/interfaces.rst16
3 files changed, 38 insertions, 0 deletions
diff --git a/docs/api/authentication.rst b/docs/api/authentication.rst
new file mode 100644
index 000000000..c6d169b50
--- /dev/null
+++ b/docs/api/authentication.rst
@@ -0,0 +1,13 @@
+.. _authentication_module:
+
+:mod:`repoze.bfg.authentication`
+--------------------------------
+
+.. automodule:: repoze.bfg.authentication
+
+ .. autoclass:: AuthTktAuthenticationPolicy
+
+ .. autoclass:: RepozeWho1AuthenticationPolicy
+
+ .. autoclass:: RemoteUserAuthenticationPolicy
+
diff --git a/docs/api/authorization.rst b/docs/api/authorization.rst
new file mode 100644
index 000000000..065a1893b
--- /dev/null
+++ b/docs/api/authorization.rst
@@ -0,0 +1,9 @@
+.. _authorization_module:
+
+:mod:`repoze.bfg.authorization`
+-------------------------------
+
+.. automodule:: repoze.bfg.authorization
+
+ .. autoclass:: ACLAuthorizationPolicy
+
diff --git a/docs/api/interfaces.rst b/docs/api/interfaces.rst
new file mode 100644
index 000000000..3e68d2e9f
--- /dev/null
+++ b/docs/api/interfaces.rst
@@ -0,0 +1,16 @@
+.. _interfaces_module:
+
+:mod:`repoze.bfg.interfaces`
+----------------------------
+
+.. automodule:: repoze.bfg.interfaces
+
+ .. autoclass:: IAfterTraversal
+
+ .. autoclass:: INewRequest
+
+ .. autoclass:: INewResponse
+
+ .. autoclass:: IWSGIApplicationCreatedEvent
+
+