Uses of Class
org.openiam.idm.srvc.auth.domain.IdentityEntity
-
Packages that use IdentityEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.repository org.openiam.esb.repository.impl -
-
Uses of IdentityEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return IdentityEntity Modifier and Type Method Description IdentityEntity
IdentityDozerConverter. convertEntity(IdentityEntity userEntity, boolean isDeep)
IdentityEntity
IdentityDozerConverter. convertToEntity(IdentityDto entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type IdentityEntity Modifier and Type Method Description List<IdentityEntity>
IdentityDozerConverter. convertToEntityList(List<IdentityDto> list, boolean isDeep)
Set<IdentityEntity>
IdentityDozerConverter. convertToEntitySet(Set<IdentityDto> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type IdentityEntity Modifier and Type Method Description IdentityEntity
IdentityDozerConverter. convertEntity(IdentityEntity userEntity, boolean isDeep)
IdentityDto
IdentityDozerConverter. convertToDTO(IdentityEntity userEntity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type IdentityEntity Modifier and Type Method Description List<IdentityDto>
IdentityDozerConverter. convertToDTOList(List<IdentityEntity> list, boolean isDeep)
Set<IdentityDto>
IdentityDozerConverter. convertToDTOSet(Set<IdentityEntity> set, boolean isDeep)
-
Uses of IdentityEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return IdentityEntity Modifier and Type Method Description IdentityEntity
IdentityRepository. findByIdentityAndManagedSysId(String identity, String managedSysId)
Get Identity by paramsIdentityEntity
IdentityRepository. findByReferredObjectIdAndManagedSysId(String referredObjectId, String managedSysId)
Get Identity by paramsMethods in org.openiam.esb.repository that return types with arguments of type IdentityEntity Modifier and Type Method Description List<IdentityEntity>
IdentityRepository. findByReferredObjectId(String referredObjectId)
Get list Identity by paramsList<IdentityEntity>
IdentityRepository. findByType(IdentityTypeEnum type)
Get list Identity by params -
Uses of IdentityEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type IdentityEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<IdentityEntity>
IdentityRepositoryImpl. buildSpecifications(IdentitySearchBean sb)
Search IdentityEntity by conditions in IdentitySearchBeanprotected Class<IdentityEntity>
IdentityRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<IdentityEntity,String>
IdentityRepositoryImpl. getRepository()
-