Role Data Import Format

Use

This section describes the attributes used to import role records into SAP NetWeaver Application Server (AS) Java. Role records consist of optional and required attributes.

Attribute

Description

[Role]

Role delimiter.

rid

Name of the role.

Attribute

Description

action

List of actions assigned to the role separated by semicolons (;). Use the following format:

ACTN .AUTHN_DS . un : <action_type> $ <vendor> / <application_name> $ <module_name> $ <action_name>

The module name is optional.

group

List of unique names of groups assigned to the role separated by semicolons (;).

rdesc

Description of the role.

user

List of logon IDs of users assigned to the role separated by semicolons (;).

Example

The following is an example of a file containing a role in the import format. The users MikhailKomarov, TeresaRuiz, and AlainChevalier must already exist, otherwise an error occurs. Similarly, the groups Contractors and Scranton must already exist. If role already exists, this import file overwrites any role assignments, if overwrite is enabled.

[Role]
rid=Role1
rdesc=Role description
user=MikhailKomarov;TeresaRuiz;
user=AlainChevalier;
group=Contractors;Scranton