Uses of Class
org.openiam.base.response.SetStringResponse
-
Packages that use SetStringResponse Package Description org.openiam.authmanager.service org.openiam.authmanager.service.impl org.openiam.base.response org.openiam.srvc.am -
-
Uses of SetStringResponse in org.openiam.authmanager.service
Methods in org.openiam.authmanager.service that return types with arguments of type SetStringResponse Modifier and Type Method Description HashMap<String,SetStringResponse>
AuthorizationManagerService. getOwnerIdsForGroupSet(Set<String> groupIdSet)
HashMap<String,SetStringResponse>
AuthorizationManagerService. getOwnerIdsForResourceSet(Set<String> resourceIdSet)
-
Uses of SetStringResponse in org.openiam.authmanager.service.impl
Methods in org.openiam.authmanager.service.impl that return types with arguments of type SetStringResponse Modifier and Type Method Description HashMap<String,SetStringResponse>
AuthorizationManagerServiceImpl. getOwnerIdsForGroupSet(Set<String> groupIdSet)
HashMap<String,SetStringResponse>
AuthorizationManagerServiceImpl. getOwnerIdsForResourceSet(Set<String> resourceIdSet)
-
Uses of SetStringResponse in org.openiam.base.response
Methods in org.openiam.base.response that return types with arguments of type SetStringResponse Modifier and Type Method Description HashMap<String,SetStringResponse>
EntityOwnerResponse. getOwnersMap()
Method parameters in org.openiam.base.response with type arguments of type SetStringResponse Modifier and Type Method Description void
EntityOwnerResponse. setOwnersMap(HashMap<String,SetStringResponse> ownersMap)
-
Uses of SetStringResponse in org.openiam.srvc.am
Methods in org.openiam.srvc.am that return types with arguments of type SetStringResponse Modifier and Type Method Description HashMap<String,SetStringResponse>
AuthorizationManagerAdminWebService. getOwnerIdsForGroupSet(Set<String> groupIdSet)
HashMap<String,SetStringResponse>
AuthorizationManagerAdminWebServiceImpl. getOwnerIdsForGroupSet(Set<String> groupIdSet)
HashMap<String,SetStringResponse>
AuthorizationManagerAdminWebService. getOwnerIdsForResourceSet(Set<String> resourceIdSet)
HashMap<String,SetStringResponse>
AuthorizationManagerAdminWebServiceImpl. getOwnerIdsForResourceSet(Set<String> resourceIdSet)
-