public interface GrouperPasswordDAO extends GrouperDAO
GrouperPassword DAO interface.| Modifier and Type | Method and Description |
|---|---|
void |
delete(GrouperPassword grouperPassword)
delete the object from the database
|
GrouperPassword |
findByUsernameApplication(String username,
String application) |
void |
saveOrUpdate(GrouperPassword grouperPassword)
save the object to the database
|
GrouperPassword findByUsernameApplication(String username, String application)
username - application - void saveOrUpdate(GrouperPassword grouperPassword)
config - void delete(GrouperPassword grouperPassword)
config - Copyright © 2016 Internet2. All rights reserved.