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 Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.UserTO>create(org.apache.syncope.common.lib.request.UserCR createReq)static voidmustChangePassword(String password)static voidrequestPasswordReset(String username, String securityAnswer)org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.UserTO>update(String etag, org.apache.syncope.common.lib.request.UserUR updateReq)-
Methods inherited from class org.apache.syncope.client.enduser.rest.BaseRestClient
getObject, getService, getService, getStatus, getSyncopeService, resetClient, toOrderBy
-
-
-
-
Method Detail
-
mustChangePassword
public static void mustChangePassword(String password)
-
requestPasswordReset
public static void requestPasswordReset(String username, String securityAnswer)
-
create
public org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.UserTO> create(org.apache.syncope.common.lib.request.UserCR createReq)
-
update
public org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.UserTO> update(String etag, org.apache.syncope.common.lib.request.UserUR updateReq)
-
-