Searched refs:authServiceURL (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java156 private URL authServiceURL = null; field in class:AuthContext
622 authServiceURL = getAuthServiceURL(authURL.getProtocol(),
629 if (authServiceURL == null) {
630 authServiceURL = getAuthServiceURL( server_proto,
633 if (authServiceURL != null) {
636 + authServiceURL);
644 authDebug.error("Failed to login to " + authServiceURL);
646 authDebug.error("Failed to login to " + authServiceURL
668 serviceURLs.remove(authServiceURL);
671 authServiceURL
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/
H A DAuthContext.java156 private URL authServiceURL = null; field in class:AuthContext
622 authServiceURL = getAuthServiceURL(authURL.getProtocol(),
629 if (authServiceURL == null) {
630 authServiceURL = getAuthServiceURL( server_proto,
633 if (authServiceURL != null) {
636 + authServiceURL);
644 authDebug.error("Failed to login to " + authServiceURL);
646 authDebug.error("Failed to login to " + authServiceURL
668 serviceURLs.remove(authServiceURL);
671 authServiceURL
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuthConf.java257 String getTokenServiceUrl(String code, String authServiceURL) argument
276 + param(PARAM_REDIRECT_URI, OAuthUtil.oAuthEncode(authServiceURL))
/forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuthConf.java270 public Map<String, String> getTokenServicePOSTparameters(String code, String authServiceURL) argument
282 postParameters.put(PARAM_REDIRECT_URI, OAuthUtil.oAuthEncode(authServiceURL));

Completed in 36 milliseconds