Interface UserDataBinder
- All Known Implementing Classes:
UserDataBinderImpl
public interface UserDataBinder
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetLinkedAccountTO(LinkedAccount account) voidSet Mfa information for the given username.Update user, givenUserUR.
-
Method Details
-
getAuthenticatedUserTO
UserTO getAuthenticatedUserTO() -
getUserTO
-
getUserTO
-
getLinkedAccountTO
-
create
-
update
Update user, givenUserUR.- Parameters:
toBeUpdated- user to be updateduserUR- bean containing update request- Returns:
- propagation information
-
setMfa
Set Mfa information for the given username.- Parameters:
username- user to be updatedmfa- MFA information
-