Package org.openiam.srvc.am
Interface AuthorizationManagerAdminWebService
-
- All Known Implementing Classes:
AuthorizationManagerAdminWebServiceImpl
public interface AuthorizationManagerAdminWebService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>
getOwnerIdsForGroup(String groupId)
HashMap<String,SetStringResponse>
getOwnerIdsForGroupSet(Set<String> groupIdSet)
Set<String>
getOwnerIdsForResource(String resourceId)
HashMap<String,SetStringResponse>
getOwnerIdsForResourceSet(Set<String> resourceIdSet)
-
-
-
Method Detail
-
getOwnerIdsForResourceSet
HashMap<String,SetStringResponse> getOwnerIdsForResourceSet(Set<String> resourceIdSet)
-
getOwnerIdsForGroupSet
HashMap<String,SetStringResponse> getOwnerIdsForGroupSet(Set<String> groupIdSet)
-
-