| Package | Description |
|---|---|
| org.wso2.carbon.ui | |
| org.wso2.carbon.ui.tracker |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCarbonUIAuthenticator
An abstract implementation if CarbonUIAuthenticator.
|
class |
BasicAuthUIAuthenticator |
class |
DefaultCarbonAuthenticator
Default implementation of CarbonUIAuthenticator.
|
| Modifier and Type | Method and Description |
|---|---|
protected static CarbonUIAuthenticator |
CarbonUILoginUtil.getAuthenticator(javax.servlet.http.HttpServletRequest request)
Returns the corresponding CarbonAuthenticator based on the request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
CarbonSSOSessionManager.getRequestedUrl(javax.servlet.http.HttpServletRequest request,
CarbonUIAuthenticator uiAuthenticator) |
protected static boolean |
CarbonUILoginUtil.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 boolean |
CarbonUILoginUtil.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 boolean |
CarbonUILoginUtil.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) |
boolean |
CarbonSSOSessionManager.skipSSOSessionInvalidation(javax.servlet.http.HttpServletRequest request,
CarbonUIAuthenticator uiAuthenticator)
This method checks whether the request is for a SSO authentication related page or servlet.
|
| Modifier and Type | Method and Description |
|---|---|
static CarbonUIAuthenticator |
AuthenticatorRegistry.getCarbonAuthenticator(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
int |
AuthenticatorComparator.compare(CarbonUIAuthenticator o1,
CarbonUIAuthenticator o2) |
Copyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.