Class ChangePasswordFunctionHandler

    • Constructor Detail

      • ChangePasswordFunctionHandler

        public ChangePasswordFunctionHandler()
    • Method Detail

      • performUrlChangePasswordError

        protected String performUrlChangePasswordError​(javax.servlet.http.HttpServletRequest request,
                                                       String originalUrl,
                                                       AuthenticationCredential credential)
        Handle bad credential error.
        Parameters:
        request - the incoming request.
        originalUrl - the original URL targeted by the request.
        credential - the credentials of the requester.
        Returns:
        destination url the new URL at which redirect the user.
      • performUrlChangePasswordError

        protected String performUrlChangePasswordError​(javax.servlet.http.HttpServletRequest request,
                                                       String originalUrl,
                                                       UserDetail user)
        Handle bad credential error.
        Parameters:
        request - the incoming request.
        originalUrl - the original URL targeted by the request.
        user - the requester.
        Returns:
        destination url the new URL at which redirect the user.