public class AclManagerFactory extends Object
Constructor and Description |
---|
AclManagerFactory() |
Modifier and Type | Method and Description |
---|---|
static 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[] |
getAvailableAclManagers() |
public static String[] getAvailableAclManagers() throws Exception
Exception
public static IAclManager createAclManager(String resourceType) throws Exception
Exception
public static IAclManager createAclManager(String userID, String resourceType) throws Exception
Exception