|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dyuproject.openid.ext.SRegExtension.SimpleExchange
public static final class SRegExtension.SimpleExchange
SimpleExchange - parses the value denoted by "openid.sreg.$alias = value".
Constructor Summary | |
---|---|
SRegExtension.SimpleExchange(String alias)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SRegExtension.SimpleExchange(String alias)
Method Detail |
---|
public String getAlias()
Extension.Exchange
getAlias
in interface Extension.Exchange
public void put(OpenIdUser user, HttpServletRequest request, UrlEncodedParameterMap params, String extensionAlias)
Extension.Exchange
params
to be included in the request.
put
in interface Extension.Exchange
public void parseAndPut(OpenIdUser user, HttpServletRequest request, Map<String,String> attributes, String extensionAlias)
Extension.Exchange
attributes
map.
parseAndPut
in interface Extension.Exchange
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |