Uses of Class
com.gentics.contentnode.rest.model.request.MatchPasswordRequest
-
Uses of MatchPasswordRequest in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionAuthenticationResource.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.