public class UserIdentityRESTServices extends Object
| Constructor and Description |
|---|
UserIdentityRESTServices()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
addIdentityToProfile(String serverName,
String userId,
String profileGUID,
UserIdentityRequestBody requestBody)
Link a user identity to a profile.
|
VoidResponse |
createUserIdentity(String serverName,
String userId,
UserIdentityRequestBody requestBody)
Create a UserIdentity.
|
VoidResponse |
removeIdentityFromProfile(String serverName,
String userId,
String profileGUID,
UserIdentityRequestBody requestBody)
Remove a user identity object.
|
VoidResponse |
removeUserIdentity(String serverName,
String userId,
UserIdentityRequestBody requestBody)
Remove a user identity object.
|
public VoidResponse createUserIdentity(String serverName, String userId, UserIdentityRequestBody requestBody)
serverName - name of target serveruserId - the name of the calling user.requestBody - userId for the new userIdentity.public VoidResponse addIdentityToProfile(String serverName, String userId, String profileGUID, UserIdentityRequestBody requestBody)
serverName - name of target serveruserId - the name of the calling user.profileGUID - the profile to add the identity to.requestBody - additional userId for the profile.public VoidResponse removeIdentityFromProfile(String serverName, String userId, String profileGUID, UserIdentityRequestBody requestBody)
serverName - name of target serveruserId - the name of the calling user.profileGUID - profile to remove it from.requestBody - user identity to remove.public VoidResponse removeUserIdentity(String serverName, String userId, UserIdentityRequestBody requestBody)
serverName - name of target serveruserId - the name of the calling user.requestBody - user identity to remove.Copyright © 2018–2020 ODPi. All rights reserved.