ClearPress::authenticator::session - ClearPress::authenticator::session documentation


ClearPress documentation  | view source Contained in the ClearPress distribution.

Index


NAME

Top

ClearPress::authenticator::session

VERSION

Top

$LastChangedRevision: 348 $

SYNOPSIS

Top

DESCRIPTION

Top

SUBROUTINES/METHODS

Top

authen_token - validate a token, usually from cookie

  my @aResults = $oSession->authen_token($sToken);

encode_token - encrypt and base64 encode user information

  my $sEncoded = $oSession->encode_token($hrUserData);

decode_token - decode and decrypt a token

  my $hrUserData = $oSession->decode_token($sEncoded);

key - get/set accessor for cipher key (optionally configured during construction)

  my $sKey = $oSession->key();

cipher - a configure Crypt::CBC object

  my $oCipher = $oSession->cipher();

DIAGNOSTICS

Top

CONFIGURATION AND ENVIRONMENT

Top

DEPENDENCIES

Top

strict
warnings
Crypt::CBC
base
ClearPress::authenticator
Readonly
Carp
MIME::Base64
YAML::Syck

INCOMPATIBILITIES

Top

BUGS AND LIMITATIONS

Top

AUTHOR

Top

$Author: Roger Pettett$

LICENSE AND COPYRIGHT

Top


ClearPress documentation  | view source Contained in the ClearPress distribution.