From 33a9b234e7087f573ef08cd7318c6497ba08b439 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Fri, 7 Jul 2017 17:03:42 +0000 Subject: Import MIT KRB5 1.15.1, which will gracefully replace KTH Heimdal. The tarball used in this import is the same tarball used in ports/krb5-115 r435378. Obtained from: http://web.mit.edu/kerberos/dist/ Thanks to: pfg (for all your tireless behind-the-scenes effort) --- ...roup__cc__credentials__iterator__reference.html | 133 +++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 doc/ccapi/html/group__cc__credentials__iterator__reference.html (limited to 'doc/ccapi/html/group__cc__credentials__iterator__reference.html') diff --git a/doc/ccapi/html/group__cc__credentials__iterator__reference.html b/doc/ccapi/html/group__cc__credentials__iterator__reference.html new file mode 100644 index 000000000000..41ba42f86f55 --- /dev/null +++ b/doc/ccapi/html/group__cc__credentials__iterator__reference.html @@ -0,0 +1,133 @@ + + +Credentials Cache API : cc_credentials_iterator_t + + + + +

cc_credentials_iterator_t


Detailed Description

+The cc_credentials_iterator_t type represents an iterator that iterates over a set of credentials. A new instance of this type can be obtained by calling cc_ccache_new_credentials_iterator().

+For API function documentation see cc_credentials_iterator_f. +

+

Data Structures

+ +

Typedefs

+ +

Variables

+ +

Typedef Documentation

+

+ + + + +
+ + + + +
typedef struct cc_credentials_iterator_f cc_credentials_iterator_f
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
typedef struct cc_credentials_iterator_d cc_credentials_iterator_d
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + +
typedef cc_credentials_iterator_d* cc_credentials_iterator_t
+
+ + + + + +
+   + + +

+

+


Variable Documentation

+

+ + + + +
+ + + + +
cc_int32(* clone)(cc_credentials_iterator_t in_credentials_iterator, cc_credentials_iterator_t *out_credentials_iterator) [inherited]
+
+ + + + + +
+   + + +

+cc_credentials_iterator_clone(): Make a copy of a credentials iterator. +

+

Parameters:
+ + + +
in_credentials_iterator a credentials iterator object.
out_credentials_iterator on exit, a copy of in_credentials_iterator.
+
+
Returns:
On success, ccNoError. On failure, an error code representing the failure.
+
+


Generated on Tue Oct 2 17:16:06 2007 for Credentials Cache API by  + +doxygen 1.4.6
+ + -- cgit v1.3