Class ProvisioningUtils
- java.lang.Object
-
- org.apache.syncope.client.enduser.commons.ProvisioningUtils
-
public final class ProvisioningUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static UserSelfRestClientUSER_SELF_REST_CLIENT
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.UserTO>createUser(org.apache.syncope.common.lib.request.UserCR userCR)static org.apache.wicket.request.mapper.parameter.PageParametersmanagePageParams(org.apache.wicket.Component component, String section, boolean isSuccess)static org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.UserTO>updateUser(org.apache.syncope.common.lib.request.UserUR userUR, String etag)
-
-
-
Field Detail
-
USER_SELF_REST_CLIENT
public static final UserSelfRestClient USER_SELF_REST_CLIENT
-
-
Method Detail
-
createUser
public static org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.UserTO> createUser(org.apache.syncope.common.lib.request.UserCR userCR)
-
updateUser
public static org.apache.syncope.common.lib.to.ProvisioningResult<org.apache.syncope.common.lib.to.UserTO> updateUser(org.apache.syncope.common.lib.request.UserUR userUR, String etag)
-
managePageParams
public static org.apache.wicket.request.mapper.parameter.PageParameters managePageParams(org.apache.wicket.Component component, String section, boolean isSuccess)
-
-