Search in sources :

Example 1 with JspUrl

use of password.pwm.http.JspUrl in project pwm by pwm-project.

the class LoginServlet method forwardToJSP.

private void forwardToJSP(final PwmRequest pwmRequest, final boolean passwordOnly) throws IOException, ServletException, PwmUnrecoverableException {
    final JspUrl url = passwordOnly ? JspUrl.LOGIN_PW_ONLY : JspUrl.LOGIN;
    pwmRequest.forwardToJsp(url);
}
Also used : JspUrl(password.pwm.http.JspUrl)

Aggregations

JspUrl (password.pwm.http.JspUrl)1