Uses of Class
org.openiam.base.request.ManagedSystemSaveRequest
-
-
Uses of ManagedSystemSaveRequest in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq with parameters of type ManagedSystemSaveRequest Modifier and Type Method Description StringResponse
ManagedSystemRabbitMQService. saveManagedSystemRequest(ManagedSystemSaveRequest createRequest)
-
Uses of ManagedSystemSaveRequest in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service with parameters of type ManagedSystemSaveRequest Modifier and Type Method Description String
ManagedSystemService. saveManagedSystemRequest(ManagedSystemSaveRequest managedSystemCreateRequest)
The special method for creation managed system to support creation default role and copy of policy map based on the provision connector policy map. -
Uses of ManagedSystemSaveRequest in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl with parameters of type ManagedSystemSaveRequest Modifier and Type Method Description String
ManagedSystemServiceImpl. saveManagedSystemRequest(ManagedSystemSaveRequest managedSystemCreateRequest)
The special method for creation managed system to support creation default role and copy of policy map based on the provision connector policy map. -
Uses of ManagedSystemSaveRequest in org.openiam.match
Methods in org.openiam.match that return ManagedSystemSaveRequest Modifier and Type Method Description protected ManagedSystemSaveRequest
ManagedSystemMatchObjectRule. map(Object object)
protected ManagedSystemSaveRequest
ManagedSystemMatchObjectRule. newObjectInstance(MatchConfig config)
Methods in org.openiam.match that return types with arguments of type ManagedSystemSaveRequest Modifier and Type Method Description protected Predicate<ManagedSystemSaveRequest>
ManagedSystemMatchObjectRule. byAttribute(String name, String value)
protected Predicate<ManagedSystemSaveRequest>
ManagedSystemMatchObjectRule. byEmail(String searchFilter)
protected Predicate<ManagedSystemSaveRequest>
ManagedSystemMatchObjectRule. byEmployeeId(String searchFilter)
protected Predicate<ManagedSystemSaveRequest>
ManagedSystemMatchObjectRule. byManagedSystemPrincipal(String searchFilter, String managedSystemId)
protected Predicate<ManagedSystemSaveRequest>
ManagedSystemMatchObjectRule. byName(String searchFilter)
-
Uses of ManagedSystemSaveRequest in org.openiam.model
Constructors in org.openiam.model with parameters of type ManagedSystemSaveRequest Constructor Description ManagedSystemPair(LineObject object, ManagedSystemSaveRequest idmObj)
-
Uses of ManagedSystemSaveRequest in org.openiam.sync.service.impl.srcadapter.processor
Methods in org.openiam.sync.service.impl.srcadapter.processor with parameters of type ManagedSystemSaveRequest Modifier and Type Method Description boolean
ManagedSystemSyncObjectProcessorImpl. addOrphan(ManagedSystemSaveRequest object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
void
ManagedSystemSyncObjectProcessorImpl. delete(ManagedSystemSaveRequest object)
String
ManagedSystemSyncObjectProcessorImpl. getIdentity(ManagedSystemSaveRequest object, LineObject rowObj, SynchConfig config)
void
ManagedSystemSyncObjectProcessorImpl. initiateWorkflow(ManagedSystemSaveRequest object, LineObject lineObject, SynchronizationObjectProcessingAPI api)
void
ManagedSystemSyncObjectProcessorImpl. provision(ManagedSystemSaveRequest object, LineObject lineObject)
Response
ManagedSystemSyncObjectProcessorImpl. saveToDB(ManagedSystemSaveRequest object, LineObject lineObject)
void
ManagedSystemSyncObjectProcessorImpl. setActivityId(ManagedSystemSaveRequest object, String activityId)
-