Class UserSelfRestClient
- java.lang.Object
-
- org.apache.syncope.client.enduser.rest.BaseRestClient
-
- org.apache.syncope.client.enduser.rest.UserSelfRestClient
-
- All Implemented Interfaces:
Serializable
,RestClient
public class UserSelfRestClient extends BaseRestClient
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
LOG
-
-
Constructor Summary
Constructors Constructor Description UserSelfRestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProvisioningResult<UserTO>
create(UserCR createReq)
void
mustChangePassword(String password)
void
requestPasswordReset(String username, String securityAnswer)
ProvisioningResult<UserTO>
update(String etag, UserUR updateReq)
-
Methods inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
mustChangePassword
public void mustChangePassword(String password)
-
create
public ProvisioningResult<UserTO> create(UserCR createReq)
-
update
public ProvisioningResult<UserTO> update(String etag, UserUR updateReq)
-
-