Uses of Class
org.openiam.idm.srvc.mngsys.domain.AttributeMapEntity
-
-
Uses of AttributeMapEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return AttributeMapEntity Modifier and Type Method Description AttributeMapEntity
AttributeMapDozerConverter. convertEntity(AttributeMapEntity userEntity, boolean isDeep)
AttributeMapEntity
AttributeMapDozerConverter. convertToEntity(AttributeMap entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type AttributeMapEntity Modifier and Type Method Description List<AttributeMapEntity>
AttributeMapDozerConverter. convertToEntityList(List<AttributeMap> list, boolean isDeep)
Set<AttributeMapEntity>
AttributeMapDozerConverter. convertToEntitySet(Set<AttributeMap> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type AttributeMapEntity Modifier and Type Method Description AttributeMapEntity
AttributeMapDozerConverter. convertEntity(AttributeMapEntity userEntity, boolean isDeep)
AttributeMap
AttributeMapDozerConverter. convertToDTO(AttributeMapEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type AttributeMapEntity Modifier and Type Method Description List<AttributeMap>
AttributeMapDozerConverter. convertToDTOList(List<AttributeMapEntity> list, boolean isDeep)
Set<AttributeMap>
AttributeMapDozerConverter. convertToDTOSet(Set<AttributeMapEntity> set, boolean isDeep)
-
Uses of AttributeMapEntity in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type AttributeMapEntity Modifier and Type Method Description List<AttributeMapEntity>
ManagedSystemService. getResourceAttributeMaps(String resourceId)
Deprecated. -
Uses of AttributeMapEntity in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return AttributeMapEntity Modifier and Type Method Description protected AttributeMapEntity
ManagedSystemServiceImpl. doAddAttributeMap(AttributeMapEntity entity)
Methods in org.openiam.esb.core.service.impl that return types with arguments of type AttributeMapEntity Modifier and Type Method Description List<AttributeMapEntity>
ManagedSystemServiceImpl. getResourceAttributeMaps(String resourceId)
Methods in org.openiam.esb.core.service.impl with parameters of type AttributeMapEntity Modifier and Type Method Description protected AttributeMapEntity
ManagedSystemServiceImpl. doAddAttributeMap(AttributeMapEntity entity)
-
Uses of AttributeMapEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type AttributeMapEntity Modifier and Type Method Description List<AttributeMapEntity>
AttributeMapRepository. findByManagedSysId(String managedSysId)
List<AttributeMapEntity>
AttributeMapRepository. findByMngSysPolicyId(String mngSysPolicyId)
List<AttributeMapEntity>
AttributeMapRepository. findByResourceId(String resourceId)
List<AttributeMapEntity>
AttributeMapRepository. findBySynchConfigId(String synchConfigId)
-
Uses of AttributeMapEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type AttributeMapEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<AttributeMapEntity>
AttributeMapRepositoryImpl. buildSpecifications(AttributeMapSearchBean sb)
protected Class<AttributeMapEntity>
AttributeMapRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<AttributeMapEntity,String>
AttributeMapRepositoryImpl. getRepository()
-
Uses of AttributeMapEntity in org.openiam.esb.sync.service
Methods in org.openiam.esb.sync.service that return types with arguments of type AttributeMapEntity Modifier and Type Method Description protected List<AttributeMapEntity>
IdentitySynchServiceImpl. getSynchConfigAttributeMaps(String synchConfigId)
Method parameters in org.openiam.esb.sync.service with type arguments of type AttributeMapEntity Modifier and Type Method Description protected void
IdentitySynchServiceImpl. deleteAttributesMapList(List<AttributeMapEntity> attrMap)
-
Uses of AttributeMapEntity in org.openiam.idm.srvc.mngsys.domain
Methods in org.openiam.idm.srvc.mngsys.domain with parameters of type AttributeMapEntity Modifier and Type Method Description static String
AttributeMapUtil. getAttributeIDMFieldName(AttributeMapEntity a)
-