Uses of Class
org.openiam.idm.srvc.auth.domain.LoginAttributeEntity
-
Packages that use LoginAttributeEntity Package Description org.openiam.esb.core.dozer.converter org.openiam.esb.repository org.openiam.esb.repository.impl org.openiam.idm.srvc.auth.domain -
-
Uses of LoginAttributeEntity in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return LoginAttributeEntity Modifier and Type Method Description LoginAttributeEntity
LoginAttributeDozerConverter. convertEntity(LoginAttributeEntity entity, boolean isDeep)
LoginAttributeEntity
LoginAttributeDozerConverter. convertToEntity(LoginAttribute entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type LoginAttributeEntity Modifier and Type Method Description List<LoginAttributeEntity>
LoginAttributeDozerConverter. convertToEntityList(List<LoginAttribute> list, boolean isDeep)
Set<LoginAttributeEntity>
LoginAttributeDozerConverter. convertToEntitySet(Set<LoginAttribute> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type LoginAttributeEntity Modifier and Type Method Description LoginAttributeEntity
LoginAttributeDozerConverter. convertEntity(LoginAttributeEntity entity, boolean isDeep)
LoginAttribute
LoginAttributeDozerConverter. convertToDTO(LoginAttributeEntity entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type LoginAttributeEntity Modifier and Type Method Description List<LoginAttribute>
LoginAttributeDozerConverter. convertToDTOList(List<LoginAttributeEntity> list, boolean isDeep)
Set<LoginAttribute>
LoginAttributeDozerConverter. convertToDTOSet(Set<LoginAttributeEntity> set, boolean isDeep)
-
Uses of LoginAttributeEntity in org.openiam.esb.repository
Methods in org.openiam.esb.repository that return types with arguments of type LoginAttributeEntity Modifier and Type Method Description List<LoginAttributeEntity>
LoginAttributeRepository. findByLoginId(String loginId)
List<LoginAttributeEntity>
LoginAttributeRepository. findByLoginIdAndMetadataElementIds(String loginId, Collection<String> metadataElementIds)
List<LoginAttributeEntity>
LoginAttributeRepository. findByLoginIds(List<String> loginIds)
-
Uses of LoginAttributeEntity in org.openiam.esb.repository.impl
Methods in org.openiam.esb.repository.impl that return types with arguments of type LoginAttributeEntity Modifier and Type Method Description protected org.springframework.data.jpa.domain.Specification<LoginAttributeEntity>
LoginAttributeRepositoryImpl. buildSpecifications(LoginAttributeSearchBean sb)
protected Class<LoginAttributeEntity>
LoginAttributeRepositoryImpl. getEntityClass()
protected AbstractKeyEntityRepository<LoginAttributeEntity,String>
LoginAttributeRepositoryImpl. getRepository()
-
Uses of LoginAttributeEntity in org.openiam.idm.srvc.auth.domain
Methods in org.openiam.idm.srvc.auth.domain with parameters of type LoginAttributeEntity Modifier and Type Method Description void
LoginEntity. addAttribute(LoginAttributeEntity entity)
-