NAME
AuthnUtil - useful utility functions for general Authn functionality.
ABSTRACT
Utility library providing 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.
form_login_setup
Returns a textual representation of the request needed to log the user in to the system via a form based login.
form_login_eval
Verify whether the log in attempt for the user to the system was successful.
form_logout_setup
Returns a textual representation of the request needed to log the user out of the system via a form based mechanism.
form_logout_eval
Verify whether the log out attempt for the user from the system was successful.
USAGE
DESCRIPTION
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: Daniel David Parry <perl@ddp.me.uk>