]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
auth: make AuthClientHandler::validate_ticket() protected
authorJosh Durgin <josh.durgin@inktank.com>
Wed, 9 Apr 2014 21:12:58 +0000 (14:12 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Wed, 9 Apr 2014 21:31:36 +0000 (14:31 -0700)
commitb297689abf6d24851474e90aa4815e043594957a
tree2f3db5319395a49d8890534e2cbb5e75355cd603
parent3ccef662766658cfc42cf91d288dd84fb90f3382
auth: make AuthClientHandler::validate_ticket() protected

It's just used internally. Make it private in the subclasses since
there's just one level of inheritance.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/auth/AuthClientHandler.h
src/auth/cephx/CephxClientHandler.h
src/auth/none/AuthNoneClientHandler.h
src/auth/unknown/AuthUnknownClientHandler.h