public class AuthenticateUserAction
extends org.apache.struts.tiles.actions.TilesAction
| Constructor and Description |
|---|
AuthenticateUserAction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.struts.action.ActionForward |
execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
static boolean |
usingLDAPAuthentication(javax.servlet.ServletContext context)
This returns
true if the RHQ Server has been configured to allow for authentication via LDAP. |
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServletpublic org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
execute in class org.apache.struts.tiles.actions.TilesActionExceptionTilesAction.execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse)public static boolean usingLDAPAuthentication(javax.servlet.ServletContext context)
throws Exception
true if the RHQ Server has been configured to allow for authentication via LDAP.
false if only database authentication is available.context - true if LDAP authentication is allowedExceptionCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.