public class UserRegistrationRoleAssignCmdImpl extends TaskCommandImpl implements UserRegistrationRoleAssignCmd
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.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | CLASSNAME
The name of this implementation of the command.
|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
protected TypedProperty | requestProperties
The request properties.
|
Constructor and Description |
---|
UserRegistrationRoleAssignCmdImpl() |
Modifier and Type | Method and Description |
---|---|
TypedProperty | getRequestProperties()
Returns the request properties.
|
void | performExecute()
Assigns the member to the specified roles.
|
void | setRequestProperties(TypedProperty aRequestProperties)
Sets the request properties.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
protected TypedProperty requestProperties
public TypedProperty getRequestProperties()
public void performExecute() throws ECException
public void setRequestProperties(TypedProperty aRequestProperties)