Hello everyone,

In my application I want to intercept the calls of service-methods and
check if the currently logged in user has permissions to do so. I already
found the "org.apache.aries.blueprint.Interceptor" Interface to do that,
but I don't really know how I can tell aries to call my Interceptor. Any
ideas on how to realize that?

I think I already found a way to do this by using a custom namespace with a
custom NamespaceHandler implementation (did not fully implement it yet),
but I don't really want to do it in that way because I don't want the need
to add extra attributes to the beans.

Best regards,
Matthias

Reply via email to