|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BulkException | |
---|---|
com.ibm.itim.apps | Provides a remotable application programming interface for provisioning specific functions. |
com.ibm.itim.apps.identity | Extends the com.ibm.itim.apps package to provide a remotable application programming
interface for identity management. |
Uses of BulkException in com.ibm.itim.apps |
---|
Methods in com.ibm.itim.apps that return BulkException | |
---|---|
BulkException |
BulkRequest.getException()
Returns the exception holding the failed portion (if any) of the bulk request. |
BulkException |
BulkRequest.getException()
Returns the exception holding the failed portion (if any) of the bulk request. |
Constructors in com.ibm.itim.apps with parameters of type BulkException | |
---|---|
BulkRequest(PlatformContext platform,
javax.security.auth.Subject subject,
long id,
BulkException exception)
Creates a BulkRequest. |
|
BulkRequest(PlatformContext platform,
javax.security.auth.Subject subject,
long id,
BulkException exception)
Creates a BulkRequest. |
|
BulkRequest(PlatformContext platform,
javax.security.auth.Subject subject,
long id,
java.util.Date scheduledTime,
BulkException exception)
Constructs with a user Context, request id, and scheduled time. |
|
BulkRequest(PlatformContext platform,
javax.security.auth.Subject subject,
long id,
java.util.Date scheduledTime,
BulkException exception)
Constructs with a user Context, request id, and scheduled time. |
Uses of BulkException in com.ibm.itim.apps.identity |
---|
Methods in com.ibm.itim.apps.identity that throw BulkException | |
---|---|
Request |
PersonManager.remove(java.util.Collection collection,
java.util.Date scheduledTime)
This API removes the person objects and associated individual accounts from the provisioning platform. |
Request |
PersonManager.remove(java.util.Collection collection,
java.util.Date scheduledTime)
This API removes the person objects and associated individual accounts from the provisioning platform. |
Request |
PersonManager.remove(java.util.Collection collection,
java.util.Date scheduledTime,
java.lang.String justification)
Removes the person objects and associated managed objects from the provisioning platform. |
Request |
PersonManager.remove(java.util.Collection collection,
java.util.Date scheduledTime,
java.lang.String justification)
Removes the person objects and associated managed objects from the provisioning platform. |
Request |
PersonManager.restore(java.util.Collection collection,
java.util.Date scheduledTime)
This API restores users and based on the property com.ibm.itim.personManagement.suspendRestorePersonWithAccounts in enRole.properties also restores individual accounts of the users. |
Request |
PersonManager.restore(java.util.Collection collection,
java.util.Date scheduledTime)
This API restores users and based on the property com.ibm.itim.personManagement.suspendRestorePersonWithAccounts in enRole.properties also restores individual accounts of the users. |
Request |
PersonManager.restore(java.util.Collection collection,
java.util.Date scheduledTime,
java.lang.String justification)
Restores the persons only. |
Request |
PersonManager.restore(java.util.Collection collection,
java.util.Date scheduledTime,
java.lang.String justification)
Restores the persons only. |
Request |
PersonManager.suspend(java.util.Collection collection,
java.util.Date scheduledTime)
This API suspends users and based on the property com.ibm.itim.personManagement.suspendRestorePersonWithAccounts in enRole.properties also suspends individual accounts of the users. |
Request |
PersonManager.suspend(java.util.Collection collection,
java.util.Date scheduledTime)
This API suspends users and based on the property com.ibm.itim.personManagement.suspendRestorePersonWithAccounts in enRole.properties also suspends individual accounts of the users. |
Request |
PersonManager.suspend(java.util.Collection collection,
java.util.Date scheduledTime,
java.lang.String justification)
Suspends the persons and associated managed objects from the provisioning platform |
Request |
PersonManager.suspend(java.util.Collection collection,
java.util.Date scheduledTime,
java.lang.String justification)
Suspends the persons and associated managed objects from the provisioning platform |
Request |
PersonManager.unManage(java.util.Collection collection,
java.util.Date scheduledTime)
Removes person objects only from the provisioning platform. |
Request |
PersonManager.unManage(java.util.Collection collection,
java.util.Date scheduledTime)
Removes person objects only from the provisioning platform. |
Request |
PersonManager.unManage(java.util.Collection collection,
java.util.Date scheduledTime,
java.lang.String justification)
Removes person objects only from the provisioning platform. |
Request |
PersonManager.unManage(java.util.Collection collection,
java.util.Date scheduledTime,
java.lang.String justification)
Removes person objects only from the provisioning platform. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |