public interface UserDataBinder
Modifier and Type | Method and Description |
---|---|
void |
create(User user,
UserTO userTO,
boolean storePassword) |
UserTO |
getAuthenticatedUserTO() |
LinkedAccountTO |
getLinkedAccountTO(LinkedAccount account) |
UserTO |
getUserTO(String key) |
UserTO |
getUserTO(User user,
boolean details) |
Pair<PropagationByResource<String>,PropagationByResource<Pair<String,String>>> |
update(User toBeUpdated,
UserPatch userPatch)
Update user, given
UserPatch . |
UserTO getAuthenticatedUserTO()
LinkedAccountTO getLinkedAccountTO(LinkedAccount account)
Pair<PropagationByResource<String>,PropagationByResource<Pair<String,String>>> update(User toBeUpdated, UserPatch userPatch)
UserPatch
.toBeUpdated
- user to be updateduserPatch
- bean containing update requestPropagationByResource
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.