Package oracle.iam.platform.authopss.api
Interface IDependentDataProvider
- All Superinterfaces:
Serializable
The interface that acts as data provider for fetching dependent identity data for the authorization APIs.
-
Method Summary
Modifier and TypeMethodDescriptiongetDependentData
(String parentEntityId) Method to resolve the dependent data based on passed entity-id.getDependentData
(List<String> parentEntityIds) Method to return the Map of entity-ids mapped to dependent data.Method to get the entity type for the published dependent entity.
-
Method Details
-
getDependentData
Method to return the Map of entity-ids mapped to dependent data. The entity publication service will use this interface to get the dependent data and to automatically publish it when the parent entity is being published.- Parameters:
entityIds
- - The list of parent-ids for which lookup will happen.- Returns:
- Map of parent-id and set of child ids as key-value pair.
-
getDependentData
Method to resolve the dependent data based on passed entity-id. The Entity-publication service will use this method to get the Set of dependent entity-ids.- Parameters:
entityId
-- Returns:
- set of child ids.
-
getDependentEntityType
PolicyConstants.Resources getDependentEntityType()Method to get the entity type for the published dependent entity.- Returns:
-