[jboss-user] [EJB 3.0] - Re: Limit IP access to a session beans (EAR)
wolfc
do-not-reply at jboss.com
Fri Jun 26 09:36:41 EDT 2009
An AOP interceptor can access the client address: https://jira.jboss.org/jira/browse/JBREM-758.
It's not yet available through an EJB API yet: https://jira.jboss.org/jira/browse/EJBTHREE-902.
So you can write an AOP interceptor, put it into ejb3-interceptors-aop.xml and push the client address somewhere where you can pick it up in the bean.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240347#4240347
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4240347
More information about the jboss-user
mailing list