Class JanrainHelper
- java.lang.Object
-
- org.apache.ofbiz.ecommerce.janrain.JanrainHelper
-
public class JanrainHelper extends Object
Java Helper Class for Janrain Engage
-
-
Constructor Summary
Constructors Constructor Description JanrainHelper(String apiKey, String baseUrl)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap<String,List<String>>
allMappings()
static Element
authInfo(String token)
String
getApiKey()
String
getBaseUrl()
static String
janrainCheckLogin(HttpServletRequest request, HttpServletResponse response)
void
map(String identifier, Object primaryKey)
List<String>
mappings(Object primaryKey)
void
unmap(String identifier, Object primaryKey)
-
-
-
Field Detail
-
module
public static final String module
-
-
Method Detail
-
getApiKey
public String getApiKey()
-
getBaseUrl
public String getBaseUrl()
-
janrainCheckLogin
public static String janrainCheckLogin(HttpServletRequest request, HttpServletResponse response)
-
-