public class RoleManagerResult extends java.lang.Object implements IdentityManagerResult
Constructor and Description |
---|
RoleManagerResult(java.lang.String status) |
RoleManagerResult(java.lang.String entityId,
java.lang.String status) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEntityId()
Provides the GUID of the identity the result belongs to.
|
java.util.Map |
getFailedResults()
Provides a
Map of failed result. |
java.lang.String |
getStatus()
Provides the result status of the operation.
|
java.util.Set |
getSucceededResults()
Provides
List of success result containing GUID of the identity
for which operation succeeded. |
void |
setFailedResults(java.util.Map failedResults) |
void |
setSucceededResults(java.util.Set succeededResults) |
public RoleManagerResult(java.lang.String status)
public RoleManagerResult(java.lang.String entityId, java.lang.String status)
public java.lang.String getEntityId()
IdentityManagerResult
getEntityId
in interface IdentityManagerResult
public java.lang.String getStatus()
IdentityManagerResult
getStatus
in interface IdentityManagerResult
public java.util.Map getFailedResults()
IdentityManagerResult
Map
of 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.getFailedResults
in interface IdentityManagerResult
Map
of failed result containing mapping of GUID of
the identity and the failure reason.public java.util.Set getSucceededResults()
IdentityManagerResult
List
of 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.getSucceededResults
in interface IdentityManagerResult
List
of success result containing GUID of the identity
for which operation succeeded.public void setSucceededResults(java.util.Set succeededResults)
public void setFailedResults(java.util.Map failedResults)