Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

catalyst::authentication::store::null(3pm) [debian man page]

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)

Check Out this Related Man Page

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

NAME
Catalyst::Authentication::Store::IMAP::User - An authentication user for IMAP. SYNOPSIS
use Catalyst::Authentication::Store::IMAP::User; Catalyst::Authentication::Store::IMAP::User->new( id => "username", ); DESCRIPTION
This implementation of authentication user handles is supposed to go hand in hand with Catalyst::Authentication::Store::IMAP. METHODS
new( @pairs ) Create a new object with the key-value-pairs listed in the arg list. supported_features( ) Checks for existence of keys that correspond with features. for_session( ) Just returns $self, expecting it to be serializable. from_session( ) Just passes returns the unserialized object, hoping it's intact. store( ) Accessors that override superclass's dying virtual methods. id( ) check_password( $password ) Establishes a connection to the IMAP server and checks the given user credentials. Stores the Mail::IMAPClient object on the stash as imapclient for usage by other components. SEE ALSO
Hash::AsObject AUTHOR
Stefan Seifert <nine@cpan.org> LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-06-16 Catalyst::Authentication::Store::IMAP::User(3pm)
Man Page

14 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

test Null variable

hi forum i beginning with script and i want test un null variable in a schell i just don t know the syntax here is a litle example y=test echo $y unset y echo $y (so here Y = Null) if Y=Null then echo "y is null" exit fi (1 Reply)
Discussion started by: kykyboss
1 Replies

2. Shell Programming and Scripting

Null Character Handling

Hi All, I have a problem with Null values while reading line by line from a text file. I wrote a shell script to read set of file names from a text file line by line, and zipping the each individual file and copying those zip files into some separate directory, and removing the original file... (3 Replies)
Discussion started by: npk2210
3 Replies

3. UNIX for Advanced & Expert Users

How to Compare Null values??

Hi, Can someone help me comparing Null values. Scenario is as follows: I have a variable which "cache_prd" which can have either some integer or nothing(Null) if it is integer I have to again do some comparision but these comparisons give me this error:( "line 32: [: 95: unary operator... (3 Replies)
Discussion started by: Yagami
3 Replies

4. Shell Programming and Scripting

Perl - nested substitutions

How can I nest substitutions ? My solution just seems cheap ... sample data Cisco Catalyst Operating System Software, Version 235.5(18) Cisco Catalyst Operating System Software, Version 17.6(7) Cisco Catalyst Operating System Software, Version 19.6(7) Cisco Catalyst Operating System... (1 Reply)
Discussion started by: popeye
1 Replies

5. UNIX for Advanced & Expert Users

Hostbased Authentication

How to setup a host based Authentication for a server and a client,or for a server and more clients? Can someone help me in this please....... (9 Replies)
Discussion started by: Kesavan
9 Replies

6. Programming

Problem to create class to store data

May I know how do I create a class to store data with different variables? (2 Replies)
Discussion started by: eel
2 Replies

7. UNIX for Dummies Questions & Answers

Split file name

Hi, I am need help in creating the unix script sample_test.txt is my file name I have to store first name as: sample second name:test any one could help me how to split and store into two different variables? (2 Replies)
Discussion started by: magesh_bala
2 Replies

8. Shell Programming and Scripting

Store output of DB Cursor to a txt file

I am writing a cursor to select values from 3 tables. I want to store these values in a txt file which I will be sending via ftp. I am able to store the results of simple select queries to the txt file. but I am not sure how to store the values when using a cursor. I have given the sql query below.... (1 Reply)
Discussion started by: naveensraj
1 Replies

9. Programming

How to store argv[x] in my program???

Hi friends, I have this problem that I am facing, I want to store an argument which is passed to main, and I want to store it as an array of characters. I can store number arguments with the help of x = atoi(argv). Now suppose I passed the argument Hello to main, how can I store it somewhere in my... (6 Replies)
Discussion started by: gabam
6 Replies

10. Shell Programming and Scripting

Store Large data in Variable in csh

Hi All, This is my first post!! :) How to store huge data in a single variable in csh. Right now i can store upto ~700kb of data. I still want to store more data and i dont want to use perl. Is there any method to store like that...Please let me know.. Thanks (3 Replies)
Discussion started by: vickra
3 Replies

11. Shell Programming and Scripting

Store value in array with awk

Hi everybody I wanna store some values that r in a .txt file in some arrays for example I have: 32782 28 32783 02 32784 01 32785 29 32786 25 32787 25 32788 00 32789 25 32790 02 32791 29 32792 23 32793 01 32794 28 and I need to save the first... (4 Replies)
Discussion started by: Behrouzx77
4 Replies

12. Shell Programming and Scripting

Find Special/Null/Control Chars and Print Line Numbers

Hi All, This might be a basic question... I need to write a script to find all/any Speacial/Null/Control Chars and Print Line Numbers from an input file. Output something like Null Characters in File Name at : Line Numbers Line = Print the line Control Characters in File Name at : Line... (2 Replies)
Discussion started by: Kevin Tivoli
2 Replies

13. Shell Programming and Scripting

Replace Null with 0 in 6th column in file

Hi Forum. I tried to search for the solution online but I couldn't find specifically what I'm trying to achieve. I want to replace Null with 0 in column position#6; Any other values would be retained. Before: 52653363|3407732947|28-MAR-2014... (3 Replies)
Discussion started by: pchang
3 Replies

14. Ubuntu

Users Access - AD Authentication - User can't log in?

I have a user who's having troubles logging into one of my servers, that is authenticating with AD. After glancing over /etc/passwd, I found the users account is different than mine and others who aren't having any issues. What's the difference between these two accounts? What's the "1 60 14 60" ?... (1 Reply)
Discussion started by: Nvizn
1 Replies