CatalystX::Usul::Model::Identity - Identity model with multiple backend stores


CatalystX-Usul documentation  | view source Contained in the CatalystX-Usul distribution.

Index


Name

Top

CatalystX::Usul::Model::Identity - Identity model with multiple backend stores

Version

Top

0.3.$Revision: 576 $

Synopsis

Top

   package MyApp::Model::Identity;

   use base qw(CatalystX::Usul::Model::Identity);

   1;

Description

Top

Provides an identity model with multiple backend data stores. The model supports; create, read, update and delete operations in addition to; authentication, password changing, password setting, account registration and account activation

Subroutines/Methods

Top

new

Constructor creates instances of the subclasses. The roles and users subclasses a loaded at runtime since the backend store is a config option

aliases

Returns instance of MailAliases class

auth_realms

Returns a hash ref whose keys are the realm names and whose values are the model classes

build_per_context_instance

Calls build_per_context_instance on each of the subclasses; aliases, profiles, roles, and users

default_realm

Returns the name of the default realm

find_user

Calls and returns the value from the find_user method on the users subclass

profiles

Returns instance of UserProfiles class

Diagnostics

Top

None

Configuration and Environment

Top

None

Dependencies

Top

CatalystX::Usul::Model
CatalystX::Usul::Model::MailAliases
CatalystX::Usul::Model::Roles
CatalystX::Usul::Model::UserProfiles
CatalystX::Usul::Model::Users
Scalar::Util

Incompatibilities

Top

There are no known incompatibilities in this module

Bugs and Limitations

Top

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Author

Top

Peter Flanigan, <Support at RoxSoft.co.uk>

License and Copyright

Top


CatalystX-Usul documentation  | view source Contained in the CatalystX-Usul distribution.