org.apache.geronimo.console.securitymanager.realm
Class SecurityRealmPortlet

java.lang.Object
  extended byjavax.portlet.GenericPortlet
      extended byorg.apache.geronimo.console.BasePortlet
          extended byorg.apache.geronimo.console.securitymanager.realm.SecurityRealmPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

public class SecurityRealmPortlet
extends BasePortlet

A portlet that lists, creates, and edits security realms.

Version:
$Rev: 405150 $ $Date: 2006-05-08 22:16:26 +0200 (Mon, 08 May 2006) $

Nested Class Summary
static class SecurityRealmPortlet.DatabasePool
           
static class SecurityRealmPortlet.ExistingRealm
           
static class SecurityRealmPortlet.LoginModuleDetails
           
static class SecurityRealmPortlet.RealmData
           
 
Field Summary
 
Fields inherited from class org.apache.geronimo.console.BasePortlet
WEB_SERVER_GENERIC, WEB_SERVER_JETTY, WEB_SERVER_TOMCAT
 
Constructor Summary
SecurityRealmPortlet()
           
 
Method Summary
 void destroy()
           
protected  void doView(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
 void init(javax.portlet.PortletConfig portletConfig)
           
static void normalize(SecurityRealmPortlet.RealmData data)
           
 void processAction(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
 
Methods inherited from class org.apache.geronimo.console.BasePortlet
callOperation, getProperty, getWebServerType, setProperty
 
Methods inherited from class javax.portlet.GenericPortlet
doDispatch, doEdit, doHelp, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityRealmPortlet

public SecurityRealmPortlet()
Method Detail

init

public void init(javax.portlet.PortletConfig portletConfig)
          throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException

destroy

public void destroy()

processAction

public void processAction(javax.portlet.ActionRequest actionRequest,
                          javax.portlet.ActionResponse actionResponse)
                   throws javax.portlet.PortletException,
                          IOException
Throws:
javax.portlet.PortletException
IOException

doView

protected void doView(javax.portlet.RenderRequest renderRequest,
                      javax.portlet.RenderResponse renderResponse)
               throws IOException,
                      javax.portlet.PortletException
Throws:
IOException
javax.portlet.PortletException

normalize

public static void normalize(SecurityRealmPortlet.RealmData data)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.