Class Principal

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
GeneratedPrincipalGroup, GeneratedUser

public abstract class Principal extends GeneratedPrincipal
This is the abstract base class of all hybris Platform users. Our security models allows to assign each principal a set of UserRights on one Item, which can be checked by the AccessManager.
See Also: