The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.

config

Fetch hash of group configuration.

del

Delete a user.

check_exists

Check whether a group exists.

run

Run group related actions.

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>