Package jmri
Class PermissionsSystemAdmin.Factory
- java.lang.Object
-
- jmri.PermissionsSystemAdmin.Factory
-
- All Implemented Interfaces:
PermissionFactory
- Enclosing class:
- PermissionsSystemAdmin
public static class PermissionsSystemAdmin.Factory extends java.lang.Object implements PermissionFactory
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
register(PermissionManager manager)
Register the permissions that this factory provides.
-
-
-
Constructor Detail
-
Factory
public Factory()
-
-
Method Detail
-
register
public void register(PermissionManager manager)
Description copied from interface:PermissionFactory
Register the permissions that this factory provides. Note that the owner of the permissions must be registered before the permissions are registered.- Specified by:
register
in interfacePermissionFactory
- Parameters:
manager
- the permission manager
-
-