Hello,
Suppose I created a security role at the ejb-jar.xml file:
<security-role>
<role-name> managers <role-name>
</security-role>
Now suppose I have an LDAP which contains a security group of managers with the managers users inside it. How do I actualy map the security role I declared at the deployment descriptor to this group?
Suppose I created a security role at the ejb-jar.xml file:
<security-role>
<role-name> managers <role-name>
</security-role>
Now suppose I have an LDAP which contains a security group of managers with the managers users inside it. How do I actualy map the security role I declared at the deployment descriptor to this group?