public class UserSignupValidateGenerator extends UserSignupGenerator
| Modifier and Type | Field and Description | 
|---|---|
private UserPopulationDAO | 
_userPopulationDAO
The DAO for user population 
 | 
_currentUserProvider, _pageHelper, _repository, _resolver, _siteConfiguration, _skinManager, _synchronizeComponent, _userSignupManagermanagerobjectModel, parameters, resolver, sourcecontentHandler, 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)  | 
saxErrors, saxWarningsdisposerecycle, setupsetConsumer, setContentHandler, setLexicalHandlerenableLogging, getLogger, setupLogger, setupLogger, setupLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetConsumerprivate UserPopulationDAO _userPopulationDAO
public UserSignupValidateGenerator()
public void service(ServiceManager serviceManager) throws ServiceException
service in interface Serviceableservice in class UserSignupGeneratorServiceExceptionpublic void generate() throws IOException, SAXException, ProcessingException
generate in interface Generatorgenerate in class UserSignupGeneratorIOExceptionSAXExceptionProcessingExceptionprotected 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.