@Deprecated public interface UserService
Modifier and Type | Method and Description |
---|---|
User |
authenticate(String username,
String password)
Deprecated.
Authenticates a user.
|
User |
get(String username)
Deprecated.
Retrieves a user by its case insensitive username.
|
User |
getBySession(String session)
Deprecated.
Retrieves a user by a currently open Drupal (login) session.
|
@Nullable User authenticate(String username, String password)
password
- clear text password@Nullable User get(String username)
@Nullable User getBySession(String session)
session
- the drupal session name as found in the drupal cookieCopyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.