| Package | flex.messaging.services.messaging.adapters |
| Class | public final class MessagingSecurityConstraintManager |
| Inheritance | MessagingSecurityConstraintManager Object |
| Method | Defined By | ||
|---|---|---|---|
Creates a new MessagingSecurityConstraintManager instance. | MessagingSecurityConstraintManager | ||
void setSendConstraint(String ref) Sets the send constraint which is used when to assert authorization when sending a message. | MessagingSecurityConstraintManager | ||
void setSubscribeConstraint(String ref) Sets the subscribe constraint which is used to assert authorization in subscribe, multi-subscribe, and unsubscribe operations. | MessagingSecurityConstraintManager | ||
| MessagingSecurityConstraintManager | () |
public MessagingSecurityConstraintManager(MessageBroker broker)Creates a new MessagingSecurityConstraintManager instance.
broker — Associated MessageBroker. |
| setSendConstraint | () |
public void setSendConstraint(String ref)Sets the send constraint which is used when to assert authorization when sending a message.
Parameters
ref — The reference id of the constraint |
| setSubscribeConstraint | () |
public void setSubscribeConstraint(String ref)Sets the subscribe constraint which is used to assert authorization in subscribe, multi-subscribe, and unsubscribe operations.
Parameters
ref — The reference id of the constraint |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/flex/messaging/services/messaging/adapters/MessagingSecurityConstraintManager.html