Uses of Class
io.jans.configapi.plugin.mgt.model.user.CustomUser
Packages that use CustomUser
-
Uses of CustomUser in io.jans.configapi.plugin.mgt.rest
Methods in io.jans.configapi.plugin.mgt.rest that return CustomUserModifier and TypeMethodDescriptionUserResource.setCustomUserAttributes(CustomUser customUser, io.jans.as.common.model.common.User user) UserResource.setParentAttributes(CustomUser customUser, io.jans.as.common.model.common.User user, boolean removeNonLDAPAttributes) Methods in io.jans.configapi.plugin.mgt.rest with parameters of type CustomUserModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseUserResource.createUser(@Valid CustomUser customUser, boolean removeNonLDAPAttributes) Create a new user from the provided CustomUser payload.UserResource.setCustomUserAttributes(CustomUser customUser, io.jans.as.common.model.common.User user) UserResource.setParentAttributes(CustomUser customUser, io.jans.as.common.model.common.User user, boolean removeNonLDAPAttributes) jakarta.ws.rs.core.ResponseUserResource.updateUser(@Valid CustomUser customUser, boolean removeNonLDAPAttributes) Update an existing user from the provided CustomUser payload.