Uses of Interface
org.wso2.carbon.ui.CarbonUIAuthenticator
Packages that use CarbonUIAuthenticator
-
Uses of CarbonUIAuthenticator in org.wso2.carbon.ui
Classes in org.wso2.carbon.ui that implement CarbonUIAuthenticatorModifier and TypeClassDescriptionclassAn abstract implementation if CarbonUIAuthenticator.classclassDefault implementation of CarbonUIAuthenticator.Methods in org.wso2.carbon.ui that return CarbonUIAuthenticatorModifier and TypeMethodDescriptionprotected 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 CarbonUIAuthenticatorModifier and TypeMethodDescriptionCarbonSSOSessionManager.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 CarbonUIAuthenticatorModifier and TypeMethodDescriptionstatic CarbonUIAuthenticatorAuthenticatorRegistry.getCarbonAuthenticator(javax.servlet.http.HttpServletRequest request) Methods in org.wso2.carbon.ui.tracker with parameters of type CarbonUIAuthenticatorModifier and TypeMethodDescriptionintAuthenticatorComparator.compare(CarbonUIAuthenticator o1, CarbonUIAuthenticator o2)