Skip navigation links
oracle.iam.identity.rolemgmt.vo
Class RoleManagerResult
java.lang.Object
oracle.iam.identity.rolemgmt.vo.RoleManagerResult
- All Implemented Interfaces:
- java.io.Serializable, IdentityManagerResult
-
public class RoleManagerResult
- extends java.lang.Object
- implements IdentityManagerResult
- See Also:
- Serialized Form
| 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. |
void |
setFailedResults(java.util.Map failedResults)
|
void |
setSucceededResults(java.util.Set succeededResults)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoleManagerResult
public RoleManagerResult(java.lang.String status)
RoleManagerResult
public RoleManagerResult(java.lang.String entityId,
java.lang.String status)
getEntityId
public java.lang.String getEntityId()
- Description copied from interface:
IdentityManagerResult
- Provides the GUID of the identity the result belongs to.
-
- Specified by:
getEntityId in interface IdentityManagerResult
-
- Returns:
- The GUID of the identity the result belongs to.
getStatus
public java.lang.String getStatus()
- Description copied from interface:
IdentityManagerResult
- Provides the result status of the operation.
-
- Specified by:
getStatus in interface IdentityManagerResult
-
- 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
public java.util.Map getFailedResults()
- Description copied from interface:
IdentityManagerResult
- 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.
-
- Specified by:
getFailedResults in interface IdentityManagerResult
-
- Returns:
- A
Map of failed result containing mapping of GUID of the identity and the failure reason.
getSucceededResults
public java.util.Set getSucceededResults()
- Description copied from interface:
IdentityManagerResult
- 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.
-
- Specified by:
getSucceededResults in interface IdentityManagerResult
-
- Returns:
- A
List of success result containing GUID of the identity for which operation succeeded.
setSucceededResults
public void setSucceededResults(java.util.Set succeededResults)
setFailedResults
public void setFailedResults(java.util.Map failedResults)
Skip navigation links
Copyright © 2011, Oracle and/or its affiliates. All rights reserved.