log.debug("Error instantiating AuthorizationModule:",e);
}
if(am == null)
throw new IllegalStateException("ACLProvider has not " +
"been instantiated");
am.initialize(this.sharedState,map);
return am;
}
@SuppressWarnings("unchecked")
private <T> Set<T> invokeACL(Class<T> clazz, Resource resource, Identity identity)