com.ibm.commerce.usermanagement.commands

Class UserRegistrationRoleAssignCmdImpl

  • All Implemented Interfaces:
    com.ibm.commerce.command.CacheableECCommand, ECCommand, ECTargetableCommand, TaskCommand, UserRegistrationRoleAssignCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class UserRegistrationRoleAssignCmdImpl
    extends TaskCommandImpl
    implements UserRegistrationRoleAssignCmd
    This task command is called by UserRegistrationAddPreApproval to assign roles during self-registration.

    Currently this command does nothing and it needs to be overridden by customers if they want to assign roles during self-registration.

    Inputs of this task command are:

     setRequestProperties(TypedProperty)
     - sets request properties which should contain memberId of this user. otherwise, an exception will be thrown.
     getRequestProperties(TypedProperty)
     - returns request properties.
     
    See Also:
    Serialized Form