1sasl_global_lSiismtpmleechA(u3tShAeSnLt)ication Security Layer Libsraasrly_gFluonbcatli_olnisstmech(3SASL)
2
3
4
6 sasl_global_listmech - retrieve a list of the supported SASL mechanisms
7
9 cc [ flag ... ] file ... -lsasl [ library ... ]
10 #include <sasl/sasl.h>
11
12 const char ** sasl_global_listmech( );
13
14
16 The sasl_global_listmech() interface to returns a null-terminated array
17 of strings that lists all of the mechanisms that are loaded by either
18 the client or server side of the library.
19
21 A successful call to sasl_global_listmech() returns a pointer the
22 array. On failure, NULL is returned. The SASL library is uninitialized.
23
25 See attributes(5) for descriptions of the following attributes:
26
27
28
29
30 ┌─────────────────────────────┬─────────────────────────────┐
31 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
32 ├─────────────────────────────┼─────────────────────────────┤
33 │Availability │SUNWlibsasl │
34 ├─────────────────────────────┼─────────────────────────────┤
35 │Interface Stability │Obsolete │
36 ├─────────────────────────────┼─────────────────────────────┤
37 │MT-Level │MT-Safe │
38 └─────────────────────────────┴─────────────────────────────┘
39
41 attributes(5)
42
43
44
45SunOS 5.11 1 Oct 2003 sasl_global_listmech(3SASL)