Uses of Class
io.jans.configapi.plugin.mgt.model.user.CustomUser
-
Packages that use CustomUser Package Description io.jans.configapi.plugin.mgt.rest -
-
Uses of CustomUser in io.jans.configapi.plugin.mgt.rest
Methods in io.jans.configapi.plugin.mgt.rest that return CustomUser Modifier and Type Method Description CustomUserUserResource. setCustomUserAttributes(CustomUser customUser, io.jans.as.common.model.common.User user)CustomUserUserResource. 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 CustomUser Modifier and Type Method Description jakarta.ws.rs.core.ResponseUserResource. createUser(@Valid CustomUser customUser, boolean removeNonLDAPAttributes)Create a new user from the provided CustomUser payload.CustomUserUserResource. setCustomUserAttributes(CustomUser customUser, io.jans.as.common.model.common.User user)CustomUserUserResource. 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.
-