|
Public Types |
enum | SslServerTrustAnswer { DONT_ACCEPT = 0,
ACCEPT_TEMPORARILY,
ACCEPT_PERMANENTLY
} |
Public Member Functions |
virtual bool | contextGetLogin (const std::string &realm, std::string &username, std::string &password, bool &maySave)=0 |
virtual void | contextNotify (const char *path, svn_wc_notify_action_t action, svn_node_kind_t kind, const char *mime_type, svn_wc_notify_state_t content_state, svn_wc_notify_state_t prop_state, svn_revnum_t revision)=0 |
virtual bool | contextCancel ()=0 |
virtual bool | contextGetLogMessage (std::string &msg)=0 |
virtual SslServerTrustAnswer | contextSslServerTrustPrompt (const SslServerTrustData &data, apr_uint32_t &acceptedFailures)=0 |
virtual bool | contextSslClientCertPrompt (std::string &certFile)=0 |
virtual bool | contextSslClientCertPwPrompt (std::string &password, const std::string &realm, bool &maySave)=0 |
virtual | ~ContextListener () |
Data Structures |
struct | SslServerTrustData |