Uses of Class
org.openiam.base.response.map.LoginAttributeList
-
Packages that use LoginAttributeList Package Description org.openiam.base.response.map org.openiam.esb.core.service org.openiam.esb.core.service.impl -
-
Uses of LoginAttributeList in org.openiam.base.response.map
Methods in org.openiam.base.response.map with parameters of type LoginAttributeList Modifier and Type Method Description voidLoginAttributeList. addAllAttributes(LoginAttributeList attrList) -
Uses of LoginAttributeList in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type LoginAttributeList Modifier and Type Method Description Map<String,LoginAttributeList>LoginDataService. getLoginAttributesByUserId(String userId) -
Uses of LoginAttributeList in org.openiam.esb.core.service.impl
Methods in org.openiam.esb.core.service.impl that return types with arguments of type LoginAttributeList Modifier and Type Method Description Map<String,LoginAttributeList>LoginDataServiceImpl. getLoginAttributesByUserId(String userId)
-