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 member to a group.
add_from_file
Add members to groups based on entries in a file.
config
Fetch hash of group membership configuration.
delete
Delete member from a group.
exists
Check whether a member exists in a group.
run
Run group membership related actions.
view
View members of 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>