Interface UserResource

All Known Implementing Classes:
UserResourceImpl

public interface UserResource
Author:
Daniel Meyer
  • Method Details

    • deleteUser

      void deleteUser()
    • unlockUser

      void unlockUser()
    • getUserProfile

      UserProfileDto getUserProfile(@Context javax.ws.rs.core.UriInfo context)
    • updateProfile

      void updateProfile(UserProfileDto profile)
    • updateCredentials

      void updateCredentials(UserCredentialsDto account)
    • availableOperations

      ResourceOptionsDto availableOperations(@Context javax.ws.rs.core.UriInfo context)