42434445464748
{ if (!SAIL_TYPE.equals(config.getType())) { throw new StoreConfigException("Invalid Sail type: " + config.getType()); } return new AccessControlSail(); }