Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

GSSAPI::OID::Set

Name GSSAPI::OID::Set
Version
Located at /usr/local/lib64/perl5
File /usr/local/lib64/perl5/GSSAPI/OID/Set.pm
Is Core No
Search CPAN for this module GSSAPI::OID::Set
Documentation GSSAPI::OID::Set
Module Details GSSAPI::OID::Set

NAME

GSSAPI::OID::Set - methods for handling sets of GSSAPI OIDs, and some constant OID sets.


SYNOPSIS

  use 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).


BUGS

There'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.


AUTHOR

Philip Guenther <pguen@cpan.org>


SEE ALSO

perl(1) GSSAPI(3p) GSSAPI::OID(3p) RFC2743

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024