public class AcknowledgePersonCmdImpl extends AbstractMemberResponseBaseCmdImpl
AcknowledgePerson BOD in response to the ProcessPerson BOD request.
Register and RegisterWithCheckoutProfile actions, the response
includes the following: /Person/PersonIdentifier/UniqueID
/Person/PersonIdentifier/DistinguishedName
/Person/ContactInfo/ContactInfoIdentifier/UniqueID
/Person/ContactInfo/ContactInfoIdentifier/ExternalIdentifier/ContactInfoNickName
/Person/Credential/UserData/UserDataField that contains the following data: updatedUserId
- this is passed in the case of registration with email activation to signify the generic user ID to run as
while waiting for the registration to be activated.
AuthenticatePassword action, the response
includes the following: /Person/PersonIdentifier/UniqueID
/Person/Credential/UserData/UserDataField that contains the following
data: identityTokenID and identityTokenSignature
AuthenticateLTPA and AuthenticateWCTokens actions, the response
includes the following: /Person/PersonIdentifier/UniqueID
/Person/Credential/LogonID
/Person/Credential/UserData/UserDataField that contains the following
data: identityTokenID and identityTokenSignature
AuthenticatePassword, a ChangeStatus element
is added to the response. The following reason codes (consisting of message key and error code)
are possible:
ResetPassword, the response includes the
following: /Person/PersonIdentifier/UniqueID
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
| Constructor and Description |
|---|
AcknowledgePersonCmdImpl()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Builds the
AcknowledgePerson BOD in response to the ProcessPerson BOD request. |
BusinessObjectDocumentType |
getBusinessObjectDocument()
Returns
AcknowledgePersonType |
void |
reset()
Sets the instance variables to null.
|
getControllerCommand, isReadyToCallExecute, setControllerCommand, setExceptionpublic static final java.lang.String COPYRIGHT
public BusinessObjectDocumentType getBusinessObjectDocument()
AcknowledgePersonTypeAcknowledgePersonTypeMessageMappingResponseCmd.getBusinessObjectDocument()public void execute()
throws com.ibm.websphere.command.CommandException
AcknowledgePerson BOD in response to the ProcessPerson BOD request.
Register and RegisterWithCheckoutProfile actions, the response
includes the following: /Person/PersonIdentifier/UniqueID
/Person/PersonIdentifier/DistinguishedName
/Person/ContactInfo/ContactInfoIdentifier/UniqueID
/Person/ContactInfo/ContactInfoIdentifier/ExternalIdentifier/ContactInfoNickName
/Person/Credential/UserData/UserDataField that contains the following data: updatedUserId
- this is passed in the case of registration with email activation to signify the generic user ID to run as
while waiting for the registration to be activated.
AuthenticatePassword action, the response
includes the following: /Person/PersonIdentifier/UniqueID
/Person/Credential/UserData/UserDataField that contains the following
data: identityTokenID and identityTokenSignature
AuthenticateLTPA action, the response
includes the following: /Person/PersonIdentifier/UniqueID
/Person/Credential/LogonID
/Person/Credential/UserData/UserDataField that contains the following
data: identityTokenID and identityTokenSignature
AuthenticatePassword, a ChangeStatus element
is added to the response. The following reason codes (consisting of message key and error code)
are possible:
ResetPassword, the response includes the
following: /Person/PersonIdentifier/UniqueID
com.ibm.websphere.command.CommandException - if an error occurs.public void reset()