public interface UserResource
| Modifier and Type | Method and Description | 
|---|---|
| ResourceOptionsDto | availableOperations(javax.ws.rs.core.UriInfo context) | 
| void | deleteUser() | 
| UserProfileDto | getUserProfile(javax.ws.rs.core.UriInfo context) | 
| void | unlockUser() | 
| void | updateCredentials(UserCredentialsDto account) | 
| void | updateProfile(UserProfileDto profile) | 
void deleteUser()
void unlockUser()
UserProfileDto getUserProfile(@Context javax.ws.rs.core.UriInfo context)
void updateProfile(UserProfileDto profile)
void updateCredentials(UserCredentialsDto account)
ResourceOptionsDto availableOperations(@Context javax.ws.rs.core.UriInfo context)
Copyright © 2018. All rights reserved.