|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Extension.Exchange
Puts outgoing params and parses them accordingly if a response is available from the user's openid provider.
Method Summary | |
---|---|
String |
getAlias()
Gets the alias of this exchange. |
void |
parseAndPut(OpenIdUser user,
HttpServletRequest request,
Map<String,String> attributes,
String extensionAlias)
Parses a single field parameter as a response from the user's openid provider and puts it in the attributes map. |
void |
put(OpenIdUser user,
HttpServletRequest request,
UrlEncodedParameterMap params,
String extensionAlias)
Puts a single field parameter on the params to be included in the request. |
Method Detail |
---|
String getAlias()
void put(OpenIdUser user, HttpServletRequest request, UrlEncodedParameterMap params, String extensionAlias)
params
to be included in the request.
void parseAndPut(OpenIdUser user, HttpServletRequest request, Map<String,String> attributes, String extensionAlias)
attributes
map.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |