Uses of Class
org.gbif.api.model.common.GbifUser
-
Packages that use GbifUser Package Description org.gbif.api.model.common org.gbif.api.service.common -
-
Uses of GbifUser in org.gbif.api.model.common
Methods in org.gbif.api.model.common that return GbifUser Modifier and Type Method Description GbifUser
GbifUserPrincipal. getUser()
Constructors in org.gbif.api.model.common with parameters of type GbifUser Constructor Description GbifUser(GbifUser another)
GbifUserPrincipal(GbifUser user)
-
Uses of GbifUser in org.gbif.api.service.common
Methods in org.gbif.api.service.common that return GbifUser Modifier and Type Method Description GbifUser
IdentityAccessService. authenticate(String identifier, String password)
Authenticates a user.GbifUser
IdentityAccessService. get(String identifier)
Get aGbifUser
by identifier (username or email).
-