Interface IAclManagerFactory
public interface IAclManagerFactory
Interface to adapt AclManagerFactory to an OSGi service
-
Method Summary
Modifier and TypeMethodDescriptioncreateAclManager
(String resourceType) Creates an acl manager for the specified resource type.createAclManager
(String userID, String resourceType) Creates an acl manager for the specified resource type using specified user context.String[]
-
Method Details
-
getAvailableAclManagers
- Throws:
Exception
-
createAclManager
Creates an acl manager for the specified resource type. Acl manager is created using super user context- Throws:
Exception
-
createAclManager
Creates an acl manager for the specified resource type using specified user context. Depending on the permissions user may not be able to search on certain objects or set permissions on them- Throws:
Exception
-