SecureDaemonProxy.removeSend()

Method

Declaration

SecureDaemonProxy removeSend(
    java.lang.String  subject)
  throws ConfigurationException
SecureDaemonProxy removeSend(
    java.lang.String[]  subjects)
  throws ConfigurationException

Purpose

Remove authorization to send 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

subject

Remove authorization to send to this subject.

subjects

Remove authorization to send to the subjects in this array.

See Also

SecureDaemonProxy

SecureDaemonProxy.authorizeSend()

SecureDaemonProxy.getSend()

SecureDaemonProxy.removeListen()

SecureDaemonProxy.removeListenAndSend()

For the corresponding browser pages, see Authorize Subjects in TIBCO Rendezvous Administration

For background information, see Subject Authorization in TIBCO Rendezvous Administration