From fe96f48729f94d9650ad163d21c6b84bb70609e9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 23 Dec 2009 03:33:15 +0000 Subject: - Added the ``repoze.bfg.authentication``, ``repoze.bfg.authorization``, and ``repoze.bfg.interfaces`` modules to API documentation. --- docs/api/authentication.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/api/authentication.rst (limited to 'docs/api/authentication.rst') 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 + -- cgit v1.2.3