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

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

public class OpenIdProviderAuthenticationService
extends Object

Author:
Marcel Kolsteren

Constructor Summary
OpenIdProviderAuthenticationService()
           
 
Method Summary
 void handleIncomingMessage(HttpServletRequest httpRequest, HttpServletResponse httpResponse)
           
 void sendAuthenticationResponse(boolean authenticationSuccesful, Map<String,List<String>> attributeValues, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenIdProviderAuthenticationService

public OpenIdProviderAuthenticationService()
Method Detail

handleIncomingMessage

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

sendAuthenticationResponse

public void sendAuthenticationResponse(boolean authenticationSuccesful,
                                       Map<String,List<String>> attributeValues,
                                       HttpServletResponse response)


Copyright © 2011 Seam Framework. All Rights Reserved.