NAME
Apache::Sling::Group - Manipulate Groups in an Apache Sling instance.
ABSTRACT
group related functionality for Sling implemented over rest APIs.
METHODS
new
Create, set up, and return a Group Object.
set_results
Set a suitable message and response for the group object.
add
Add a new group to the system.
add_from_file
Add new groups to the system based on definitions in a file.
del
Delete a user.
check_exists
Check whether a group exists.
member_add
Add a member to a group.
member_add_from_file
Add members to groups based on entries in a file.
member_delete
Delete member from a group.
member_exists
Check whether a member exists in a group.
member_view
View members of a group.
view
View details for a group
USAGE
use Apache::Sling::Group;
DESCRIPTION
Perl library providing a layer of abstraction to the REST group 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>