The security-roleType contains the definition of a securityrole. The definition consists of an optional description of thesecurity 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>
description
-
@deprecated See descriptions data type:
String
default Value:
unspecified
roleName
-
The role-name element contains the name of a role. This element must contain a non-empty string. data type:
String
default Value:
unspecified
descriptions
-
data type:Description*