NAME

AccessGroup - access group component


DESCRIPTION

This component type implements the meaning of a user group in the access control mechanism. Every user may be a member of several groups and every group may contain several users.

The properties of AccessGroup are: inherited real name, login name, like ``editors'' and the virtual component collection users of AccessUser components.


REQUIREMENTS

the Podius::Component::Publishable manpage, the Podius::Property::Scalar manpage, the Podius::Property::VComponentCollection manpage.


METHODS

set_data

description
Sets component properties.

parameters
All parameters are optional.
  * name - a real name of the group ("Chief Editors")
  * login - a unique login name of the group ("editors")
  * users - array ref of AccessUser components

returns
None.