public interface UserRegistrationRoleAssignCmd extends TaskCommand
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 | COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String | defaultCommandClassName
The default implementation of this command.
|
static java.lang.String | NAME
The name of this command.
|
Modifier and Type | Method and Description |
---|---|
TypedProperty | getRequestProperties()
Gets the request properties.
|
void | setRequestProperties(TypedProperty aRequestProperties)
Gets the processed request properties.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
TypedProperty getRequestProperties()
void setRequestProperties(TypedProperty aRequestProperties)