Interface GrouperPasswordDAO

All Superinterfaces:
GrouperDAO
All Known Implementing Classes:
Hib3GrouperPasswordDAO

public interface GrouperPasswordDAO extends GrouperDAO
Basic GrouperPassword DAO interface.
Since:
2.4
  • Method Details

    • findById

      GrouperPassword findById(String id, boolean exceptionIfNotFound)
      Parameters:
      id -
      exceptionIfNotFound -
      Returns:
      the config
    • findByUsernameApplication

      GrouperPassword findByUsernameApplication(String username, String application)
      Parameters:
      username -
      application -
      Returns:
    • saveOrUpdate

      void saveOrUpdate(GrouperPassword grouperPassword)
      save the object to the database
      Parameters:
      config -
    • delete

      void delete(GrouperPassword grouperPassword)
      delete the object from the database
      Parameters:
      config -