NAME
Sakai::Nakamura::AuthnUtil - Methods to generate and check HTTP requests required for authentication.
ABSTRACT
useful utility functions for general Authn functionality.
METHODS
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
use Sakai::Nakamura::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) 2012 Daniel David Parry <perl@ddp.me.uk>