org.objectweb.jonas.webapp.jonasadmin.security
Class DatasourceRealmForm
java.lang.Object
org.apache.struts.action.ActionForm
org.objectweb.jonas.webapp.jonasadmin.security.FactoryRealmForm
org.objectweb.jonas.webapp.jonasadmin.security.DatasourceRealmForm
- All Implemented Interfaces:
- Serializable
public class DatasourceRealmForm
- extends FactoryRealmForm
- Author:
- Michel-Ange ANTON
- 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, setMultipartRequestHandler, setServlet, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatasourceRealmForm
public DatasourceRealmForm()
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
- Validate the properties that have been set from this HTTP request,
and return an
ActionErrors
object that encapsulates any
validation errors that have been found. If no errors are found, return
null
or an ActionErrors
object with no
recorded error messages.
- Overrides:
validate
in class FactoryRealmForm
- Parameters:
mapping
- The mapping used to select this instancerequest
- The servlet request we are processing
- Returns:
- List of errors
getDsName
public String getDsName()
setDsName
public void setDsName(String dsName)
getRoleTable
public String getRoleTable()
setRoleTable
public void setRoleTable(String roleTable)
getRoleTableRolenameCol
public String getRoleTableRolenameCol()
setRoleTableRolenameCol
public void setRoleTableRolenameCol(String roleTableRolenameCol)
getRoleTableUsernameCol
public String getRoleTableUsernameCol()
setRoleTableUsernameCol
public void setRoleTableUsernameCol(String roleTableUsernameCol)
getUserTable
public String getUserTable()
setUserTable
public void setUserTable(String userTable)
getUserTablePasswordCol
public String getUserTablePasswordCol()
setUserTablePasswordCol
public void setUserTablePasswordCol(String userTablePasswordCol)
getUserTableUsernameCol
public String getUserTableUsernameCol()
setUserTableUsernameCol
public void setUserTableUsernameCol(String userTableUsernameCol)
getAlgorithm
public String getAlgorithm()
setAlgorithm
public void setAlgorithm(String algorithm)
getSecurityAlgorithms
public List getSecurityAlgorithms()
Copyright © 2007 OW2 Consortium. All Rights Reserved.