NAME

Net::RRP::Request::Session - rrp session request representation.

SYNOPSIS

 use Net::RRP::Request::Session;
 my $sessionRequest = new Net::RRP::Request::Session ( Id       => 'reg1',
						       Password => '***' );
 my $sessionRequest1 = new Net::RRP::Request::Session ();
 $sessionRequest1->setOption ( Id          => 'reg1' );
 $sessionRequest1->setOption ( Password    => '***'  );
 $sessionRequest1->setOption ( NewPassword => '****' );

DESCRIPTION

This is a rrp session request representation class.

getName

return a 'Session'

setEntity

throw Net::RRP::Exception::InvalidEntityValue immediate

setOption

Pass only Id, Password, NewPassword options

AUTHOR AND COPYRIGHT

Net::RRP::Request::Session (C) Michael Kulakov, Zenon N.S.P. 2000
                       125124, 19, 1-st Jamskogo polja st,
                       Moscow, Russian Federation

                       mkul@cpan.org

All rights reserved.

You may distribute this package under the terms of either the GNU
General Public License or the Artistic License, as specified in the
Perl README file.

SEE ALSO

Net::RRP::Request(3), Net::RRP::Codec(3), RFC 2832, Net::RRP::Exception::InvalidCommandOption(3), Net::RRP::Exception::InvalidEntityValue(3)