|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessagingSecurity
This is an interface which can be implemented by the MessageAdapter or by the DataManagement Assembler instance. If it is implemented, this class is used to do security filtering of subscribe and send operations.
| Method Summary | |
|---|---|
boolean |
allowSend(Subtopic subtopic)
This method is invoked before a client message is sent to a subtopic, so that custom application logic can determine whether the client should be allowed to send to the specified subtopic. |
boolean |
allowSubscribe(Subtopic subtopic)
This method is invoked before a client subscribe request is processed, so that custom application logic can determine whether the client should be allowed to subscribe to the specified subtopic. |
| Method Detail |
|---|
boolean allowSubscribe(Subtopic subtopic)
FlexContext.getUserPrincipal().
subtopic - The subtopic the client is attempting to subscribe to.
boolean allowSend(Subtopic subtopic)
FlexContext.getUserPrincipal().
subtopic - The subtopic the client is attempting to send a message to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/lcdsjavadoc/flex/messaging/security/MessagingSecurity.html