logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Jeff Horwitz <jeff@smashing.org>

Methods

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

   store_cred(creds)
       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.

   "get_name"
       Returns the name of the credentials cache.

   "get_principal"
       Returns the primary principal of the credentials cache.

   "destroy"
       Destroys the credentials cache and releases all resources it used.

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

   next_cred(cursor)
       Returns the next credential in the cache as an Authen::Krb5::Creds object.

   end_seq_get(cursor)
       Perform cleanup opreations after next_cred() and invalidates cursor.

Name

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

Version

       version 1.906

See Also