Package oracle.iam.identity.rolemgmt.vo
Class RoleManagerResult
java.lang.Object
oracle.iam.identity.rolemgmt.vo.RoleManagerResult
- All Implemented Interfaces:
Serializable,IdentityManagerResult
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRoleManagerResult(String status) RoleManagerResult(String entityId, String status) -
Method Summary
Modifier and TypeMethodDescriptionProvides the GUID of the identity the result belongs to.Provides aMapof failed result.Provides the result status of the operation.ProvidesListof success result containing GUID of the identity for which operation succeeded.voidsetFailedResults(Map<String, String> failedResults) voidsetSucceededResults(Set succeededResults)
-
Constructor Details
-
RoleManagerResult
-
RoleManagerResult
-
-
Method Details
-
getEntityId
Description copied from interface:IdentityManagerResultProvides the GUID of the identity the result belongs to.- Specified by:
getEntityIdin interfaceIdentityManagerResult- Returns:
- The GUID of the identity the result belongs to.
-
getStatus
Description copied from interface:IdentityManagerResultProvides the result status of the operation.- Specified by:
getStatusin interfaceIdentityManagerResult- Returns:
- The result status of the operation. The status is 'COMPLETED' if the operation is successful. For bulk operation status is 'COMPLETED' if bulk operation is successful for at least one identity.
-
getFailedResults
Description copied from interface:IdentityManagerResultProvides aMapof failed result. The map contains mapping of GUID of the identity and the failure reason. The method is intended to be used for getting failure results for bulk operation.- Specified by:
getFailedResultsin interfaceIdentityManagerResult- Returns:
- A
Mapof failed result containing mapping of GUID of the identity and the failure reason.
-
getSucceededResults
Description copied from interface:IdentityManagerResultProvidesListof success result containing GUID of the identity for which operation succeeded. The method is intended to be used for getting success result for bulk operation.- Specified by:
getSucceededResultsin interfaceIdentityManagerResult- Returns:
- A
Listof success result containing GUID of the identity for which operation succeeded.
-
setSucceededResults
-
setFailedResults
-