public class UserGiftRegistryAdminCreateAction
extends GiftRegistryUpdateAction
This action first registers a new user, and then creates a gift registry for
this newly registered user. Upon successful execution, the guest user that
executes this action will be logged on as the registered user. The
UserRegistration.properties file in the store is used to validate data that is
used for registering new user, and GiftRegistryAddress.properties in the
store is used to validate data that is used for creating new gift registries.