147148149150151152153
catch (Exception e) { throw new IdentityConfigurationException("Failed to build IdentitySessionFactory", e); } return new IdentitySessionFactoryImpl(realmMap); }
148149150151152153154