Class AbstractGbifUser

java.lang.Object
org.gbif.api.model.common.AbstractGbifUser
Direct Known Subclasses:
GbifUser

public abstract class AbstractGbifUser extends Object
An abstract GBIF user account. The main purpose of this abstraction is to let subclasses handle key and password information only if required. By doing so, it is possible to have classes working for user information without having to carry those information around.