blob: 80ff4e34d35565d78b6120eda82e7c5e446dcd2c [file] [log] [blame]
The security-roleType contains the definition of a security
role. The definition consists of an optional description of the
security role, and the security role name.
Example:
<security-role>
<description>
This role includes all employees who are authorized
to access the employee service application.
</description>
<role-name>employee</role-name>
</security-role>