NAME
Apache::Sling::User - Methods for manipulating users in an Apache Sling system.
ABSTRACT
user related functionality for Sling implemented over rest APIs.
METHODS
new
Create, set up, and return a User Agent.
set_results
Set a suitable message and response for the user object.
add
Add a new user to the system.
add_from_file
Add new users to the system based on definitions in a file.
change_password
Change the password for a user.
check_exists
Check whether a user exists.
config
Fetch hash of user configuration.
del
Delete a user.
run
Run user related actions.
update
Update a user's credentials.
view
View details for a user.
USAGE
use Apache::Sling::User;
DESCRIPTION
Perl library providing a layer of abstraction to the REST user methods
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>