Uses of Class
org.openiam.idm.srvc.auth.dto.LoginAttribute
-
-
Uses of LoginAttribute in org.openiam.base.response
Fields in org.openiam.base.response with type parameters of type LoginAttribute Modifier and Type Field Description protected List<LoginAttribute>
LoginListResponse. loginAttributeList
-
Uses of LoginAttribute in org.openiam.base.response.map
Constructors in org.openiam.base.response.map with parameters of type LoginAttribute Constructor Description LoginAttributeList(LoginAttribute attr)
-
Uses of LoginAttribute in org.openiam.common.beans.mq
Methods in org.openiam.common.beans.mq that return types with arguments of type LoginAttribute Modifier and Type Method Description List<LoginAttribute>
LoginMQService. getLoginAttributes(String loginId)
Method parameters in org.openiam.common.beans.mq with type arguments of type LoginAttribute Modifier and Type Method Description void
LoginMQService. saveLoginAttributes(List<LoginAttribute> loginAttributeList, String loginId)
-
Uses of LoginAttribute in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return LoginAttribute Modifier and Type Method Description LoginAttribute
LoginAttributeDozerConverter. convertDTO(LoginAttribute entity, boolean isDeep)
LoginAttribute
LoginAttributeDozerConverter. convertToDTO(LoginAttributeEntity entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type LoginAttribute Modifier and Type Method Description List<LoginAttribute>
LoginAttributeDozerConverter. convertToDTOList(List<LoginAttributeEntity> list, boolean isDeep)
Set<LoginAttribute>
LoginAttributeDozerConverter. convertToDTOSet(Set<LoginAttributeEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type LoginAttribute Modifier and Type Method Description LoginAttribute
LoginAttributeDozerConverter. convertDTO(LoginAttribute entity, boolean isDeep)
LoginAttributeEntity
LoginAttributeDozerConverter. convertToEntity(LoginAttribute entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type LoginAttribute Modifier and Type Method Description List<LoginAttributeEntity>
LoginAttributeDozerConverter. convertToEntityList(List<LoginAttribute> list, boolean isDeep)
Set<LoginAttributeEntity>
LoginAttributeDozerConverter. convertToEntitySet(Set<LoginAttribute> set, boolean isDeep)
-
Uses of LoginAttribute in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type LoginAttribute Modifier and Type Method Description org.springframework.data.domain.Page<LoginAttribute>
LoginDataService. findBeansAttributes(LoginAttributeSearchBean searchBean, int from, int size)
List<LoginAttribute>
LoginDataService. getLoginAttributes(String loginId)
Method parameters in org.openiam.esb.core.service with type arguments of type LoginAttribute Modifier and Type Method Description void
LoginDataService. saveLoginAttribute(List<LoginAttribute> loginAttributeList, String loginId)
-
Uses of LoginAttribute in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type LoginAttribute Modifier and Type Method Description org.springframework.data.domain.Page<LoginAttribute>
LoginDataServiceImpl. findBeansAttributes(LoginAttributeSearchBean searchBean, int from, int size)
List<LoginAttribute>
LoginDataServiceImpl. getLoginAttributes(String loginId)
Method parameters in org.openiam.esb.core.service.impl with type arguments of type LoginAttribute Modifier and Type Method Description void
LoginDataServiceImpl. saveLoginAttribute(List<LoginAttribute> loginAttributeList, String loginId)
-
Uses of LoginAttribute in org.openiam.idm.srvc.auth.dto
Methods in org.openiam.idm.srvc.auth.dto with parameters of type LoginAttribute Modifier and Type Method Description void
Login. addAttribute(LoginAttribute attr)
-