Studio Developer Manual / Version 2010
Table Of ContentsThe CoreMedia Studio comes with an integrated user manager UI that allows administrating the groups and users that are allowed to access the different CoreMedia components and content. It also includes a rights management where access types for content are configurable for groups and users. This section describes the overall configuration properties of the CoreMedia Studio user manager.
The following table describes the available Spring properties that can be configured for the user manager.
Property Name | Type | Default Value | Description |
---|---|---|---|
studio.usermanager.protectInternalDomain | Boolean | false |
If set to true , the members of the internal domain can't be edited, created or deleted.
In fact such internal members are hidden from the user manger.
Only the rights management for external members is enabled then.
|
studio.usermanager.minSearchCharacters | Integer | 0 |
Sets the maximum number of search characters to input before the member search is triggered.
The default value is 0 which will lazy load all members once the corresponding view in the user manager is opened.
If your underlying user provider contains a great amount of users we recommend to increase this value
so that only concrete search requests are executed against the user provider.
|
studio.usermanager.protectedGroupNames | CSV | administratoren |
Protected groups can't be renamed and their rights can't be changed.
The administratoren group always is protected.
Additional values can be added using comma separated values.
For external domains use the format name@domain .
|
studio.usermanager.managerUsers | String |
null
|
This optional list of comma separated values allows configuring specific users that are allowed
to access the CoreMedia Studio's user manager.
For external domains use the format name@domain .
|
studio.usermanager.managerGroups | String |
null
|
This optional list of comma separated values allows configuring specific groups that are allowed
to access the CoreMedia Studio's user manager.
For external domains use the format name@domain .
|
Table 7.10. User Manager Spring Properties