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 StringResponseManagedSystemRabbitMQService. 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 StringManagedSystemService. 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 StringManagedSystemServiceImpl. 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 ManagedSystemSaveRequestManagedSystemMatchObjectRule. map(Object object)protected ManagedSystemSaveRequestManagedSystemMatchObjectRule. 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 booleanManagedSystemSyncObjectProcessorImpl. addOrphan(ManagedSystemSaveRequest object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)voidManagedSystemSyncObjectProcessorImpl. delete(ManagedSystemSaveRequest object)StringManagedSystemSyncObjectProcessorImpl. getIdentity(ManagedSystemSaveRequest object, LineObject rowObj, SynchConfig config)voidManagedSystemSyncObjectProcessorImpl. initiateWorkflow(ManagedSystemSaveRequest object, LineObject lineObject, SynchronizationObjectProcessingAPI api)voidManagedSystemSyncObjectProcessorImpl. provision(ManagedSystemSaveRequest object, LineObject lineObject)ResponseManagedSystemSyncObjectProcessorImpl. saveToDB(ManagedSystemSaveRequest object, LineObject lineObject, ManagedSystemSaveRequest originalObject)voidManagedSystemSyncObjectProcessorImpl. setActivityId(ManagedSystemSaveRequest object, String activityId)
-