Uses of Class
com.gentics.contentnode.rest.model.request.MatchPasswordRequest
Packages that use MatchPasswordRequest
-
Uses of MatchPasswordRequest in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type MatchPasswordRequestModifier 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.