Uses of Class
edu.internet2.middleware.grouper.authentication.GrouperPasswordRecentlyUsed
Packages that use GrouperPasswordRecentlyUsed
Package
Description
This package contains the data access object interfaces that a DB
layer would have to implement (generally revolving around queries to DB)
This package contains hib3 related data access object implementations
and mappings
-
Uses of GrouperPasswordRecentlyUsed in edu.internet2.middleware.grouper.internal.dao
Methods in edu.internet2.middleware.grouper.internal.dao that return GrouperPasswordRecentlyUsedModifier and TypeMethodDescriptionMethods in edu.internet2.middleware.grouper.internal.dao that return types with arguments of type GrouperPasswordRecentlyUsedModifier and TypeMethodDescriptionGrouperPasswordRecentlyUsedDAO.findByGrouperPasswordIdAndStatus(String grouperPasswordId, Set<Character> statuses, QueryOptions queryOptions) Methods in edu.internet2.middleware.grouper.internal.dao with parameters of type GrouperPasswordRecentlyUsedModifier and TypeMethodDescriptionvoidGrouperPasswordRecentlyUsedDAO.delete(GrouperPasswordRecentlyUsed grouperPassword) delete the object from the databasevoidGrouperPasswordRecentlyUsedDAO.saveOrUpdate(GrouperPasswordRecentlyUsed grouperPasswordRecentlyUsed) save the object to the database -
Uses of GrouperPasswordRecentlyUsed in edu.internet2.middleware.grouper.internal.dao.hib3
Methods in edu.internet2.middleware.grouper.internal.dao.hib3 that return GrouperPasswordRecentlyUsedModifier and TypeMethodDescriptionMethods in edu.internet2.middleware.grouper.internal.dao.hib3 that return types with arguments of type GrouperPasswordRecentlyUsedModifier and TypeMethodDescriptionHib3GrouperPasswordRecentlyUsedDAO.findByGrouperPasswordIdAndStatus(String grouperPasswordId, Set<Character> statuses, QueryOptions queryOptions) find GrouperPasswordRecentlyUsedMethods in edu.internet2.middleware.grouper.internal.dao.hib3 with parameters of type GrouperPasswordRecentlyUsedModifier and TypeMethodDescriptionvoidHib3GrouperPasswordRecentlyUsedDAO.delete(GrouperPasswordRecentlyUsed grouperPasswordRecentlyUsed) voidHib3GrouperPasswordRecentlyUsedDAO.saveOrUpdate(GrouperPasswordRecentlyUsed grouperPasswordRecentlyUsed)