Packageflex.messaging.services.messaging.adapters
Classpublic final class MessagingSecurityConstraintManager
InheritanceMessagingSecurityConstraintManager Inheritance Object

Messaging security constraint managers are used by messaging destinations to assert authorization of send and subscribe operations.



Public Methods
 MethodDefined 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
Constructor Detail
MessagingSecurityConstraintManager()
public MessagingSecurityConstraintManager(MessageBroker broker)

Creates a new MessagingSecurityConstraintManager instance.

Parameters
broker — Associated MessageBroker.
Method Detail
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