Interface UserResource
- All Known Implementing Classes:
UserResourceImpl
public interface UserResource
- Author:
- Daniel Meyer
-
Method Summary
Modifier and TypeMethodDescriptionavailableOperations(javax.ws.rs.core.UriInfo context) voidgetUserProfile(javax.ws.rs.core.UriInfo context) voidvoidupdateCredentials(UserCredentialsDto account) voidupdateProfile(UserProfileDto profile)
-
Method Details
-
deleteUser
void deleteUser() -
unlockUser
void unlockUser() -
getUserProfile
-
updateProfile
-
updateCredentials
-
availableOperations
-