The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mozilla::Persona::Aliases - multiple personalities

INHERITANCE

 Mozilla::Persona::Aliases is extended by
   Mozilla::Persona::Aliases::MailConfig

SYNOPSIS

  # add to the configation of $domain.json
  { ...
    "aliases" : {
      "class" : "Mozilla::Persona::Aliases::MailConfig"
      ...options for new()...
    },
    ...
  }

DESCRIPTION

The Aliases objects check whether a certain email-address relates to the specified user.

Ideas/implementations for aliases:

METHOD

Constructors

Mozilla::Persona::Aliases->new(OPTIONS)

Aliases

$obj->for(USER)

Return all the alternative names for USER, by default only itself.

SEE ALSO

This module is part of Mozilla-Persona distribution version 0.12, built on November 22, 2012. Website: http://perl.overmeer.net. The code is based on the MulkyID code by Matthias Benkard.

Persona is described at http://www.mozilla.org/persona/

COPYRIGHTS

Copyrights of the perl code and the related documentation by 2012 by [Mark Overmeer]. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html