Details
-
Sub-task
-
Status: Closed
-
Critical
-
Resolution: Won't Fix
-
1.0-beta-3
-
None
-
None
Description
Create a component to aide in filtering of ManagedRepositories based on user permissions.
The two methods definitely needed (could be more)
- List<ManagedRepositoryConfiguration> getAllowedObservingRepositories( String principal );
- List<ManagedRepositoryConfiguration> getAllowedManagingRepositories( String principal );
Care will be needed to ensure that these lookups performs well (possible caching needed).