Package org.openiam.srvc.am
Class AuthorizationManagerAdminWebServiceImpl
- java.lang.Object
-
- org.openiam.srvc.AbstractApiService
-
- org.openiam.srvc.am.AuthorizationManagerAdminWebServiceImpl
-
- All Implemented Interfaces:
AuthorizationManagerAdminWebService
@Service("authorizationManagerAdminWebService") public class AuthorizationManagerAdminWebServiceImpl extends AbstractApiService implements AuthorizationManagerAdminWebService
-
-
Field Summary
-
Fields inherited from class org.openiam.srvc.AbstractApiService
applicationContext, log, rabbitMQSender
-
-
Constructor Summary
Constructors Constructor Description AuthorizationManagerAdminWebServiceImpl(AMAdminQueue queue)
-
Method Summary
All Methods Instance Methods Concrete 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)
-
Methods inherited from class org.openiam.srvc.AbstractApiService
broadcast, crudRequest, getBooleanValue, getIntValue, getIntValue, getRabbitMqQueue, getResponse, getResponse, getValue, getValue, getValueList, getValueList, idRequest, manageApiRequest, manageApiRequest, manageCrudApiRequest, manageCrudApiRequest, manageCrudApiRequest, manageCrudApiRequest, membershipRequestProcessing, membershipRequestProcessing, publish, publish, sendAsync, sendAsync
-
-
-
-
Constructor Detail
-
AuthorizationManagerAdminWebServiceImpl
@Autowired public AuthorizationManagerAdminWebServiceImpl(AMAdminQueue queue)
-
-
Method Detail
-
getOwnerIdsForResource
public Set<String> getOwnerIdsForResource(String resourceId)
- Specified by:
getOwnerIdsForResource
in interfaceAuthorizationManagerAdminWebService
-
getOwnerIdsForResourceSet
public HashMap<String,SetStringResponse> getOwnerIdsForResourceSet(Set<String> resourceIdSet)
- Specified by:
getOwnerIdsForResourceSet
in interfaceAuthorizationManagerAdminWebService
-
getOwnerIdsForGroup
public Set<String> getOwnerIdsForGroup(String groupId)
- Specified by:
getOwnerIdsForGroup
in interfaceAuthorizationManagerAdminWebService
-
getOwnerIdsForGroupSet
public HashMap<String,SetStringResponse> getOwnerIdsForGroupSet(Set<String> groupIdSet)
- Specified by:
getOwnerIdsForGroupSet
in interfaceAuthorizationManagerAdminWebService
-
-