|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAction
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
Field Summary |
Fields inherited from class org.objectweb.jonas.webapp.jonasadmin.JonasBaseAction |
m_Errors, m_Resources, m_Session, m_WhereAreYou |
Constructor Summary | |
ListRealmsAction()
|
Method Summary | |
protected void |
addRealmItem(java.util.ArrayList p_Realms,
java.lang.String p_Type,
java.lang.String p_SecurityRealmUsed)
Add RealmItem in the list. |
ActionForward |
executeAction(ActionMapping p_Mapping,
ActionForm p_Form,
javax.servlet.http.HttpServletRequest p_Request,
javax.servlet.http.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, getForwardEdit, getListDeployableFiles, getListDeployedFiles, refreshMBeansTree, refreshServiceTree, refreshTree, runGC, setCurrentJonasDeployment, undeploy, undeployDataSource, undeployMailFactory |
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 ActionForward executeAction(ActionMapping p_Mapping, ActionForm p_Form, javax.servlet.http.HttpServletRequest p_Request, javax.servlet.http.HttpServletResponse p_Response) throws java.io.IOException, javax.servlet.ServletException
executeAction
in class JonasBaseAction
java.io.IOException
javax.servlet.ServletException
protected void addRealmItem(java.util.ArrayList p_Realms, java.lang.String p_Type, java.lang.String p_SecurityRealmUsed) throws java.lang.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
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |