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 UserResponse
UserDataService. 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 UserResponse
UserMgr. 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 UserResponse
UserDataWebService. getUserWithDependent(String id, UserCollection[] dependants)
Get a user based on his internal IDUserResponse
UserDataWebServiceImpl. getUserWithDependent(String id, UserCollection[] dependants)
UserResponse
UserDataWebService. suggestById(String id)
Get a user from Elasticsearch.UserResponse
UserDataWebServiceImpl. suggestById(String id)
-