public interface UIAuthenticationExtender
| Modifier and Type | Method and Description |
|---|---|
void |
onSuccessAdminLogin(javax.servlet.http.HttpServletRequest request,
String userName,
String domain,
String serverURL)
Method that will be executed if the login was successful.
|
void onSuccessAdminLogin(javax.servlet.http.HttpServletRequest request,
String userName,
String domain,
String serverURL)
request - the HTTP Request.userName - the name of the logged in user.domain - the tenant domain.serverURL - the URL of the BE server.Copyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.