Interface User

All Superinterfaces:
Principal
All Known Implementing Classes:
AbstractUser, GenericUser, MemoryUser

public interface User extends Principal
Abstract representation of a user in a UserDatabase. Each user is optionally associated with a set of Groups through which they inherit additional security roles, and is optionally assigned a set of specific Roles.
Since:
4.1
Author:
Craig R. McClanahan