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:
-
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()voidvoidsetPassword(String password) voidsetPasswordVerify(String passwordVerify) org.apache.struts.action.ActionErrorsvalidateGenerateClientKeystore(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 passwordMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
JavaSecurityManagementForm
public JavaSecurityManagementForm()
-
-
Method Details
-
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
-
setAlias
-
getPassword
-
setPassword
-
getPasswordVerify
-
setPasswordVerify
-