'\" te .\" Copyright (C) 1998-2003, Carnegie Mellon Univeristy. All Rights Reserved. .\" Portions Copyright (C) 2003, Sun Microsystems, Inc. All Rights Reserved .TH sasl_global_listmech 3SASL "1 Oct 2003" "SunOS 5.11" "Simple Authentication Security Layer Library Functions" .SH NAME sasl_global_listmech \- retrieve a list of the supported SASL mechanisms .SH SYNOPSIS .LP .nf \fBcc\fR [ \fIflag\fR ... ] \fIfile\fR ... \fB-lsasl\fR [ \fIlibrary\fR ... ] #include \fBconst char **\fR \fBsasl_global_listmech\fR(\fB\fR \fI \fR); .fi .SH DESCRIPTION .sp .LP The \fBsasl_global_listmech()\fR interface to returns a null-terminated array of strings that lists all of the mechanisms that are loaded by either the client or server side of the library. .SH RETURN VALUES .sp .LP A successful call to \fBsasl_global_listmech()\fR returns a pointer the array. On failure, \fINULL\fR is returned. The SASL library is uninitialized. .SH ATTRIBUTES .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPEATTRIBUTE VALUE _ Availabilitysystem/library/security/libsasl _ Interface StabilityObsolete _ MT-LevelMT-Safe .TE .SH SEE ALSO .sp .LP \fBattributes\fR(5)