Uses of Class
org.dspace.eperson.PasswordHash
Packages that use PasswordHash
Package
Description
Provides classes representing e-people and groups of e-people.
-
Uses of PasswordHash in org.dspace.eperson
Methods in org.dspace.eperson that return PasswordHashMethods in org.dspace.eperson with parameters of type PasswordHashModifier and TypeMethodDescriptionvoidEPersonServiceImpl.setPasswordHash(EPerson ePerson, PasswordHash password) -
Uses of PasswordHash in org.dspace.eperson.service
Methods in org.dspace.eperson.service that return PasswordHashModifier and TypeMethodDescriptionEPersonService.getPasswordHash(EPerson ePerson) Return the EPerson's password hash.Methods in org.dspace.eperson.service with parameters of type PasswordHashModifier and TypeMethodDescriptionvoidEPersonService.setPasswordHash(EPerson ePerson, PasswordHash password) Set the EPerson's password hash.