Oak::AAS::Service::DBI_N_PAM

Oak::AAS::Service::DBI_N_PAM is a Perl class that defines the logic of how to use the DBI_N_PAM service.
Download

Oak::AAS::Service::DBI_N_PAM Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Oktiva
  • Publisher web site:
  • http://search.cpan.org/~druoso/Oak-AAS-Service-DBI_N_PAM-1.8/lib/Oak/AAS/Service/DBI_N_PAM.pm

Oak::AAS::Service::DBI_N_PAM Tags


Oak::AAS::Service::DBI_N_PAM Description

Oak::AAS::Service::DBI_N_PAM is a Perl class that defines the logic of how to use the DBI_N_PAM service. Oak::AAS::Service::DBI_N_PAM is a Perl class that defines the logic of how to use the DBI_N_PAM service.METHODSconstructor($params) Must create the object and store the params it needs to work. Must throw an error if something goes wrong. The params must be a single string.start_session(user,password) Must start the session and return a unique id or false.validate_session(user,sessionid) Check if this is a valid session, return a boolean value (1=>success).end_session(user,sessionid) End this sessionis_allowed(user,uri) Return a true value if this user have access to this uri false if not.is_allowed_group(group,uri) Return a true value if this group have access to this uri false if not.grant(user,uri) Grant user the access to uri.grant_group(group,uri) Grant group the access to uri.deny(user,uri) Make the uri denied to the userdeny_group(group,uri) Make the uri denied to the grouplist_uri return an array with the available uri Requirements: · Perl


Oak::AAS::Service::DBI_N_PAM Related Software