Interface UserDatabase

All Known Implementing Classes:
DataSourceUserDatabase, MemoryUserDatabase, SparseUserDatabase

public interface UserDatabase
Abstract representation of a database of Users and Groups that can be maintained by an application, along with definitions of corresponding Roles, and referenced by a Realm for authentication and access control.
Since:
4.1
Author:
Craig R. McClanahan