org.jboss.seam.security.external.openid
Class OpenIdRpAuthenticationService

java.lang.Object
  extended by org.jboss.seam.security.external.openid.OpenIdRpAuthenticationService

public class OpenIdRpAuthenticationService
extends Object

Author:
Marcel Kolsteren

Constructor Summary
OpenIdRpAuthenticationService()
           
 
Method Summary
 void handleIncomingMessage(HttpServletRequest httpRequest, HttpServletResponse httpResponse)
           
 void sendAuthRequest(String openId, List<OpenIdRequestedAttribute> attributes, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenIdRpAuthenticationService

public OpenIdRpAuthenticationService()
Method Detail

handleIncomingMessage

public void handleIncomingMessage(HttpServletRequest httpRequest,
                                  HttpServletResponse httpResponse)
                           throws InvalidRequestException
Throws:
InvalidRequestException

sendAuthRequest

public void sendAuthRequest(String openId,
                            List<OpenIdRequestedAttribute> attributes,
                            HttpServletResponse response)


Copyright © 2011 Seam Framework. All Rights Reserved.