public interface UserDao
UserModel access.| Modifier and Type | Method and Description |
|---|---|
UserModel |
findUserByUID(String uid)
Returns for the given
uid the UserModel. |
UserModel findUserByUID(String uid)
uid the UserModel.uid - the unique identifier of the usernull if for the given uid no UserModel was found.AmbiguousIdentifierException - if more as one User was found for the given uidCopyright © 2017 SAP SE. All Rights Reserved.