Uses of Class
org.openiam.idm.srvc.mngsys.dto.AttributeMap
-
-
Uses of AttributeMap in org.openiam.base.request
Constructors in org.openiam.base.request with parameters of type AttributeMap Constructor Description AttributeMapCrudRequest(AttributeMap object) -
Uses of AttributeMap in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AttributeMap Modifier and Type Method Description AttributeMapAttributeMapDozerConverter. convertDTO(AttributeMap entity, boolean isDeep)AttributeMapAttributeMapDozerConverter. convertToDTO(AttributeMapEntity userEntity, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AttributeMap Modifier and Type Method Description List<AttributeMap>AttributeMapDozerConverter. convertToDTOList(List<AttributeMapEntity> list, boolean isDeep)Set<AttributeMap>AttributeMapDozerConverter. convertToDTOSet(Set<AttributeMapEntity> set, boolean isDeep)Methods in org.openiam.esb.core.dozer.converter with parameters of type AttributeMap Modifier and Type Method Description AttributeMapAttributeMapDozerConverter. convertDTO(AttributeMap entity, boolean isDeep)AttributeMapEntityAttributeMapDozerConverter. convertToEntity(AttributeMap entity, boolean isDeep)Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AttributeMap Modifier and Type Method Description List<AttributeMapEntity>AttributeMapDozerConverter. convertToEntityList(List<AttributeMap> list, boolean isDeep)Set<AttributeMapEntity>AttributeMapDozerConverter. convertToEntitySet(Set<AttributeMap> set, boolean isDeep) -
Uses of AttributeMap in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return AttributeMap Modifier and Type Method Description AttributeMapManagedSystemService. addAttributeMap(AttributeMap attributeMap)Saves attribute map.AttributeMapManagedSystemService. getAttributeMap(String attributeMapId)Gets Attribute map that matches given attribute map id.AttributeMapManagedSystemService. updateAttributeMap(AttributeMap attributeMap)Updates attribute map.Methods in org.openiam.esb.core.service that return types with arguments of type AttributeMap Modifier and Type Method Description List<AttributeMap>IdentitySynchService. findSynchConfigAttributeMaps(AttributeMapSearchBean searchBean)List<AttributeMap>ManagedSystemService. getAttributeMapsByManagedSysId(String managedSysId)Returns list of attribute map entities that references managed system with given id.List<AttributeMap>IdentitySynchService. getSynchConfigAttributeMapsDTO(String synchConfigId)Methods in org.openiam.esb.core.service with parameters of type AttributeMap Modifier and Type Method Description AttributeMapManagedSystemService. addAttributeMap(AttributeMap attributeMap)Saves attribute map.AttributeMapManagedSystemService. updateAttributeMap(AttributeMap attributeMap)Updates attribute map. -
Uses of AttributeMap in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return AttributeMap Modifier and Type Method Description AttributeMapManagedSystemServiceImpl. addAttributeMap(AttributeMap attributeMap)AttributeMapManagedSystemServiceImpl. getAttributeMap(String attributeMapId)AttributeMapManagedSystemServiceImpl. updateAttributeMap(AttributeMap attributeMap)Methods in org.openiam.esb.core.service.impl that return types with arguments of type AttributeMap Modifier and Type Method Description List<AttributeMap>ManagedSystemServiceImpl. getAttributeMapsByManagedSysId(String managedSysId)Methods in org.openiam.esb.core.service.impl with parameters of type AttributeMap Modifier and Type Method Description AttributeMapManagedSystemServiceImpl. addAttributeMap(AttributeMap attributeMap)AttributeMapManagedSystemServiceImpl. updateAttributeMap(AttributeMap attributeMap) -
Uses of AttributeMap in org.openiam.esb.sync.service
Methods in org.openiam.esb.sync.service that return types with arguments of type AttributeMap Modifier and Type Method Description List<AttributeMap>IdentitySynchServiceImpl. findSynchConfigAttributeMaps(AttributeMapSearchBean searchBean)List<AttributeMap>IdentitySynchServiceImpl. getSynchConfigAttributeMapsDTO(String synchConfigId) -
Uses of AttributeMap in org.openiam.idm.service
Methods in org.openiam.idm.service with parameters of type AttributeMap Modifier and Type Method Description protected StringAbstractDefaultPolicyMapper. getFieldName(AttributeMap attributeMap)protected abstract ConnectorAttributeAbstractMapProcessorService. getPasswordForManagedSystem(String mSysId, AttributeMap attributeMap, D d, boolean isNew)extract password from managed system for given id.StringConnectorAttributeAbstractDefaultPolicyMapper. getValue(D t, AttributeMap attributeMap, String mngSysId, boolean isForceExecution)StringConnectorAttributeIDefaultPolicyMapper. getValue(D t, AttributeMap attributeMap, String mngSysId, boolean isSpecialAttribute) -
Uses of AttributeMap in org.openiam.idm.service.impl
Methods in org.openiam.idm.service.impl with parameters of type AttributeMap Modifier and Type Method Description protected ConnectorAttributeGroupPolicyMapProcessorServiceImpl. getPasswordForManagedSystem(String mSysId, AttributeMap attributeMap, ProvisionGroupObjectDiff provisionGroupObjectDiff, boolean isNew)protected ConnectorAttributeUserPolicyMapProcessorServiceImpl. getPasswordForManagedSystem(String managedSystemId, AttributeMap attributeMap, ProvisionUserObjectDiff provisionUserObjectDiff, boolean isNew) -
Uses of AttributeMap in org.openiam.idm.srvc.mngsys.bean
Constructors in org.openiam.idm.srvc.mngsys.bean with parameters of type AttributeMap Constructor Description AttributeMapBean(AttributeMap attributeMap) -
Uses of AttributeMap in org.openiam.recon.service.impl.processor
Methods in org.openiam.recon.service.impl.processor that return types with arguments of type AttributeMap Modifier and Type Method Description protected Set<AttributeMap>AbstractReconciliationProcessor. obtainPolicyMap(ManagedSysDto managedSysDto, String policyObjectType)Method parameters in org.openiam.recon.service.impl.processor with type arguments of type AttributeMap Modifier and Type Method Description protected List<ExtensibleAttribute>AbstractReconciliationProcessor. getAttributesFromPolicyMap(Set<AttributeMap> attrMap, PolicyMapObjectTypeOptions object, PolicyMapObjectTypeOptions principal) -
Uses of AttributeMap in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm that return AttributeMap Modifier and Type Method Description AttributeMapManagedSystemWebService. getAttributeMap(String attributeMapId)Gets the attribute map.AttributeMapManagedSystemWebServiceImpl. getAttributeMap(String id)Methods in org.openiam.srvc.idm that return types with arguments of type AttributeMap Modifier and Type Method Description List<AttributeMap>IdentitySynchWebService. findSynchConfigAttributeMaps(AttributeMapSearchBean searchBean)List<AttributeMap>IdentitySynchWebServiceImpl. findSynchConfigAttributeMaps(AttributeMapSearchBean searchBean)List<AttributeMap>ManagedSystemWebService. getAttributeMapsByManagedSysId(String managedSysId)List<AttributeMap>ManagedSystemWebServiceImpl. getAttributeMapsByManagedSysId(String managedSysId)List<AttributeMap>IdentitySynchWebService. getSynchConfigAttributeMaps(String synchConfigId)List<AttributeMap>IdentitySynchWebServiceImpl. getSynchConfigAttributeMaps(String synchConfigId)Methods in org.openiam.srvc.idm with parameters of type AttributeMap Modifier and Type Method Description ResponseManagedSystemWebService. addAttributeMap(AttributeMap attributeMap)Adds the attribute map.ResponseManagedSystemWebServiceImpl. addAttributeMap(AttributeMap attributeMap)ResponseManagedSystemWebService. updateAttributeMap(AttributeMap attributeMap)Updates attribute map.ResponseManagedSystemWebServiceImpl. updateAttributeMap(AttributeMap attributeMap)
-