Solstice::Controller::Application::REST - The Application controller for the REST 'cgi'.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::Controller::Application::REST - The Application controller for the REST 'cgi'.

SYNOPSIS

Top

  my $rest = Solstice::Controller::Application::REST->new();
  my $is_valid = $rest->isValidServiceRequest($service_name);
  my $has_access = $rest->hasServiceAccess($service_name, $consumer_private_key);

  my $requires_user_auth = $rest->requiresUserAuth($service_name);
  my $has_user_auth = $rest->hasUserAuth($service_name, $consumer_private_key, $person_id);
  my $response = $rest->getResponseData();

DESCRIPTION

Top

This process all requests to Solstice REST web services.

Export

None by default.

Methods

new

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.