public interface IAclManagerFactory
Modifier and Type | Method and Description |
---|---|
IAclManager |
createAclManager(String resourceType)
Creates an acl manager for the specified resource type.
|
IAclManager |
createAclManager(String userID,
String resourceType)
Creates an acl manager for the specified resource type using specified user context.
|
String[] |
getAvailableAclManagers() |
IAclManager createAclManager(String resourceType) throws Exception
Exception
IAclManager createAclManager(String userID, String resourceType) throws Exception
Exception