flex.messaging.services.messaging.adapters
Class MessagingSecurityConstraintManager

java.lang.Object
  extended by flex.messaging.services.messaging.adapters.MessagingSecurityConstraintManager

public final class MessagingSecurityConstraintManager
extends Object

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


Constructor Summary
MessagingSecurityConstraintManager(MessageBroker broker)
          Creates a new MessagingSecurityConstraintManager instance.
 
Method Summary
 void setSendConstraint(String ref)
          Sets the send constraint which is used when to assert authorization when sending a message.
 void setSubscribeConstraint(String ref)
          Sets the subscribe constraint which is used to assert authorization in subscribe, multi-subscribe, and unsubscribe operations.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2008 Adobe Systems Inc. All Rights Reserved.

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/services/messaging/adapters/MessagingSecurityConstraintManager.html