@ApplicationScoped public class OpenIdRpAuthenticationService extends Object
| Constructor and Description |
|---|
OpenIdRpAuthenticationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleIncomingMessage(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse) |
void |
processIncomingMessage(org.openid4java.message.ParameterList parameterList,
String queryString,
javax.servlet.http.HttpServletResponse httpResponse) |
void |
sendAuthRequest(String openId,
List<OpenIdRequestedAttribute> attributes,
javax.servlet.http.HttpServletResponse response) |
public void handleIncomingMessage(javax.servlet.http.HttpServletRequest httpRequest,
javax.servlet.http.HttpServletResponse httpResponse)
throws InvalidRequestException
InvalidRequestExceptionpublic void processIncomingMessage(org.openid4java.message.ParameterList parameterList,
String queryString,
javax.servlet.http.HttpServletResponse httpResponse)
public void sendAuthRequest(String openId, List<OpenIdRequestedAttribute> attributes, javax.servlet.http.HttpServletResponse response)
Copyright © 2013 Seam Framework. All Rights Reserved.