Uses of Class
com.gentics.contentnode.rest.model.response.HashPasswordResponse
-
Packages that use HashPasswordResponse Package Description com.gentics.contentnode.rest.resource -
-
Uses of HashPasswordResponse in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource that return HashPasswordResponse Modifier and Type Method Description HashPasswordResponse
AuthenticationResource. hashPassword(javax.servlet.http.HttpServletRequest httpServletRequest, HashPasswordRequest hashPasswordRequest, int sessionId)
Create a hash of the given password and userID The hashing algorithm can change at any time.
-