Uses of Interface
org.openiam.provision.dto.ProvisionObject
-
-
Uses of ProvisionObject in org.openiam.base.request
Classes in org.openiam.base.request that implement ProvisionObject Modifier and Type Class Description classManagedSystemSaveRequest -
Uses of ProvisionObject in org.openiam.idm.processor.groovy
Classes in org.openiam.idm.processor.groovy with type parameters of type ProvisionObject Modifier and Type Class Description classAbstractMembershipGenerator<X extends MembershipXref,O extends ProvisionObject>interfaceObjectTransformer<O extends ProvisionObject>Define the PolicyMap Transformation and validation Rules -
Uses of ProvisionObject in org.openiam.idm.provisioning.diff
Classes in org.openiam.idm.provisioning.diff with type parameters of type ProvisionObject Modifier and Type Interface Description interfaceProvisionObjectDiffGenerator<P extends ProvisionObject,T extends AbstractProvisionObjectDiff<P>> -
Uses of ProvisionObject in org.openiam.idm.provisioning.diff.impl
Classes in org.openiam.idm.provisioning.diff.impl with type parameters of type ProvisionObject Modifier and Type Class Description classAbstractProvisionObjectDiffGenerator<P extends ProvisionObject,T extends AbstractProvisionObjectDiff<P>> -
Uses of ProvisionObject in org.openiam.idm.provisioning.diff.model
Classes in org.openiam.idm.provisioning.diff.model with type parameters of type ProvisionObject Modifier and Type Class Description classAbstractProvisionObjectDiff<T extends ProvisionObject> -
Uses of ProvisionObject in org.openiam.idm.provisioning.diff.model.group
Classes in org.openiam.idm.provisioning.diff.model.group with type parameters of type ProvisionObject Modifier and Type Class Description classGroupIdentityProvisionObjectDiff<T extends ProvisionObject>classGroupProvisionObjectDiff<T extends ProvisionObject>static interfaceProvisionGroupObjectDiff.DiffCreator<D extends GroupProvisionObjectDiff,T extends ProvisionObject> -
Uses of ProvisionObject in org.openiam.idm.provisioning.diff.model.user
Classes in org.openiam.idm.provisioning.diff.model.user with type parameters of type ProvisionObject Modifier and Type Class Description classAbstractMetadataTypeDTODiff<T extends AbstractMetadataTypeDTO & ProvisionObject>static interfaceProvisionUserObjectDiff.DiffCreator<D extends UserProvisionObjectDiff,T extends ProvisionObject>classUserIdentityProvisionObjectDiff<T extends ProvisionObject>The AbstractUserProvisionObjectDiff represents the Diff in Phone, UserAttribute, Address, etcclassUserProvisionObjectDiff<T extends ProvisionObject>The AbstractUserProvisionObjectDiff represents the Diff in Phone, UserAttribute, Address, etc -
Uses of ProvisionObject in org.openiam.idm.service
Classes in org.openiam.idm.service with type parameters of type ProvisionObject Modifier and Type Class Description classAbstractMapProcessorService<D extends AbstractProvisionObjectDiff,ObjectType extends ConnectorObject,Object extends ProvisionObject>iam-services Created by zaporozhec on 3/27/17 All PolicyMap processors must extend this abstract class. -
Uses of ProvisionObject in org.openiam.idm.service.impl
Methods in org.openiam.idm.service.impl with type parameters of type ProvisionObject Modifier and Type Method Description <O extends ProvisionObject>
IPolicyMapProcessorServicePolicyMapProcessorFactory. getInstance(O object) -
Uses of ProvisionObject in org.openiam.idm.srvc.auth.dto
Classes in org.openiam.idm.srvc.auth.dto that implement ProvisionObject Modifier and Type Class Description classIdentityDtoLogin domain objectclassLoginLogin domain object -
Uses of ProvisionObject in org.openiam.idm.srvc.continfo.dto
Classes in org.openiam.idm.srvc.continfo.dto that implement ProvisionObject Modifier and Type Class Description classAddressAddress transfer object.classEmailAddressEmailAddress transfer objectclassPhonePhone transfer object -
Uses of ProvisionObject in org.openiam.idm.srvc.grp.dto
Classes in org.openiam.idm.srvc.grp.dto that implement ProvisionObject Modifier and Type Class Description classGroupclassGroupAttribute -
Uses of ProvisionObject in org.openiam.idm.srvc.mngsys.dto
Classes in org.openiam.idm.srvc.mngsys.dto that implement ProvisionObject Modifier and Type Class Description classManagedSysDtoDomain object representing a managed resource. -
Uses of ProvisionObject in org.openiam.idm.srvc.org.dto
Classes in org.openiam.idm.srvc.org.dto that implement ProvisionObject Modifier and Type Class Description classOrganizationJava class for organization complex type. -
Uses of ProvisionObject in org.openiam.idm.srvc.policy.dto
Classes in org.openiam.idm.srvc.policy.dto that implement ProvisionObject Modifier and Type Class Description classITPolicyclassITPolicyVersionclassITPolicyVersionLanguageMapclassPolicyPolicyrepresents a policy object that is used by the policy service. -
Uses of ProvisionObject in org.openiam.idm.srvc.res.dto
Classes in org.openiam.idm.srvc.res.dto that implement ProvisionObject Modifier and Type Class Description classResourceResources are items that need to be managed or protected. -
Uses of ProvisionObject in org.openiam.idm.srvc.role.dto
Classes in org.openiam.idm.srvc.role.dto that implement ProvisionObject Modifier and Type Class Description classRoleJava class for role complex type. -
Uses of ProvisionObject in org.openiam.idm.srvc.user.dto
Classes in org.openiam.idm.srvc.user.dto that implement ProvisionObject Modifier and Type Class Description classUserUser domain object.classUserAttributeUserAttribute represents an individual attribute that is associated with a user.classUserNoteclassUserSshKey -
Uses of ProvisionObject in org.openiam.match
Classes in org.openiam.match with type parameters of type ProvisionObject Modifier and Type Class Description classAbstractMatchObjectRule<DB_RESPONSE extends BaseListResponse,PROVISION_OBJECT extends ProvisionObject,PAIR extends AbstractMatchPair> -
Uses of ProvisionObject in org.openiam.model
Classes in org.openiam.model with type parameters of type ProvisionObject Modifier and Type Class Description classAbstractMatchPair<IDM_OBJECT extends ProvisionObject>Class that store the pair:and correpsonded LineObject- the source system object, converted to internal synchronization representation.Classes in org.openiam.model that implement ProvisionObject Modifier and Type Class Description classExternalAuditLog -
Uses of ProvisionObject in org.openiam.provision.dto
Classes in org.openiam.provision.dto that implement ProvisionObject Modifier and Type Class Description classProvisionGroupclassProvisionUserProvisionUser is the user object used by the provisioning service. -
Uses of ProvisionObject in org.openiam.provision.dto.response
Classes in org.openiam.provision.dto.response with type parameters of type ProvisionObject Modifier and Type Class Description classAbstractProvisionResponse<T extends ProvisionObject> -
Uses of ProvisionObject in org.openiam.recon.service.impl.processor
Classes in org.openiam.recon.service.impl.processor with type parameters of type ProvisionObject Modifier and Type Class Description classAbstractReconciliationProcessor<T extends ExtensibleObject,M extends ProvisionObject> -
Uses of ProvisionObject in org.openiam.recon.service.intf.command
Classes in org.openiam.recon.service.intf.command with type parameters of type ProvisionObject Modifier and Type Class Description classReconciliationObjectAbstractCommand<T extends ProvisionObject>interfaceReconciliationObjectCommand<T extends ProvisionObject> -
Uses of ProvisionObject in org.openiam.sync.service
Classes in org.openiam.sync.service with type parameters of type ProvisionObject Modifier and Type Interface Description interfaceTransformScript<T extends ProvisionObject>Core interface that defines the contract for all identity transformation scripts in the OpenIAM synchronization framework. -
Uses of ProvisionObject in org.openiam.sync.service.impl.service
Classes in org.openiam.sync.service.impl.service with type parameters of type ProvisionObject Modifier and Type Class Description classAbstractTransformScript<T extends ProvisionObject>Abstract base class for all transformation scripts in the OpenIAM identity synchronization framework. -
Uses of ProvisionObject in org.openiam.sync.service.impl.srcadapter.adapters
Methods in org.openiam.sync.service.impl.srcadapter.adapters with parameters of type ProvisionObject Modifier and Type Method Description voidAbstractSrcAdapter. buildAuditLog(SynchConfig config, Throwable e, ProvisionObject provisionObject, LineObject rowObj, boolean includePO, boolean isSuccess, String description)protected intAbstractSrcAdapter. performTransformationScript(List<TransformScript> transformScripts, ProvisionObject provisionObject, LineObject rowObj, SynchConfig config, List<String> errorList)protected LastRecordMetricAbstractSrcAdapter. processLineObject(ProvisionObject provisionObject, LineObject rowObj, SynchConfig config, ValidationScript validationScript, List<TransformScript> transformScripts, List<Orphan> orphanListToAdd, String syncActivityId, List<String> errorList)process only 1 given record. -
Uses of ProvisionObject in org.openiam.sync.service.impl.srcadapter.processor
Classes in org.openiam.sync.service.impl.srcadapter.processor with type parameters of type ProvisionObject Modifier and Type Class Description classAbstractSyncObjectProcessor<E extends ProvisionObject>interfaceISyncObjectProcessor<E extends ProvisionObject>iam-services Created by zaporozhec on 7/10/17. -
Uses of ProvisionObject in org.openiam.sync.service.impl.util
Methods in org.openiam.sync.service.impl.util with parameters of type ProvisionObject Modifier and Type Method Description static voidSynchScriptUtil. fillTarget(AuditLogBuilder log, ProvisionObject provisionObject, LineObject rowObj, String suffix, boolean isOrphan) -
Uses of ProvisionObject in org.openiam.validator.annotation.impl
Method parameters in org.openiam.validator.annotation.impl with type arguments of type ProvisionObject Modifier and Type Method Description booleanCheckReplaceOperationPrimaryKeyPresentValidator. isValid(Collection<? extends ProvisionObject> value, javax.validation.ConstraintValidatorContext context)
-