aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/Source/SPMySQLConnectionDelegate.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2018-02-23 22:33:00 +0100
committerMax <post@wickenrode.com>2018-02-23 22:33:00 +0100
commit586312b0c33ce751d7524ccb810c3b486fc7984e (patch)
tree61b871440f19e5ce0ac24c48d1ce4d9362db6bf7 /Frameworks/SPMySQLFramework/Source/SPMySQLConnectionDelegate.h
parentca864a1f887feaf7ac6d35eeb55b265f3e630a09 (diff)
downloadsequelpro-586312b0c33ce751d7524ccb810c3b486fc7984e.tar.gz
sequelpro-586312b0c33ce751d7524ccb810c3b486fc7984e.tar.bz2
sequelpro-586312b0c33ce751d7524ccb810c3b486fc7984e.zip
#2979: Rename a method, because it is no longer limited to keychain
Diffstat (limited to 'Frameworks/SPMySQLFramework/Source/SPMySQLConnectionDelegate.h')
-rw-r--r--Frameworks/SPMySQLFramework/Source/SPMySQLConnectionDelegate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLConnectionDelegate.h b/Frameworks/SPMySQLFramework/Source/SPMySQLConnectionDelegate.h
index 69a6ebac..0963e168 100644
--- a/Frameworks/SPMySQLFramework/Source/SPMySQLConnectionDelegate.h
+++ b/Frameworks/SPMySQLFramework/Source/SPMySQLConnectionDelegate.h
@@ -62,16 +62,16 @@
- (void)showErrorWithTitle:(NSString *)title message:(NSString *)message;
/**
- * Requests the keychain password for the connection.
+ * Requests the password for the connection.
* When a connection is being made to a server, it is best not to
* set the password on the class; instead, it should be kept within
- * the secure store, and the other connection details (user, host)
+ * the secure store (Keychain), and the other connection details (user, host)
* can be used to look it up and supplied on demand.
*
* @param connection The connection instance to supply the password for
* @param pluginName The auth plugin libmysqlclients wants to use the password with
*/
-- (NSString *)keychainPasswordForConnection:(id)connection authPlugin:(NSString *)pluginName;
+- (NSString *)passwordForConnection:(id)connection authPlugin:(NSString *)pluginName;
/**
* Notifies the delegate that no underlying connection is available,