Hi,
I configured Apache Shiro in order perform authorisation of rest service, it
works fine as per provided examples but I want to use annotations like:
import org.apache.shiro.authz.annotation.RequiresPermissions;
@RequiresPermissions("my:create:message")
public void sendmessage() {
...
}
Those annoations are never evaluated.
Regards,
--
View this message in context:
http://camel.465427.n5.nabble.com/Apache-Shiro-annotation-support-in-Apache-Camel-tp5799253.html
Sent from the Camel - Users mailing list archive at Nabble.com.