aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/api/krb5_cc_switch.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/_sources/appdev/refs/api/krb5_cc_switch.txt')
-rw-r--r--doc/html/_sources/appdev/refs/api/krb5_cc_switch.txt52
1 files changed, 52 insertions, 0 deletions
diff --git a/doc/html/_sources/appdev/refs/api/krb5_cc_switch.txt b/doc/html/_sources/appdev/refs/api/krb5_cc_switch.txt
new file mode 100644
index 000000000000..ef4c570d4c74
--- /dev/null
+++ b/doc/html/_sources/appdev/refs/api/krb5_cc_switch.txt
@@ -0,0 +1,52 @@
+krb5_cc_switch - Make a credential cache the primary cache for its collection.
+================================================================================
+
+..
+
+.. c:function:: krb5_error_code krb5_cc_switch(krb5_context context, krb5_ccache cache)
+
+..
+
+
+:param:
+
+ **[in]** **context** - Library context
+
+ **[in]** **cache** - Credential cache handle
+
+
+..
+
+
+:retval:
+ - 0 Success, or the type of cache doesn't support switching
+
+
+:return:
+ - Kerberos error codes
+
+..
+
+
+
+
+
+
+
+If the type of *cache* supports it, set *cache* to be the primary credential cache for the collection it belongs to.
+
+
+
+
+
+
+
+
+
+
+..
+
+
+
+
+