Package org.wso2.carbon.ui
Interface UIAuthenticationExtender
-
public interface UIAuthenticationExtenderAn instance of this interface can be registered as an OSGi service, which will allow the Carbon UI to extend its authentication process.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonSuccessAdminLogin(javax.servlet.http.HttpServletRequest request, String userName, String domain, String serverURL)Method that will be executed if the login was successful.
-
-
-
Method Detail
-
onSuccessAdminLogin
void onSuccessAdminLogin(javax.servlet.http.HttpServletRequest request, String userName, String domain, String serverURL)Method that will be executed if the login was successful.- Parameters:
request- the HTTP Request.userName- the name of the logged in user.domain- the tenant domain.serverURL- the URL of the BE server.
-
-