Classes and interfaces
AuthContainerInterface¶
To be compatible with the auth package, containers must impliment this interface.
« More »
Auth¶
Acts as a central Authorisation and permissions system for the script.
« More »
AuthContainer¶
An available AuthContainer registered on the Auth system.
« More »
AuthContainers¶
Collection of AuthContainer objects.
« More »
AuthDataManager¶
DataManager class for Auth system.
« More »
ClickController¶
Control and count clicks.
« More »
Group¶
Users belong to one or more Group which in turn grants permissions.
« More »
ImpliedRights¶
Collection of ImpliedRight objects
« More »
Right¶
A right to do or access something.
« More »