Uses of Class
org.gbif.api.model.common.User
-
Packages that use User Package Description org.gbif.api.model.common org.gbif.api.service.common -
-
Uses of User in org.gbif.api.model.common
Methods in org.gbif.api.model.common that return User Modifier and Type Method Description User
UserPrincipal. getUser()
Deprecated.Constructors in org.gbif.api.model.common with parameters of type User Constructor Description UserPrincipal(User user)
Deprecated. -
Uses of User in org.gbif.api.service.common
Methods in org.gbif.api.service.common that return User Modifier and Type Method Description User
UserService. authenticate(String username, String password)
Deprecated.Authenticates a user.User
UserService. get(String username)
Deprecated.Retrieves a user by its case insensitive username.User
UserService. getBySession(String session)
Deprecated.Retrieves a user by a currently open Drupal (login) session.
-