Interface UserService

    • Method Detail

      • findByEmail

        User findByEmail​(java.lang.String email)
        Return a User by email
        Parameters:
        email - users email
        Returns:
        the user belonging to the email
      • findByName

        User findByName​(java.lang.String name)
      • getByName

        org.springframework.data.domain.Page<User> getByName​(java.lang.String name,
                                                             org.springframework.data.domain.Pageable pageable)
      • setPassword

        java.lang.String setPassword​(Password instance)