Uses of Class
org.openiam.base.response.UserResponse
-
Packages that use UserResponse Package Description org.openiam.esb.core.user.service org.openiam.esb.core.user.service.impl org.openiam.srvc.user -
-
Uses of UserResponse in org.openiam.esb.core.user.service
Methods in org.openiam.esb.core.user.service that return UserResponse Modifier and Type Method Description UserResponseUserDataService. removeUser(String id)Deletes a user from the system. -
Uses of UserResponse in org.openiam.esb.core.user.service.impl
Methods in org.openiam.esb.core.user.service.impl that return UserResponse Modifier and Type Method Description UserResponseUserMgr. removeUser(String id) -
Uses of UserResponse in org.openiam.srvc.user
Methods in org.openiam.srvc.user that return UserResponse Modifier and Type Method Description UserResponseUserDataWebService. getUserWithDependent(String id, UserCollection[] dependants)Get a user based on his internal IDUserResponseUserDataWebServiceImpl. getUserWithDependent(String id, UserCollection[] dependants)UserResponseUserDataWebService. suggestById(String id)Get a user from Elasticsearch.UserResponseUserDataWebServiceImpl. suggestById(String id)
-