org.jboss.seam.security.external.openid
Class OpenIdRpAuthenticationService
java.lang.Object
org.jboss.seam.security.external.openid.OpenIdRpAuthenticationService
@ApplicationScoped
public class OpenIdRpAuthenticationService
- extends Object
- Author:
- Marcel Kolsteren
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenIdRpAuthenticationService
public OpenIdRpAuthenticationService()
handleIncomingMessage
public void handleIncomingMessage(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
throws InvalidRequestException
- Throws:
InvalidRequestException
processIncomingMessage
public void processIncomingMessage(org.openid4java.message.ParameterList parameterList,
String queryString,
javax.servlet.http.HttpServletResponse httpResponse)
sendAuthRequest
public void sendAuthRequest(String openId,
List<OpenIdRequestedAttribute> attributes,
javax.servlet.http.HttpServletResponse response)
Copyright © 2011 Seam Framework. All Rights Reserved.