public final class RESTUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static UserSelfRestClient |
USER_SELF_REST_CLIENT |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.UserTO> |
create(org.apache.syncope.common.lib.to.UserTO userTO) |
static org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.UserTO> |
update(org.apache.syncope.common.lib.patch.UserPatch patch,
String etag) |
public static final UserSelfRestClient USER_SELF_REST_CLIENT
public static org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.UserTO> create(org.apache.syncope.common.lib.to.UserTO userTO)
public static org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.UserTO> update(org.apache.syncope.common.lib.patch.UserPatch patch,
String etag)
Copyright © 2020–2022. All rights reserved.