Skip navigation links


oracle.iam.identity.vo
Interface IdentityManagerResult

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
RoleManagerResult

public interface IdentityManagerResult
extends java.io.Serializable

Method Summary
 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.

 

Method Detail

getEntityId

java.lang.String getEntityId()
Provides the GUID of the identity the result belongs to.
Returns:
The GUID of the identity the result belongs to.

getStatus

java.lang.String getStatus()
Provides the result status of the operation.
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

java.util.Map getFailedResults()
Provides a 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.
Returns:
A Map of failed result containing mapping of GUID of the identity and the failure reason.

getSucceededResults

java.util.Set getSucceededResults()
Provides 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.
Returns:
A List of success result containing GUID of the identity for which operation succeeded.

Skip navigation links


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.