Class AclManagerFactory
java.lang.Object
com.webmethods.portal.service.access.AclManagerFactory
For backward compatibility, adapts the IAclManagerFactory OSGi service
to the old AclManagerFactory static methods.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IAclManager
createAclManager
(String resourceType) Creates an acl manager for the specified resource type.static IAclManager
createAclManager
(String userID, String resourceType) Creates an acl manager for the specified resource type using specified user context.static String[]
-
Constructor Details
-
AclManagerFactory
public AclManagerFactory()
-
-
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
-