[flexcoders] Re: BlazeDS security for each messaging topic

2009-11-10 Thread Benjamin
Thanks Mete for your quick solution. --- In flexcoders@yahoogroups.com, "Mete Atamel" wrote: > > Yes, it's possible. You need to extend MessagingAdapter and override > allowSend and allowSubscribe methods as needed. Currently, these methods > return true but you can add your custom logic to all

[flexcoders] Re: BlazeDS security for each messaging topic

2009-11-10 Thread Mete Atamel
Yes, it's possible. You need to extend MessagingAdapter and override allowSend and allowSubscribe methods as needed. Currently, these methods return true but you can add your custom logic to allow/disallow subscribe and sends. -Mete --- In flexcoders@yahoogroups.com, "Benjamin" wrote: > > Hell