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 AttributeMap
AttributeMapDozerConverter. convertDTO(AttributeMap entity, boolean isDeep)
AttributeMap
AttributeMapDozerConverter. 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 AttributeMap
AttributeMapDozerConverter. convertDTO(AttributeMap entity, boolean isDeep)
AttributeMapEntity
AttributeMapDozerConverter. 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 AttributeMap
ManagedSystemService. addAttributeMap(AttributeMap attributeMap)
Saves attribute map.AttributeMap
ManagedSystemService. getAttributeMap(String attributeMapId)
Gets Attribute map that matches given attribute map id.AttributeMap
ManagedSystemService. 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 AttributeMap
ManagedSystemService. addAttributeMap(AttributeMap attributeMap)
Saves attribute map.AttributeMap
ManagedSystemService. 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 AttributeMap
ManagedSystemServiceImpl. addAttributeMap(AttributeMap attributeMap)
AttributeMap
ManagedSystemServiceImpl. getAttributeMap(String attributeMapId)
AttributeMap
ManagedSystemServiceImpl. 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 AttributeMap
ManagedSystemServiceImpl. addAttributeMap(AttributeMap attributeMap)
AttributeMap
ManagedSystemServiceImpl. 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 String
AbstractDefaultPolicyMapper. getFieldName(AttributeMap attributeMap)
protected abstract ConnectorAttribute
AbstractMapProcessorService. getPasswordForManagedSystem(String mSysId, AttributeMap attributeMap, D d, boolean isNew)
extract password from managed system for given id.StringConnectorAttribute
AbstractDefaultPolicyMapper. getValue(D t, AttributeMap attributeMap, String mngSysId, boolean isForceExecution)
StringConnectorAttribute
IDefaultPolicyMapper. 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 ConnectorAttribute
GroupPolicyMapProcessorServiceImpl. getPasswordForManagedSystem(String mSysId, AttributeMap attributeMap, ProvisionGroupObjectDiff provisionGroupObjectDiff, boolean isNew)
protected ConnectorAttribute
UserPolicyMapProcessorServiceImpl. 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 AttributeMap
ManagedSystemWebService. getAttributeMap(String attributeMapId)
Gets the attribute map.AttributeMap
ManagedSystemWebServiceImpl. 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 Response
ManagedSystemWebService. addAttributeMap(AttributeMap attributeMap)
Adds the attribute map.Response
ManagedSystemWebServiceImpl. addAttributeMap(AttributeMap attributeMap)
Response
ManagedSystemWebService. updateAttributeMap(AttributeMap attributeMap)
Updates attribute map.Response
ManagedSystemWebServiceImpl. updateAttributeMap(AttributeMap attributeMap)
-