Package org.openiam.srvc.user
Interface LoginAttributeDataWebService
-
- All Known Implementing Classes:
LoginAttributeDataWebServiceImpl
public interface LoginAttributeDataWebService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoginAttributeListResponsefindBeans(LoginAttributeSearchBean searchBean, int from, int size)LoginAttributeListResponsegetAttributesByLoginId(String loginId)Get login attributes by login idLoginAttributeToLoginIdMapResponsegetLoginAttributesByUserId(String userId)
-
-
-
Method Detail
-
getAttributesByLoginId
LoginAttributeListResponse getAttributesByLoginId(String loginId)
Get login attributes by login id- Parameters:
loginId-- Returns:
- login attribute list
-
findBeans
LoginAttributeListResponse findBeans(LoginAttributeSearchBean searchBean, int from, int size)
-
getLoginAttributesByUserId
LoginAttributeToLoginIdMapResponse getLoginAttributesByUserId(String userId)
-
-