Uses of Class
com.gentics.contentnode.rest.model.request.MatchPasswordRequest
-
Packages that use MatchPasswordRequest Package Description com.gentics.contentnode.rest.resource -
-
Uses of MatchPasswordRequest in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type MatchPasswordRequest Modifier and Type Method Description GenericResponse
AuthenticationResource. matchPassword(javax.servlet.http.HttpServletRequest httpServletRequest, MatchPasswordRequest matchPasswordRequest, int sessionId)
Checks if the given password matches the given hash As this method is possibly expensive (depends on the implemented hash algorithm), we don't allow anonymous access to it.
-