Class UserServiceImp

java.lang.Object
org.ehrbase.service.UserServiceImp
All Implemented Interfaces:
UserService

@Service public class UserServiceImp extends Object implements UserService
  • Constructor Details

  • Method Details

    • getCurrentUserId

      public UUID getCurrentUserId()
      Get default user UUID, derived from authenticated user via Spring Security.
      Internally checks and retrieves the matching user UUID, if it already exists with given info.
      Specified by:
      getCurrentUserId in interface UserService
      Returns:
      UUID of default user, derived from authenticated user.