debian man page for catalyst::authentication::store::null

Query: catalyst::authentication::store::null

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Catalyst::Authentication::Store::Null(3pm)		User Contributed Perl Documentation		Catalyst::Authentication::Store::Null(3pm)

NAME
Catalyst::Authentication::Store::Null - Null authentication store
SYNOPSIS
use Catalyst qw( Authentication ); __PACKAGE__->config( 'Plugin::Authentication' => { default_realm => 'remote', realms => { remote => { credential => { class => 'TypeKey', key_url => 'http://example.com/regkeys.txt', }, store => { class => 'Null', } } } });
DESCRIPTION
The Null store is a transparent store where any supplied user data is accepted. This is mainly useful for remotely authenticating credentials (e.g. TypeKey, OpenID) which may not be tied to any local storage. It also helps facilitate integration with the Session plugin.
METHODS
new( ) Creates a new instance of the store. for_session( ) Returns the user object passed to the method. from_session( ) Returns the user object passed to the method. find_user( ) Since this store isn't tied to any real set of users, this method just returns the user info bless as a Catalyst::Authentication::User::Hash object. user_supports( ) Delegates to Catalyst::Authentication::User::Hash. perl v5.14.2 2012-04-14 Catalyst::Authentication::Store::Null(3pm)
Related Man Pages
catalyst::authentication::store(3pm) - debian
catalyst::authentication::store::dbix::class::user(3pm) - debian
catalyst::authentication::store::minimal(3pm) - debian
catalyst::authentication::user(3pm) - debian
catalyst::plugin::authorization::roles(3pm) - debian
Similar Topics in the Unix Linux Community
test Null variable
About iTunes Store authorization and deauthorization
Perl - nested substitutions
Store output of DB Cursor to a txt file
How to store argv[x] in my program???