Interface UserDataBinder
- All Known Implementing Classes:
UserDataBinderImpl
public interface UserDataBinder
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getLinkedAccountTO
(LinkedAccount account) Update user, givenUserUR
.
-
Method Details
-
getAuthenticatedUserTO
UserTO getAuthenticatedUserTO() -
getUserTO
-
getUserTO
-
getLinkedAccountTO
-
create
-
update
Pair<PropagationByResource<String>,PropagationByResource<Pair<String, updateString>>> (User toBeUpdated, UserUR userUR) Update user, givenUserUR
.- Parameters:
toBeUpdated
- user to be updateduserUR
- bean containing update request- Returns:
- updated user + propagation by resource
- See Also:
-