Uses of Class
org.gbif.api.model.common.User
Packages that use User
-
Uses of User in org.gbif.api.model.common
Methods in org.gbif.api.model.common that return UserConstructors in org.gbif.api.model.common with parameters of type User -
Uses of User in org.gbif.api.service.common
Methods in org.gbif.api.service.common that return UserModifier and TypeMethodDescriptionUserService.authenticate
(String username, String password) Deprecated.Authenticates a user.Deprecated.Retrieves a user by its case insensitive username.UserService.getBySession
(String session) Deprecated.Retrieves a user by a currently open Drupal (login) session.