Creates a new parametric role. Creates a new parametric role into the Directory Service. For example: // Create a Parametric Role urldir= "mssqlserver://localhost:1433/database=DirDocDb" paramRole = Role.createParametric(url : urldir, user : "root", password : "root", name : "Role3", description : "Role Nr 3", params:["VIP", "NORMAL"])
| Name | Type | Description | Mode |
|---|---|---|---|
| url | String | Directory Service URL. | in |
| user | String | Directory Service user credential. | in |
| password | String | Directory Service user password. | in |
| name | String | role's common name. | in |
| description | String | role's description. | in |
| params | String[] | list of parametric variations of the role. | in |