Uses of Class
com.ibm.itim.remoteservices.provider.RequestStatus

Packages that use RequestStatus
com.ibm.itim.remoteservices.provider Provides the interfaces and classes necessary to write a custom service provider that remote services will use. 
 

Uses of RequestStatus in com.ibm.itim.remoteservices.provider
 

Methods in com.ibm.itim.remoteservices.provider that return RequestStatus
 RequestStatus ServiceProvider.add(java.lang.String objectClass, AttributeValues attributeValues, java.lang.String requestID)
          Adds an entity to the remote resource with the given attributes
 RequestStatus ServiceProvider.changePassword(java.lang.String entityDN, byte[] newPassword, java.lang.String requestID)
          Change password for an entity on the remote resource.
 RequestStatus ServiceProvider.delete(java.lang.String entityDN, java.lang.String requestID)
          Delete an entity on the remote resource.
 RequestStatus SearchResults.getRequestStatus()
          Gets the status of the search request.
 RequestStatus AsynchronousResponse.getResultStatus()
          Returns the response Request Status, including the result code and message (if any) of the response.
 RequestStatus ServiceProvider.modify(java.lang.String entityDN, AttributeChanges attributeChanges, java.lang.String requestID)
          Modify an entity on the remote resource with the given attributes.
 RequestStatus UnsolicitedEventProcessor.processAddRequest(Service service, java.lang.String entryDN, java.util.Collection objectClasses, AttributeValues attributeValues)
          Process an add request sent from a remote service in a unsolicited notification event.
 RequestStatus UnsolicitedEventProcessor.processDeleteRequest(Service service, java.lang.String entryDN)
          Process a delete request sent from a remote service in a unsolicited notification event.
 RequestStatus UnsolicitedEventProcessor.processModifyRequest(Service service, java.lang.String entryDN, AttributeChanges changes)
          Process a modify request sent from a remote service in a unsolicited notification event.
 RequestStatus UnsolicitedEventProcessor.processRestoreRequest(Service service, java.lang.String entryDN)
          Process a restore request sent from a remote service in a unsolicited notification event.
 RequestStatus UnsolicitedEventProcessor.processSuspendRequest(Service service, java.lang.String entryDN)
          Process a suspend request sent from a remote service in a unsolicited notification event.
 RequestStatus ServiceProvider.restore(java.lang.String entityDN, byte[] newPassword, java.lang.String requestID)
          Restore an entity on the remote resource.
 RequestStatus ServiceProvider.suspend(java.lang.String entityDN, java.lang.String requestID)
          Suspend an entity on the remote resource.
 RequestStatus ServiceProviderV2.test2()
          Test a connection to the remote resource
 

Methods in com.ibm.itim.remoteservices.provider with parameters of type RequestStatus
 void RequestStatus.set(RequestStatus newStatus)
          set this to specified value
 

Constructors in com.ibm.itim.remoteservices.provider with parameters of type RequestStatus
AsynchronousResponse(java.lang.String requestId, RequestStatus resultStatus)
          Constructs with a request id and a RequestStatus for the return status.
RequestStatus(RequestStatus requestStatus)
          Construct a RequestStatus from another, making an exact (shallow) copy.
 



IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.