NAME

Auth::Kokolores::Request - saslauthd protocol request object

VERSION

version 1.01

DESCRIPTION

This class holds all information associated with an authentication request. It is passed to all authentication plugins.

ATTRIBUTES

username

The username passed within the request.

password

The password passed within the request.

parameters

Additional request parameters.

Other than the required parameters username and password.

fingerprint

A fingerprint for the authentication based on username + password.

server

A reference to the Auth::Kokolores server object.

userinfo

A hashref holding additional information to be passed between plugins.

Use get_info and set_info methods to access fields.

METHODS

get_param( $key )

Retrieve field $key from parameters.

set_param( $key, $value )

Set field $key to $value in parameters.

get_info( $key )

Retrieve field $key from userinfo.

set_info( $key, $value )

Set field $key to $value in userinfo.

AUTHOR

Markus Benning <ich@markusbenning.de>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2016 by Markus Benning <ich@markusbenning.de>.

This is free software, licensed under:

The GNU General Public License, Version 2, June 1991