Uses of Class
io.jans.configapi.plugin.mgt.model.user.UserPatchRequest
Packages that use UserPatchRequest
-
Uses of UserPatchRequest in io.jans.configapi.plugin.mgt.rest
Methods in io.jans.configapi.plugin.mgt.rest with parameters of type UserPatchRequestModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseUserResource.patchUser(@NotNull String inum, @NotNull UserPatchRequest userPatchRequest, boolean removeNonLDAPAttributes) Apply a user patch for the user identified by the given inum and return the patched CustomUser. -
Uses of UserPatchRequest in io.jans.configapi.plugin.mgt.service
Methods in io.jans.configapi.plugin.mgt.service with parameters of type UserPatchRequestModifier and TypeMethodDescriptionio.jans.as.common.model.common.UserUserMgmtService.patchUser(String inum, UserPatchRequest userPatchRequest)