SecurityRole

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>



Attributes Summary
description : String@deprecated See descriptions
roleName : StringThe role-name element contains the name of a role.
descriptions : Description *  

Attribute Details

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*


Copyright IBM Corp. 1997-2004