AccessCenter - access center component interface (super class)
Every project with the access control mechanism should have a component inheriting from AccessCenter super class; this is usually the main project component.
The properties of AccessCenter are: access_groups component collection of AccessGroup, access_users component collection of AccessUser.
the Podius::Component::AccessControlable manpage, the Podius::Property::ComponentCollection manpage.
* login - login name of the user to authenticate * password - password of the user to authenticate