public class UserSignupValidateGenerator extends UserSignupGenerator
Modifier and Type | Field and Description |
---|---|
private static String |
__SIGNUP_SERVICE_PARAMETER_USERDIRECTORY |
private UserPopulationDAO |
_userPopulationDAO
The DAO for user population
|
_currentUserProvider, _pageHelper, _repository, _resolver, _siteManager, _skinManager, _srcResolver, _synchronizeComponent, _userSignupManager
manager
objectModel, parameters, resolver, source
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer
Constructor and Description |
---|
UserSignupValidateGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
generate() |
protected Map<String,String> |
getAdditionalValues(Request request,
String population,
String userDirectoryId)
Get FO user manager's custom field values.
|
void |
service(ServiceManager serviceManager) |
_saxNotEmptyParameter, _saxNotEmptyValue, saxAdditionalInformation, saxContent, saxErrors, saxSuccessContentIfNeeded, saxTOSIfNeeded, saxUserInputs, saxWarnings
dispose
recycle, setup
setConsumer, setContentHandler, setLexicalHandler
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setConsumer
private static final String __SIGNUP_SERVICE_PARAMETER_USERDIRECTORY
private UserPopulationDAO _userPopulationDAO
public UserSignupValidateGenerator()
public void service(ServiceManager serviceManager) throws ServiceException
service
in interface Serviceable
service
in class UserSignupGenerator
ServiceException
public void generate() throws IOException, SAXException, ProcessingException
generate
in interface Generator
generate
in class UserSignupGenerator
IOException
SAXException
ProcessingException
protected Map<String,String> getAdditionalValues(Request request, String population, String userDirectoryId) throws UserManagementException
request
- the request.population
- The population iduserDirectoryId
- The user directory idUserManagementException
- if an error occurs.