
Catalyst::Authentication::Realm - Base class for realm objects.


By default this class is the default realm class. You can specify a custom realm class with this config parameter.
Set this to true if you wish this realm to auto-create user accounts when the user doesn't exist (most useful for remote authentication schemes).
Set this to true if you wish this realm to auto-update user accounts after authentication (most useful for remote authentication schemes).

Instantiantes this realm, plus the specified store and credential classes.
Holds an instance of the store object for this realm.
Holds an instance of the credential object for this realm.
Delegates to the store object. Will also re-delegate auto_create_user and auto_update_user at this time, if necessary.
Delegates to the credential objects and sets the authenticated user on success.
Delegates to the store object.
Delegates to the store object.