Man Page: gssapi::oid::set
Operating Environment: debian
Section: 3pm
GSSAPI::OID::Set(3pm) User Contributed Perl Documentation GSSAPI::OID::Set(3pm)NAMEGSSAPI::OID::Set - methods for handling sets of GSSAPI OIDs, and some constant OID sets.SYNOPSISuse GSSAPI; $oidset = GSSAPI::OID::Set->new; $status = $oidset->insert($oid); $status = $oidset->contains($oid, $isthere); if ($status && $isthere) { # blah blah blah }DESCRIPTION"GSSAPI::OID::Set" objects are simple sets of GSSAPI:OIDs (duh).BUGSThere's no way to list the OIDs in a set; you can only check to see if a particular one is present. This is really a bug in the C API, so any fix would be implementation specific.AUTHORPhilip Guenther <pguen@cpan.org>SEE ALSOperl(1) GSSAPI(3p) GSSAPI::OID(3p) RFC2743 perl v5.14.2 2008-02-02 GSSAPI::OID::Set(3pm)
| Related Man Pages |
|---|
| gssapi::oid(3) - mojave |
| gssapi(3) - centos |
| gss_test_oid_set_member(3) - hpux |
| gssapi::oid(3) - centos |
| gssapi::oid(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| One instance of comparing grep and awk |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |