/Users/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Oak-AAS-Service-DBI/blib/lib/Oak/AAS/Service/DBI.pm

start_session(user,password)

Must start the session and return a unique id or false.

_getTableNames()

Must be rewrited or the table will be "Usuario" for default.

validate_session(user,sessionid)

Check if this is a valid session, return a boolean value (1=>success).

end_session(user,sessionid)

End this session

is_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 user

deny_group(group,uri)

Make the uri denied to the group

list_uri

return an array with the available uri