Uses of Class
org.dspace.eperson.PasswordHash
-
Packages that use PasswordHash Package Description org.dspace.eperson Provides classes representing e-people and groups of e-people.org.dspace.eperson.service -
-
Uses of PasswordHash in org.dspace.eperson
Methods in org.dspace.eperson that return PasswordHash Modifier and Type Method Description PasswordHashEPersonServiceImpl. getPasswordHash(EPerson ePerson)Methods in org.dspace.eperson with parameters of type PasswordHash Modifier and Type Method Description voidEPersonServiceImpl. setPasswordHash(EPerson ePerson, PasswordHash password) -
Uses of PasswordHash in org.dspace.eperson.service
Methods in org.dspace.eperson.service that return PasswordHash Modifier and Type Method Description PasswordHashEPersonService. getPasswordHash(EPerson ePerson)Return the EPerson's password hash.Methods in org.dspace.eperson.service with parameters of type PasswordHash Modifier and Type Method Description voidEPersonService. setPasswordHash(EPerson ePerson, PasswordHash password)Set the EPerson's password hash.
-