Interface UIAuthenticationExtender


public interface UIAuthenticationExtender
An instance of this interface can be registered as an OSGi service, which will allow the Carbon UI to extend its authentication process.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSuccessAdminLogin(javax.servlet.http.HttpServletRequest request, String userName, String domain, String serverURL)
    Method that will be executed if the login was successful.
  • Method Details

    • 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.