Searched refs:getLoginURL (Results 1 - 25 of 26) sorted by relevance

12

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAuthContextResult.java52 public String getLoginURL(){ method in class:FSAuthContextResult
68 * @see #getLoginURL()
H A DFSAuthnDecisionHandler.java269 if (returnObj != null && returnObj.getLoginURL() != null) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSAuthContextResult.java52 public String getLoginURL(){ method in class:FSAuthContextResult
68 * @see #getLoginURL()
H A DFSAuthnDecisionHandler.java269 if (returnObj != null && returnObj.getLoginURL() != null) {
/forgerock/jee-agents-v3.5/jee-agents-jsr196/src/main/java/com/sun/opensso/agents/jsr196/
H A DIOpenSSORequestHandler.java80 public String getLoginURL(HttpServletRequest request, HttpServletResponse response) method in interface:IOpenSSORequestHandler
H A DPsuedoAmAgentFilter.java95 public String getLoginURL(HttpServletRequest req, HttpServletResponse res) throws Exception { method in class:PsuedoAmAgentFilter
96 return filter.getLoginURL(req, res);
H A DPsuedoAmFilter.java62 String getLoginURL(HttpServletRequest req, HttpServletResponse res) throws Exception { method in class:PsuedoAmFilter
H A DOpenSSORequestHandler.java161 public String getLoginURL(HttpServletRequest request, HttpServletResponse response) throws Exception { method in class:OpenSSORequestHandler
163 String loginURL = fil.getLoginURL(request, response);
H A DOpenSSOServerAuthModule.java169 loginURL = handler.getLoginURL(request, response);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedHandler.java465 if (authnResult.getLoginURL() != null) {
469 loginURL = authnResult.getLoginURL();
515 authnResult.getLoginURL() == null ||
516 authnResult.getLoginURL().length() == 0)
538 loginURL = authnResult.getLoginURL();
573 } else if(authnResult.getLoginURL() == null){
581 } else if(authnResult.getLoginURL().length() == 0){
584 loginURL = authnResult.getLoginURL();
620 authnResult.getLoginURL() == null ||
621 authnResult.getLoginURL()
[all...]
H A DFSIDPFinderService.java148 String loginURL = getLoginURL(authnReq, realm, entityID, request);
323 private String getLoginURL( method in class:FSIDPFinderService
332 "FSIDPFinderServer.getLoginURL: null authnrequest");
338 "FSIDPFinderServer.getLoginURL: null hostProviderID");
350 FSUtils.debug.error("FSIDPFinderServer.getLoginURL : exception "+
364 authnResult.getLoginURL(),
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/fednsso/
H A DFSSSOAndFedHandler.java465 if (authnResult.getLoginURL() != null) {
469 loginURL = authnResult.getLoginURL();
515 authnResult.getLoginURL() == null ||
516 authnResult.getLoginURL().length() == 0)
538 loginURL = authnResult.getLoginURL();
573 } else if(authnResult.getLoginURL() == null){
581 } else if(authnResult.getLoginURL().length() == 0){
584 loginURL = authnResult.getLoginURL();
620 authnResult.getLoginURL() == null ||
621 authnResult.getLoginURL()
[all...]
H A DFSIDPFinderService.java148 String loginURL = getLoginURL(authnReq, realm, entityID, request);
323 private String getLoginURL( method in class:FSIDPFinderService
332 "FSIDPFinderServer.getLoginURL: null authnrequest");
338 "FSIDPFinderServer.getLoginURL: null hostProviderID");
350 FSUtils.debug.error("FSIDPFinderServer.getLoginURL : exception "+
364 authnResult.getLoginURL(),
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPreLogin.java133 private String getLoginURL(boolean showFederatePage, method in class:FSPreLogin
147 FSUtils.debug.message("FSPreLogin::getLoginURL returning with URL "
459 getLoginURL(false, metaAlias,httpRequest));
566 returnURL = getLoginURL(false,metaAlias,request);
619 returnURL = getLoginURL(false,metaAlias,request);
674 returnURL = getLoginURL(true,metaAlias,request);
H A DFSPostLogin.java183 String preLoginURL = LibertyManager.getLoginURL(request);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/login/
H A DFSPreLogin.java133 private String getLoginURL(boolean showFederatePage, method in class:FSPreLogin
147 FSUtils.debug.message("FSPreLogin::getLoginURL returning with URL "
459 getLoginURL(false, metaAlias,httpRequest));
566 returnURL = getLoginURL(false,metaAlias,request);
619 returnURL = getLoginURL(false,metaAlias,request);
674 returnURL = getLoginURL(true,metaAlias,request);
H A DFSPostLogin.java183 String preLoginURL = LibertyManager.getLoginURL(request);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DAmFilterRequestContext.java293 String loginURL = getLoginURL();
831 private String getLoginURL() throws AgentException { method in class:AmFilterRequestContext
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1284 public static String getLoginURL(AuthContextLocal authContext) { method in class:AuthUtils
1289 return loginState.getLoginURL();
H A DLoginState.java5161 public String getLoginURL() { method in class:LoginState
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthUtils.java1154 public static String getLoginURL(AuthContextLocal authContext) { method in class:AuthUtils
1159 return loginState.getLoginURL();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java639 public static String getLoginURL(HttpServletRequest request) { method in class:LibertyManager
644 debug.message("LibertyManager: getLoginURL: " +
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/liberty/
H A DLibertyManager.java639 public static String getLoginURL(HttpServletRequest request) { method in class:LibertyManager
644 debug.message("LibertyManager: getLoginURL: " +
/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java464 loginURL = AuthUtils.getLoginURL(ac);
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java468 loginURL = AuthUtils.getLoginURL(ac);

Completed in 105 milliseconds

12