|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.Action
org.objectweb.jonas.webapp.jonasadmin.JonasBaseAction
org.objectweb.jonas.webapp.jonasadmin.deploy.BaseDeployAction
org.objectweb.jonas.webapp.jonasadmin.security.BaseSecurityAction
org.objectweb.jonas.webapp.jonasadmin.security.BaseMemoryRealmAction
org.objectweb.jonas.webapp.jonasadmin.security.ListRealmsAction
public class ListRealmsAction
Field Summary |
---|
Fields inherited from class org.objectweb.jonas.webapp.jonasadmin.JonasBaseAction |
---|
DEPTH_DOMAIN, DEPTH_SERVER, GLOBAL_ERROR_FORWARD, m_Errors, m_Resources, m_Session, m_WhereAreYou |
Fields inherited from class org.apache.struts.action.Action |
---|
defaultLocale, servlet |
Constructor Summary | |
---|---|
ListRealmsAction()
|
Method Summary | |
---|---|
protected void |
addRealmItem(ArrayList p_Realms,
String p_Type,
String p_SecurityRealmUsed,
String domainName,
String serverName)
Add RealmItem in the list. |
org.apache.struts.action.ActionForward |
executeAction(org.apache.struts.action.ActionMapping p_Mapping,
org.apache.struts.action.ActionForm p_Form,
HttpServletRequest p_Request,
HttpServletResponse p_Response)
|
Methods inherited from class org.objectweb.jonas.webapp.jonasadmin.security.BaseMemoryRealmAction |
---|
encryptPassword, getForm, populateGroupForm, populateRoleForm, populateUserForm, removeItemsMemoryRealmForm |
Methods inherited from class org.objectweb.jonas.webapp.jonasadmin.security.BaseSecurityAction |
---|
refreshSecurityTree, refreshTree |
Methods inherited from class org.objectweb.jonas.webapp.jonasadmin.deploy.BaseDeployAction |
---|
deploy, deployDataSource, deployMailFactory, getCurrentJonasDeployment, getDomainDeploymentMethodName, getDomainUploadDeployMethodName, getForwardEdit, getListDeployableFiles, getListDeployedFiles, isConfigurable, isDomain, isModule, refreshJoramTree, refreshMBeansTree, refreshServiceTree, refreshWebServiceTree, removeFile, runGC, setCurrentJonasDeployment, undeploy, undeployDataSource, undeployMailFactory |
Methods inherited from class org.apache.struts.action.Action |
---|
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListRealmsAction()
Method Detail |
---|
public org.apache.struts.action.ActionForward executeAction(org.apache.struts.action.ActionMapping p_Mapping, org.apache.struts.action.ActionForm p_Form, HttpServletRequest p_Request, HttpServletResponse p_Response) throws IOException, ServletException
executeAction
in class JonasBaseAction
IOException
ServletException
protected void addRealmItem(ArrayList p_Realms, String p_Type, String p_SecurityRealmUsed, String domainName, String serverName) throws Exception
RealmItem
in the list.
p_Realms
- List to add found itemsp_Type
- Type item to add (memory or datasource or ldap)p_SecurityRealmUsed
- Name of realm used by the security service
or null if nothing used
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |