Searched defs:profileServiceParam (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuthConf.java61 private String profileServiceParam = null; field in class:OAuthConf
95 profileServiceParam = CollectionHelper.getMapAttr(config, KEY_PROFILE_SERVICE_PARAM, "access_token");
294 return profileServiceUrl + "?" + profileServiceParam
297 return profileServiceUrl + "&" + profileServiceParam
/forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuthConf.java66 private String profileServiceParam = null; field in class:OAuthConf
104 profileServiceParam = CollectionHelper.getMapAttr(config, KEY_PROFILE_SERVICE_PARAM, "access_token");

Completed in 36 milliseconds