This task command is used to calculate parentMemberId from given parentMember property.
parentMember property can be encrypted parentMemberId or DN. If this task command is called by UserRegistrationAdminAdd/Update command, parentMember can also be un-encrypted parentMemberId.
Inputs of this task command are:
setRequestProperties(TypedProperty) - set request properties which should contain parentMember property. It may also contain parentMemberId (it will be ignored if the task command is not called by UserRegistrationAdminAdd/Upate command).Outputs of this task command is:
getRequestProperties(TypedProperty) - returns request properties which contains calculated parentMemberId property. parentmember property is removed. public OrganizationAccessBean getParentMember() - returns the parent OrganizationAccessBean public String getParentMemberType() - returns the type of parent organization ('O' or 'OU').
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
OrganizationAccessBean |
getParentMember() Gets the parent OrganizationAccessBean. |
java.lang.String |
getParentMemberType() Gets the type of parent organization ('O' or 'OU'). |
TypedProperty |
getRequestProperties() Gets the processed request properties which contains calculated parentMemberId property. |
void |
setRequestProperties(
TypedProperty aRequestProperties)
Set the request properties which should contain parentMember
property. |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
public static final java.lang.String NAME
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public OrganizationAccessBean getParentMember()
public java.lang.String getParentMemberType()
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperties)
aRequestProperties
- The request
properties