com.dyuproject.openid
Interface AuthRedirection

All Known Implementing Classes:
FormRedirection, SimpleRedirection

public interface AuthRedirection

AuthRedireciton - its sole purpose is to redirect the user to the authentication url of his openid provider.

Author:
David Yu
Date created:
Mar 17, 2009

Method Summary
 void redirect(UrlEncodedParameterMap params, HttpServletRequest request, HttpServletResponse response)
          Redirects the user to the authentication url of his openid provider.
 

Method Detail

redirect

void redirect(UrlEncodedParameterMap params,
              HttpServletRequest request,
              HttpServletResponse response)
              throws IOException
Redirects the user to the authentication url of his openid provider.

Throws:
IOException


Copyright © 2008-2013. All Rights Reserved.