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