Class Menu

java.lang.Object
com.logicaldoc.core.PersistentObject
com.logicaldoc.core.security.menu.Menu
All Implemented Interfaces:
Secure<AccessControlEntry>, Serializable, Comparable<Menu>

@Entity public class Menu extends PersistentObject implements Secure<AccessControlEntry>, Comparable<Menu>
This class represents the key concept of security. A Menu not only models menus but also it is used as an element to build hierarchies. With menugroups you can associate groups to a given menu and grant some permissions. Also setting the recurityRef you can specify another reference menu that contains the security policies.
Version:
1.0
Author:
Michael Scholz, Marco Meschieri - LogicalDOC
See Also: