Which is true about the security roles of clients MrBean?

Given a session bean defines:
11. @Stateless (name = MrBean)
12. public class source SecureBean implements local business, remoteBusiness {
Where LocalBusiness is a local business interface and RemoteBusines is a remote business
interface.
The following deployment descriptor entries represent the only security-related metadata:

Which is true about the security roles of clients MrBean?

Given a session bean defines:
11. @Stateless (name = MrBean)
12. public class source SecureBean implements local business, remoteBusiness {
Where LocalBusiness is a local business interface and RemoteBusines is a remote business
interface.
The following deployment descriptor entries represent the only security-related metadata:

Which is true about the security roles of clients MrBean?

A.
Only LocalBusiness clients must be in role A.

B.
Only LocalBusiness clients must be in role B.

C.
Both LocalBusiness and RemoteBusiness Clients must be in role A.

D.
Both LocalBusiness and RemoteBusiness clients must NOT be in role A.



Leave a Reply 0

Your email address will not be published. Required fields are marked *