Class UsersRolesPopulatorImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void populate()
      Populates an empty data store with users, groups and authorities.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • populate

        @Transactional
        public void populate()
        Description copied from interface: UsersRolesPopulator
        Populates an empty data store with users, groups and authorities.
        Specified by:
        populate in interface UsersRolesPopulator