The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache::Sling::AuthnUtil - Methods to generate and check HTTP requests required for authentication.

ABSTRACT

useful utility functions for general Authn functionality.

METHODS

basic_login_setup

Returns a textual representation of the request needed to log the user in to the system via a basic auth based login.

basic_login_eval

Verify whether the log in attempt for the user to the system was successful.

USAGE

use Apache::Sling::AuthnUtil;

DESCRIPTION

Utility library providing useful utility functions for general Authn functionality.

REQUIRED ARGUMENTS

None required.

OPTIONS

n/a

DIAGNOSTICS

n/a

EXIT STATUS

0 on success.

CONFIGURATION

None required.

DEPENDENCIES

INCOMPATIBILITIES

None known.

BUGS AND LIMITATIONS

None known.

AUTHOR

Daniel David Parry <perl@ddp.me.uk>

LICENSE AND COPYRIGHT

LICENSE: http://dev.perl.org/licenses/artistic.html

COPYRIGHT: (c) 2011 Daniel David Parry <perl@ddp.me.uk>