summaryrefslogtreecommitdiffstats
path: root/src/include/kim
diff options
context:
space:
mode:
authorAlexandra Ellwood <lxs@mit.edu>2008-09-18 14:56:49 +0000
committerAlexandra Ellwood <lxs@mit.edu>2008-09-18 14:56:49 +0000
commitd11350d0a7d3d4ddd2f2c530f0eb58c28a222ac0 (patch)
treebb7bfc14d4e7af0ac7edc2c9e3b865d98cd35f8d /src/include/kim
parent01a5e0dc0c79adc958731d883be5711f2cfe930c (diff)
downloadkrb5-d11350d0a7d3d4ddd2f2c530f0eb58c28a222ac0.tar.gz
krb5-d11350d0a7d3d4ddd2f2c530f0eb58c28a222ac0.tar.xz
krb5-d11350d0a7d3d4ddd2f2c530f0eb58c28a222ac0.zip
Removed kim_identity_get_gss_name and updated documentation
ticket: 6055 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20729 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/kim')
-rw-r--r--src/include/kim/kim_identity.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/kim/kim_identity.h b/src/include/kim/kim_identity.h
index 8e3facada..4461c3163 100644
--- a/src/include/kim/kim_identity.h
+++ b/src/include/kim/kim_identity.h
@@ -83,8 +83,6 @@ extern "C" {
* \li #kim_identity_create_from_krb5_principal() generates an identity object from a krb5_principal object.
* \li #kim_identity_get_krb5_principal() returns a krb5_principal object for an identity object.
*
- * \li #kim_identity_get_gss_name() returns a gss_name_t object for use with gss_acquire_cred().
- *
* \note If you need to know if two identity objects refer to the same entity, use #kim_identity_compare().
*
*
@@ -257,16 +255,6 @@ kim_error kim_identity_get_krb5_principal (kim_identity in_identity,
krb5_principal *out_krb5_principal);
/*!
- * \param in_identity an identity object.
- * \param out_gss_name on exit, a gss_name_t representation of \a in_identity.
- * Must be freed with gss_release_name().
- * \return On success, #KIM_NO_ERROR. On failure, an error code representing the failure.
- * \brief Get the gss_name_t representation of an identity.
- */
-kim_error kim_identity_get_gss_name (kim_identity in_identity,
- gss_name_t *out_gss_name);
-
-/*!
* \param in_identity an identity object whose password will be changed.
* \param in_options initial credential options to be used if a new credential is obtained.
* \return On success, #KIM_NO_ERROR. On failure, an error code representing the failure.