|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExternalUserManager
The ExternalUserManager
interface provides methods for managing external users.
Method Summary | |
---|---|
User[] |
inviteExternalUsers(java.util.List emails)
Sends email messages to a list of external users to invite them to register with the Rights Management service. |
boolean |
resetExternalUserPassword(User user,
java.lang.String pwd)
Resets the password for an external user. |
Method Detail |
---|
User[] inviteExternalUsers(java.util.List emails) throws SDKException
emails
- A List
object that contains email addresses to which invitations are sent.
com.adobe.idp.um.api.infomodel.User
objects that were created for
each invitation sent.
SDKException
- if any of the following conditions occur:
boolean resetExternalUserPassword(User user, java.lang.String pwd) throws SDKException
user
- A com.adobe.idp.um.api.infomodel.User
object for which the password is being changed.pwd
- A string value that contains the password value to be used as the new password.
SDKException
- if any of the following conditions occur:
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |