org.kuali.rice.ksb.security.admin.web
Class JavaSecurityManagementForm
java.lang.Object
org.apache.struts.action.ActionForm
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
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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 |
JavaSecurityManagementForm
public JavaSecurityManagementForm()
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–2014 The Kuali Foundation. All rights reserved.