SecureDaemonProxy.authorizeListen()
Method
Declaration
SecureDaemonProxyauthorizeListen(
java.lang.String subject)
throws ConfigurationException
SecureDaemonProxyauthorizeListen(
java.lang.String[] subjects)
throws ConfigurationException
Purpose
Authorize all users to listen to a subject.
Remarks
When authorizing more than one subject, the second method is faster than repeatedly calling the first method.
These methods return the SecureDaemonProxy object, so programs can conveniently chain additional method calls to the return value.
|
Parameter |
Description |
|
|
Authorize subscriptions to this subject. |
|
|
Authorize subscriptions to all the subjects in this array. |
See Also
SecureDaemonProxy.authorizeListenAndSend()
SecureDaemonProxy.authorizeSend()
SecureDaemonProxy.removeListen()
For the corresponding browser pages, see Authorize Subjects in
For background information, see Subject Authorization in