Interface UserDAO

All Superinterfaces:
CreationTimeAware, GenericDAO<User>, LastModifiedAware, TypedObject

public interface UserDAO extends GenericDAO<User>
Data access object for users. This class should only be used by the UserManager. Plugins and other classes should use the UserManager instead.
Since:
1.14