]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
auth: make AuthSessionHandler purely abstract.
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 22 Jan 2019 19:19:25 +0000 (20:19 +0100)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Thu, 21 Feb 2019 20:52:47 +0000 (21:52 +0100)
commit2cb5f066fa11321b7edf8d2a47c51814c62da209
tree3cfd4377eab876001735968c7018a1a60f3fc00e
parent1c8c96cc8b265d5b55bbadd3e2d6057c72a6cc11
auth: make AuthSessionHandler purely abstract.

This is possible because the dropped state is/was required only by:
 * CephxSessionHandler,
 * methods removed by the previous commits.

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/auth/AuthSessionHandler.cc
src/auth/AuthSessionHandler.h
src/auth/cephx/CephxSessionHandler.h
src/auth/krb/KrbSessionHandler.hpp
src/auth/none/AuthNoneSessionHandler.h
src/auth/unknown/AuthUnknownSessionHandler.h