Interface User

All Superinterfaces:
Adaptable, Authorizable

public interface User extends Authorizable
Deprecated.
cq 5.5 Use org.apache.jackrabbit.api.security.user.User instead.
A User is an Authorizable that may Authenticate. This User authenticates by its Password. It therefor extends the Authorizable by a method to save a Password
See Also: