Searched refs:loginURL (Results 1 - 25 of 35) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAuthContextResult.java36 private String loginURL; field in class:FSAuthContextResult
43 loginURL = null;
53 return loginURL;
71 loginURL = url;
H A DFSAuthnDecisionHandler.java54 private String loginURL = null; field in class:FSAuthnDecisionHandler
77 loginURL = SystemConfigurationUtil.getProperty(
79 if ((loginURL == null) || (loginURL.trim().length() == 0)) {
80 loginURL = FSServiceUtils.getBaseURL(request) +
83 loginURL = loginURL + IFSConstants.QUESTION_MARK
313 if (loginURL != null) {
321 returnURL = loginURL + "&"
325 returnURL = loginURL;
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAuthContextResult.java36 private String loginURL; field in class:FSAuthContextResult
43 loginURL = null;
53 return loginURL;
71 loginURL = url;
H A DFSAuthnDecisionHandler.java54 private String loginURL = null; field in class:FSAuthnDecisionHandler
77 loginURL = SystemConfigurationUtil.getProperty(
79 if ((loginURL == null) || (loginURL.trim().length() == 0)) {
80 loginURL = FSServiceUtils.getBaseURL(request) +
83 loginURL = loginURL + IFSConstants.QUESTION_MARK
313 if (loginURL != null) {
321 returnURL = loginURL + "&"
325 returnURL = loginURL;
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMLoginViewBean.java51 private String loginURL; field in class:AMLoginViewBean
96 setDisplayFieldValue(REDIRECT_URL, loginURL);
106 loginURL = URL;
H A DConsoleServletBase.java290 String loginURL = SystemProperties.get(Constants.LOGIN_URL);
292 if ((loginURL != null) && (loginURL.trim().length() > 0)) {
293 redirectURL.append(loginURL);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMLoginViewBean.java51 private String loginURL; field in class:AMLoginViewBean
96 setDisplayFieldValue(REDIRECT_URL, loginURL);
106 loginURL = URL;
H A DConsoleServletBase.java287 String loginURL = SystemProperties.get(Constants.LOGIN_URL);
289 if ((loginURL != null) && (loginURL.trim().length() > 0)) {
290 redirectURL.append(loginURL);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DRedirectCallbackHandler.java45 * @param loginURL The url used to login o be set as a cookie on the response.
48 RedirectCallback redirectCallback, String loginURL) {
60 loginURL, request, response);
69 RedirectCallback redirectCallback, String loginURL) throws IOException {
71 setRedirectCallbackCookie(request, response, redirectCallback, loginURL);
47 setRedirectCallbackCookie(HttpServletRequest request, HttpServletResponse response, RedirectCallback redirectCallback, String loginURL) argument
68 handleRedirectCallback(HttpServletRequest request, HttpServletResponse response, RedirectCallback redirectCallback, String loginURL) argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/share/
H A DRedirectCallbackHandler.java45 * @param loginURL The url used to login o be set as a cookie on the response.
48 RedirectCallback redirectCallback, String loginURL) {
60 loginURL, request, response);
69 RedirectCallback redirectCallback, String loginURL) throws IOException {
71 setRedirectCallbackCookie(request, response, redirectCallback, loginURL);
47 setRedirectCallbackCookie(HttpServletRequest request, HttpServletResponse response, RedirectCallback redirectCallback, String loginURL) argument
68 handleRedirectCallback(HttpServletRequest request, HttpServletResponse response, RedirectCallback redirectCallback, String loginURL) argument
/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLogoutViewBean.java151 loginURL = token.getProperty(ISAuthConstants.FULL_LOGIN_URL);
217 logoutDebug.message("Goto Login URL : " + loginURL);
220 if (doSendRedirect(loginURL)) {
221 response.sendRedirect(appendLogoutCookie(loginURL));
224 int queryIndex = loginURL.indexOf("?");
227 qString = loginURL.substring(queryIndex);
238 logoutDebug.message("Redirect failed : " + loginURL, e);
392 if ((loginURL==null)||(loginURL.length() == 0)) {
393 loginURL
578 private String loginURL = ""; field in class:LogoutViewBean
[all...]
H A DAuthExceptionViewBean.java163 String loginURL = AuthUtils.encodeURL(LOGINURL, ac, response);
164 return new StaticTextField(this, name, loginURL);
H A DLoginViewBean.java154 if ((loginURL==null)||(loginURL.length() == 0)) {
155 loginURL = LOGINURL;
157 loginURL = AuthUtils.encodeURL(loginURL, ac, response);
158 return new StaticTextField(this, name, loginURL);
435 loginURL = intSession.getProperty(ISAuthConstants.
464 loginURL = AuthUtils.getLoginURL(ac);
467 loginDebug.message("loginURL : " + loginURL);
2189 private String loginURL = ""; field in class:LoginViewBean
[all...]
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLogoutViewBean.java151 loginURL = token.getProperty(ISAuthConstants.FULL_LOGIN_URL);
217 logoutDebug.message("Goto Login URL : " + loginURL);
220 if (doSendRedirect(loginURL)) {
221 response.sendRedirect(appendLogoutCookie(loginURL));
224 int queryIndex = loginURL.indexOf("?");
227 qString = loginURL.substring(queryIndex);
238 logoutDebug.message("Redirect failed : " + loginURL, e);
392 if ((loginURL==null)||(loginURL.length() == 0)) {
393 loginURL
578 private String loginURL = ""; field in class:LogoutViewBean
[all...]
H A DAuthExceptionViewBean.java165 String loginURL = AuthUtils.encodeURL(LOGINURL, ac);
166 return new StaticTextField(this, name, loginURL);
/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/opensso/agents/jsr196/
H A DOpenSSORequestHandler.java163 String loginURL = fil.getLoginURL(request, response);
169 loginURL = loginURL + "?" + gotoparam + "=" + requestURL.toString();
172 loginURL = loginURL + "&" + query;
175 modAccess.logMessage("OSSORH: LoginURL :: " + loginURL);
177 return loginURL;
H A DOpenSSOServerAuthModule.java150 String loginURL = null;
164 * Get the loginURL and redirect to the loginURL
165 * loginURL is typically the OpenSSO login page
169 loginURL = handler.getLoginURL(request, response);
178 response.sendRedirect(loginURL);
183 response.sendRedirect(loginURL);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DApplicationLogoutHandler.java381 String loginURL = ctx.getAuthRedirectURL(getApplicationEntryURL(ctx));
388 int iEnd = loginURL.indexOf("?");
391 if (loginStr.compareToIgnoreCase(loginURL.substring(iStart,iEnd)) == 0) {
392 buff= new StringBuffer(loginURL.substring(0,iStart));
393 buff.append(logoutStr).append(loginURL.substring(iEnd));
402 buff = new StringBuffer(loginURL);
H A DAmFilterRequestContext.java293 String loginURL = getLoginURL();
294 buff.append(loginURL);
296 if(loginURL.indexOf("?") != -1) {
/forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuth2PostAuthnPlugin.java100 String loginURL = OAuthUtil.findCookie(request, COOKIE_PROXY_URL);
117 String origUrl = URLEncoder.encode(loginURL, "UTF-8");
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java148 String loginURL = getLoginURL(authnReq, realm, entityID, request);
149 if (loginURL == null) {
155 response.setHeader("Location", loginURL);
156 response.sendRedirect(loginURL);
375 String loginURL,
388 if (loginURL == null){
438 redirectUrl.append(loginURL);
439 if (loginURL.indexOf('?') == -1) {
374 formatLoginURL( String loginURL, String authnContext, String realm, String hostProviderID, IDPDescriptorType idpDescriptor, BaseConfigType idpConfig, FSAuthnRequest authnRequest, HttpServletRequest httpRequest) argument
H A DFSSSOAndFedHandler.java298 String loginURL = null;
469 loginURL = authnResult.getLoginURL();
470 loginURL = formatLoginURL(loginURL,
472 FSUtils.forwardRequest(request, response, loginURL);
538 loginURL = authnResult.getLoginURL();
543 + loginURL);
546 loginURL = formatLoginURL(loginURL,
548 FSUtils.forwardRequest(request, response, loginURL);
[all...]
/forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuth2PostAuthnPlugin.java100 String loginURL = OAuthUtil.findCookie(request, COOKIE_PROXY_URL);
117 String origUrl = URLEncoder.encode(loginURL, "UTF-8");
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSIDPFinderService.java148 String loginURL = getLoginURL(authnReq, realm, entityID, request);
149 if (loginURL == null) {
155 response.setHeader("Location", loginURL);
156 response.sendRedirect(loginURL);
375 String loginURL,
388 if (loginURL == null){
438 redirectUrl.append(loginURL);
439 if (loginURL.indexOf('?') == -1) {
374 formatLoginURL( String loginURL, String authnContext, String realm, String hostProviderID, IDPDescriptorType idpDescriptor, BaseConfigType idpConfig, FSAuthnRequest authnRequest, HttpServletRequest httpRequest) argument
H A DFSSSOAndFedHandler.java298 String loginURL = null;
469 loginURL = authnResult.getLoginURL();
470 loginURL = formatLoginURL(loginURL,
472 FSUtils.forwardRequest(request, response, loginURL);
538 loginURL = authnResult.getLoginURL();
543 + loginURL);
546 loginURL = formatLoginURL(loginURL,
548 FSUtils.forwardRequest(request, response, loginURL);
[all...]

Completed in 106 milliseconds

12