internal static IClaimsDao getDao(AbstractConnection cxn) { AbstractDaoFactory f = AbstractDaoFactory.getDaoFactory(AbstractDaoFactory.getConstant(cxn.DataSource.Protocol)); return(f.getClaimsDao(cxn)); }