Uses of Class
io.jans.configapi.plugin.mgt.model.user.UserPatchRequest
-
Packages that use UserPatchRequest Package Description io.jans.configapi.plugin.mgt.rest io.jans.configapi.plugin.mgt.service -
-
Uses of UserPatchRequest in io.jans.configapi.plugin.mgt.rest
Methods in io.jans.configapi.plugin.mgt.rest with parameters of type UserPatchRequest Modifier and Type Method Description jakarta.ws.rs.core.Response
UserResource. patchUser(@NotNull String inum, @NotNull UserPatchRequest userPatchRequest, boolean removeNonLDAPAttributes)
-
Uses of UserPatchRequest in io.jans.configapi.plugin.mgt.service
Methods in io.jans.configapi.plugin.mgt.service with parameters of type UserPatchRequest Modifier and Type Method Description io.jans.as.common.model.common.User
UserMgmtService. patchUser(String inum, UserPatchRequest userPatchRequest)
-