DOKK / manpages / debian 13 / libauthen-krb5-perl / Authen::Krb5::Ccache.3pm.en
Authen::Krb5::Ccache(3pm) User Contributed Perl Documentation Authen::Krb5::Ccache(3pm)

Authen::Krb5::Ccache - Kerberos 5 credentials cache object.

version 1.906

Creates/refreshes a credentials cache for the primary principal 'p'. If the cache already exists, its contents are destroyed.

Stores the given credentials, which should be an Authen::Krb5::Creds object as returned from get_init_creds_password() or get_init_creds_keytab(), in the cache.

Returns the name of the credentials cache.

Returns the primary principal of the credentials cache.

Destroys the credentials cache and releases all resources it used.

Returns a cursor that can be passed to next_cred() to read in turn every credential in the cache.

Returns the next credential in the cache as an Authen::Krb5::Creds object.

Perform cleanup opreations after next_cred() and invalidates cursor.

Jeff Horwitz <jeff@smashing.org>

This software is copyright (c) 2000 by Jeff Horwitz.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2025-04-11 perl v5.40.1