com.adobe.livecycle.rca
Interface ExternalUserRegistration


public interface ExternalUserRegistration


Method Summary
 ExternalUsersTO getExternalUserTO(String authKey)
          This operation returns an ExternalUsersTO for an authkey.
 Map inviteExternalUsers(List externalUserTOList)
          This operation persists external user information and sends invitation email.
 void registerExternalUser(String authKey, String email, String password, String telephoneNo)
          This operation registers external user.
 

Method Detail

inviteExternalUsers

Map inviteExternalUsers(List externalUserTOList)
                        throws ICRException
This operation persists external user information and sends invitation email.

Parameters:
externalUserTOList - List (Required Parameter)
Returns:
Map Map of ExternalUserTO along with the status.
Throws:
ICRException

registerExternalUser

void registerExternalUser(String authKey,
                          String email,
                          String password,
                          String telephoneNo)
                          throws ICRException
This operation registers external user.

Parameters:
authKey - System generated authkey generated while persisting external user information. (Required Parameter)
email - Email of the user. This will be userid of the registered user. (Required Parameter)
password - Password of the user. Registered user will use this password to access LC System. (Required Parameter)
telephoneNo - Telephone Number of the user.
Throws:
InvalidAuthKeyException
ICRException

getExternalUserTO

ExternalUsersTO getExternalUserTO(String authKey)
                                  throws ICRException
This operation returns an ExternalUsersTO for an authkey.

Parameters:
authKey - System generated authkey generated while persisting external user information. (Required Parameter)
Returns:
ExternalUsersTO
Throws:
InvalidAuthKeyException
ICRException


[an error occurred while processing this directive] [an error occurred while processing this directive]