NAME

Apache::Sling - Perl library for interacting with the apache sling web framework

ABSTRACT

Top level Entry point to the Apache Sling libraries. Provides a layer of abstraction for configuring and running the various Sling operations.

METHODS

new

Create, set up, and return a Sling object.

check_forks

Check number of forks to create complies with maximum number of forks allowed.

authz_config

Fetch hash of authz configuration.

authz_run

Run authz related actions.

content_config

Fetch hash of content configuration.

content_run

Run content related actions.

group_config

Fetch hash of group configuration.

group_run

Run group related actions.

group_member_config

Fetch hash of group membership configuration.

group_member_run

Run group membership related actions.

json_query_servlet_config

Fetch hash of json query servlet configuration.

json_query_servlet_run

Run json query server related actions.

ldap_synch_config

Fetch hash of ldap synchronization configuration.

ldap_synch_run

Run ldap synchronization related actions.

user_config

Fetch hash of user configuration.

user_run

Run user related actions.

USAGE

use Apache::Sling;

DESCRIPTION

The Apache::Sling perl library is designed to provide a perl based interface on to the Apache sling web framework.

REQUIRED ARGUMENTS

None required.

OPTIONS

n/a

DIAGNOSTICS

n/a

EXIT STATUS

1 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>