Apache-Sling
view release on metacpan or search on metacpan
lib/Apache/Sling/User.pm view on Meta::CPAN
: "Problem viewing user: \"$act_on_user\""
);
$user->set_results( "$message", $res );
return $success;
}
#}}}
1;
__END__
=head1 NAME
Apache::Sling::User - Methods for manipulating users in an Apache Sling system.
=head1 ABSTRACT
user related functionality for Sling implemented over rest APIs.
=head1 METHODS
=head2 new
Create, set up, and return a User Agent.
=head2 set_results
Set a suitable message and response for the user object.
=head2 add
Add a new user to the system.
=head2 add_from_file
Add new users to the system based on definitions in a file.
=head2 change_password
Change the password for a user.
=head2 check_exists
Check whether a user exists.
=head2 config
Fetch hash of user configuration.
=head2 del
Delete a user.
=head2 run
Run user related actions.
=head2 update
Update a user's credentials.
=head2 view
View details for a user.
=head1 USAGE
use Apache::Sling::User;
=head1 DESCRIPTION
Perl library providing a layer of abstraction to the REST user methods
=head1 REQUIRED ARGUMENTS
None required.
=head1 OPTIONS
n/a
=head1 DIAGNOSTICS
n/a
=head1 EXIT STATUS
0 on success.
=head1 CONFIGURATION
None required.
=head1 DEPENDENCIES
=head1 INCOMPATIBILITIES
None known.
=head1 BUGS AND LIMITATIONS
None known.
=head1 AUTHOR
Daniel David Parry <perl@ddp.me.uk>
=head1 LICENSE AND COPYRIGHT
LICENSE: http://dev.perl.org/licenses/artistic.html
COPYRIGHT: (c) 2011 Daniel David Parry <perl@ddp.me.uk>
( run in 1.573 second using v1.01-cache-2.11-cpan-39bf76dae61 )