SecureDaemonProxy.removeListen()
Method
Declaration
SecureDaemonProxyremoveListen(
java.lang.String subject)
throws ConfigurationException
SecureDaemonProxyremoveListen(
java.lang.String[] subjects)
throws ConfigurationException
Purpose
Remove authorization to listen to a subject.
Remarks
When removing 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 |
|
|
Remove authorization to listen to this subject. |
|
|
Remove authorization to listen to the subjects in this array. |
See Also
SecureDaemonProxy.authorizeListen()
SecureDaemonProxy.removeListenAndSend()
SecureDaemonProxy.removeSend()
For the corresponding browser pages, see Authorize Subjects in
For background information, see Subject Authorization in