Boolean safmq_php::safmq_queue_set_user_permission

(String queue_name,
  String username,
  Boolean read,
  Boolean write,
  Boolean destroy,
  Boolean change_security,
  Connection con)

Sets a user's permisions against a queue.

Child Classes

Sets a user's permisions against a queue.

Parameters:
- queue_name [in] The name of the queue to apply the users permissions to
- username [in] The name of the user to assign permissions to
- read [in] Allow reading of the queue
- write [in] Allow writing of the queue
- destroy [in] Allow the queue to be deleted
change_seciryt - [in] ALlow the queues permissions to be changed
con - [in,optional] The server to read from, if not specified, uses the most recently opened connection
Returns:
FALSE if an error occured, TRUE if it was successful.

Member Documentation

Table of Contents HTML hierarchy of classes or Java


Safmq Documentation, copyright (c) 2004-2010 Matthew J. Battey, Licensed Under Apache License Ver 2.0
Powered By: Get SAFMQ: Store and Forward Message Queue at SourceForge.net. Fast, secure and Free Open Source software downloads