summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2015-07-30 00:47:58 -0400
committerAde Lee <alee@redhat.com>2015-08-03 12:47:53 -0400
commitb3be322d9de4876c4ca323097a251a98891ef0be (patch)
tree8cfdde244b39cb83eddc2973702b8aeca5138f06 /doc
parent072744565418a3cff8702d0961efc8029f5b3a02 (diff)
downloadpython-barbicanclient-b3be322d9de4876c4ca323097a251a98891ef0be.tar.gz
Add ability to add and list CAs
Change-Id: Ice07a597658facc5d774d4c4eff9e3093121c851 Implements: blueprint identify-cas
Diffstat (limited to 'doc')
-rw-r--r--doc/source/reference.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/reference.rst b/doc/source/reference.rst
index 2232a28..b21dbb0 100644
--- a/doc/source/reference.rst
+++ b/doc/source/reference.rst
@@ -47,6 +47,15 @@ Containers
.. autoclass:: barbicanclient.containers.CertificateContainer
:members:
+Certificate Authorities
+=======================
+
+.. autoclass:: barbicanclient.cas.CAManager
+ :members:
+
+.. autoclass:: barbicanclient.cas.CA
+ :members:
+
Exceptions
==========