Home | History | Annotate | Download | only in host

Lines Matching refs:authenticator

20 class PamAuthorizer : public protocol::Authenticator {
22 PamAuthorizer(scoped_ptr<protocol::Authenticator> underlying);
25 // protocol::Authenticator interface.
45 scoped_ptr<protocol::Authenticator> underlying_;
50 PamAuthorizer::PamAuthorizer(scoped_ptr<protocol::Authenticator> underlying)
58 protocol::Authenticator::State PamAuthorizer::state() const {
70 protocol::Authenticator::RejectionReason
167 scoped_ptr<protocol::Authenticator>
172 scoped_ptr<protocol::Authenticator> authenticator(
174 return scoped_ptr<protocol::Authenticator>(
175 new PamAuthorizer(authenticator.Pass()));