org.kuali.rice.ksb.security.admin.web
Class JavaSecurityManagementForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.kuali.rice.ksb.security.admin.web.JavaSecurityManagementForm
All Implemented Interfaces:
Serializable

public class JavaSecurityManagementForm
extends org.apache.struts.action.ActionForm

Struts action form for the JavaSecurityManagementAction

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
JavaSecurityManagementForm()
           
 
Method Summary
 String getAlias()
           
 String getPassword()
           
 String getPasswordVerify()
           
 void setAlias(String alias)
           
 void setPassword(String password)
           
 void setPasswordVerify(String passwordVerify)
           
 org.apache.struts.action.ActionErrors validateGenerateClientKeystore(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
          This method is used to check for completeness of the form as well as verification of the desired password
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaSecurityManagementForm

public JavaSecurityManagementForm()
Method Detail

validateGenerateClientKeystore

public org.apache.struts.action.ActionErrors validateGenerateClientKeystore(org.apache.struts.action.ActionMapping mapping,
                                                                            javax.servlet.http.HttpServletRequest request)
This method is used to check for completeness of the form as well as verification of the desired password


getAlias

public String getAlias()

setAlias

public void setAlias(String alias)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getPasswordVerify

public String getPasswordVerify()

setPasswordVerify

public void setPasswordVerify(String passwordVerify)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.