Uses of Interface
org.wso2.carbon.ui.CarbonUIAuthenticator
-
Packages that use CarbonUIAuthenticator Package Description org.wso2.carbon.ui org.wso2.carbon.ui.tracker -
-
Uses of CarbonUIAuthenticator in org.wso2.carbon.ui
Classes in org.wso2.carbon.ui that implement CarbonUIAuthenticator Modifier and Type Class Description classAbstractCarbonUIAuthenticatorAn abstract implementation if CarbonUIAuthenticator.classBasicAuthUIAuthenticatorclassDefaultCarbonAuthenticatorDefault implementation of CarbonUIAuthenticator.Methods in org.wso2.carbon.ui that return CarbonUIAuthenticator Modifier and Type Method Description protected static CarbonUIAuthenticatorCarbonUILoginUtil. getAuthenticator(javax.servlet.http.HttpServletRequest request)Returns the corresponding CarbonAuthenticator based on the request.Methods in org.wso2.carbon.ui with parameters of type CarbonUIAuthenticator Modifier and Type Method Description StringCarbonSSOSessionManager. getRequestedUrl(javax.servlet.http.HttpServletRequest request, CarbonUIAuthenticator uiAuthenticator)protected static booleanCarbonUILoginUtil. handleLogin(CarbonUIAuthenticator authenticator, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpSession session, boolean authenticated, String contextPath, String indexPageURL, String httpLogin)protected static booleanCarbonUILoginUtil. handleLogout(CarbonUIAuthenticator authenticator, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpSession session, boolean authenticated, String contextPath, String indexPageURL, String httpLogin)protected static booleanCarbonUILoginUtil. saveOriginalUrl(CarbonUIAuthenticator authenticator, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.http.HttpSession session, boolean skipLoginPage, String contextPath, String indexPageURL, String requestedURI)booleanCarbonSSOSessionManager. skipSSOSessionInvalidation(javax.servlet.http.HttpServletRequest request, CarbonUIAuthenticator uiAuthenticator)This method checks whether the request is for a SSO authentication related page or servlet. -
Uses of CarbonUIAuthenticator in org.wso2.carbon.ui.tracker
Methods in org.wso2.carbon.ui.tracker that return CarbonUIAuthenticator Modifier and Type Method Description static CarbonUIAuthenticatorAuthenticatorRegistry. getCarbonAuthenticator(javax.servlet.http.HttpServletRequest request)Methods in org.wso2.carbon.ui.tracker with parameters of type CarbonUIAuthenticator Modifier and Type Method Description intAuthenticatorComparator. compare(CarbonUIAuthenticator o1, CarbonUIAuthenticator o2)
-