|
P5EEx-Blue-0.01 | |||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
![]() |
P5EEx::Blue::Security |
P5EEx::Blue::Security - Interface for authentication and authorization
use P5EEx::Blue::P5EE;
$context = P5EEx::Blue::P5EE->context();
$security = $context->service("Security"); # or ...
$security = $context->security();
... TBD ...
A Security service is a means by which a user may be authenticated and by which he may be authorized to perform specific operations.
The following classes might be a part of the Security Class Group.
A Security service is a means by which a user may be authenticated and by which he may be authorized to perform specific operations.
* Throws: P5EEx::Blue::Exception::Security * Since: 0.01
...
new()The constructor is inherited from
P5EEx::Blue::Service.
TBD()
* Signature: $tbd_return = $repository->tbd($tbd_param);
* Param: $tbd_param integer
* Return: $tbd_return integer
* Throws: P5EEx::Blue::Exception::Repository
* Since: 0.01
Sample Usage:
$tbd_return = $repository->tbd($tbd_param);
service_type()Returns 'Security';
* Signature: $service_type = P5EEx::Blue::Security->service_type();
* Param: void
* Return: $service_type string
* Since: 0.01
$service_type = $widget->service_type();
* Author: Stephen Adkins <stephen.adkins@officevision.com> * License: This is free software. It is licensed under the same terms as Perl itself.