public interface OpenIDProtocolAdapter
| Modifier and Type | Method and Description |
|---|---|
OpenIDAttributeMap |
getAttributeMap()
Map of attributes to be retrieved from the provider
|
String |
getReturnURL()
Provide the return url for the OpenIDManager where the Relying Party can handle responses from the OpenID Provider
|
void |
sendToProvider(int version,
String destinationURL,
Map<String,String> paramMap)
Send the request to the OpenID Provider
|
OpenIDAttributeMap getAttributeMap()
String getReturnURL()
void sendToProvider(int version,
String destinationURL,
Map<String,String> paramMap)
throws OpenIDProtocolException
version - OpenID version 1 is via HTTP Redirect and by HTTP Post for version 2destinationURL - Final Destination URLparamMap - Map of parametersOpenIDProtocolExceptionCopyright © 2014 JBoss Inc.. All Rights Reserved.