What approach would you use for that scenario?

Thanks

Arion


                                                                                       
                                             
                    [EMAIL PROTECTED]                                               
                                             
                    Sent by:                            To:     
[EMAIL PROTECTED]                                    
                    [EMAIL PROTECTED]        cc:                            
                                             
                    eforge.net                          Subject:     [JBoss-user] 
[Security]Method Permission                       
                                                                                       
                                             
                                                                                       
                                             
                    2001/05/21 10:34 AM                                                
                                             
                    Please respond to jboss-user                                       
                                             
                                                                                       
                                             
                                                                                       
                                             




Hi!

The scenario is like this:

Client -> BeanA -> BeanB

The client would call a method in beanA and beanA would call a method on
BeanB.

I have set the method permission for beanA to the client. However, I don't
want to give the direct access to the client for beanB.
Can I have beanA doing the job for the client?

A more concrete example would be like this:

Client -> Teller.transfer() -> Account.setBalance()

You won't want the client calling the Account.setBalance() directly, right?

Thanks

Arion


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user





_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to